gui-apps/modem-manager-gui - 0.0.20 (kcning)

Search

Install

Install this version:

emerge -a =gui-apps/modem-manager-gui-0.0.20

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =gui-apps/modem-manager-gui-0.0.20

Or alternatively:

emerge --autounmask-write -a =gui-apps/modem-manager-gui-0.0.20

Package Information

Description:
Frontend for ModemManager daemon able to control specific modem functions
Homepage:
https://sourceforge.net/projects/modem-manager-gui/
License:
GPL-3

Ebuild Details

Version EAPI Keywords Slot
0.0.20 8 ~amd64 ~arm ~arm64 0
View Raw Ebuild
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
inherit xdg-utils

KEYWORDS="~amd64 ~arm ~arm64"

DESCRIPTION="Frontend for ModemManager daemon able to control specific modem functions"
HOMEPAGE="https://sourceforge.net/projects/modem-manager-gui/"
SRC_URI="https://downloads.sourceforge.net/project/modem-manager-gui/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
IUSE="gtkspell ofono appindicator"

S="${WORKDIR}/${PN}"

DEPEND="
	>=dev-libs/glib-2.32.1
	>=sys-libs/gdbm-1.10
	>=gui-libs/gtk-3.4.0
	net-misc/modemmanager
	appindicator? (
		dev-libs/libappindicator
	)
	gtkspell? (
		>=app-text/gtkspell-3.0.3
	)
	ofono? (
		>=net-misc/ofono-1.9
	)
"

RDEPEND="${DEPEND}"

BDEPEND="
	>=app-text/po4a-0.45
	>=dev-util/itstool-1.2.0
"

PATCHES=(
	"${FILESDIR}/${P}-nocompress-man.patch"
	"${FILESDIR}/${P}-fix-assertion-not-set.patch"
	"${FILESDIR}/${P}-fix-segfault-on-DNS-entries.patch"
	"${FILESDIR}/${P}-fix-tray-icon.patch"
)

pkg_postinst() {
	xdg_icon_cache_update
}

USE Flags

Manage flags for this package: euse -i <flag> -p gui-apps/modem-manager-gui | euse -E <flag> -p gui-apps/modem-manager-gui | euse -D <flag> -p gui-apps/modem-manager-gui

Global/Standard Flags

Inherited Eclasses

Dependencies

DEPEND

	>=dev-libs/glib-2.32.1
	>=sys-libs/gdbm-1.10
	>=gui-libs/gtk-3.4.0
	net-misc/modemmanager
	appindicator? (
		dev-libs/libappindicator
	)
	gtkspell? (
		>=app-text/gtkspell-3.0.3
	)
	ofono? (
		>=net-misc/ofono-1.9
	)

RDEPEND

	>=dev-libs/glib-2.32.1
	>=sys-libs/gdbm-1.10
	>=gui-libs/gtk-3.4.0
	net-misc/modemmanager
	appindicator? (
		dev-libs/libappindicator
	)
	gtkspell? (
		>=app-text/gtkspell-3.0.3
	)
	ofono? (
		>=net-misc/ofono-1.9
	)

BDEPEND

	>=app-text/po4a-0.45
	>=dev-util/itstool-1.2.0

Manifest for 0.0.20

Type File Size Source URLs
DIST modem-manager-gui-0.0.20.tar.gz 1098785 bytes https://downloads.sourceforge.net/project/modem-manager-gui/modem-manager-gui-0.0.20.tar.gz