summaryrefslogtreecommitdiff
path: root/net-misc/modem-manager-gui/modem-manager-gui-0.0.19.1.ebuild
blob: bf04b6e936e5fb799c070b0e368581c1d35e22cd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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}"