summaryrefslogtreecommitdiff
path: root/net-misc/modem-manager-gui/modem-manager-gui-0.0.19.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'net-misc/modem-manager-gui/modem-manager-gui-0.0.19.1.ebuild')
-rw-r--r--net-misc/modem-manager-gui/modem-manager-gui-0.0.19.1.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/net-misc/modem-manager-gui/modem-manager-gui-0.0.19.1.ebuild b/net-misc/modem-manager-gui/modem-manager-gui-0.0.19.1.ebuild
new file mode 100644
index 0000000..bf04b6e
--- /dev/null
+++ b/net-misc/modem-manager-gui/modem-manager-gui-0.0.19.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=7
+
+DESCRIPTION="GUI for Modem Manager daemon."
+HOMEPAGE="http://linuxonly.ru/"
+SRC_URI="http://download.tuxfamily.org/gsf/source/${P}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+PATCHES=(
+ "${FILESDIR}/mm-strftime-null.patch"
+)
+
+DEPEND=">=x11-libs/gtk+-3.4.0
+ app-text/po4a
+ dev-util/itstool
+ app-text/gtkspell:3
+ x11-libs/libnotify"
+RDEPEND="${DEPEND}"