1 |
# Copyright 1999-2012 Gentoo Foundation |
2 |
# Distributed under the terms of the GNU General Public License v2 |
3 |
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/nm-applet-0.9.6.2.ebuild,v 1.1 2012/09/13 09:54:36 tetromino Exp $ |
4 |
|
5 |
EAPI="4" |
6 |
GCONF_DEBUG="no" |
7 |
GNOME2_LA_PUNT="yes" |
8 |
GNOME_ORG_MODULE="network-manager-applet" |
9 |
|
10 |
inherit eutils gnome2 |
11 |
|
12 |
DESCRIPTION="GNOME applet for NetworkManager" |
13 |
HOMEPAGE="http://projects.gnome.org/NetworkManager/" |
14 |
|
15 |
LICENSE="GPL-2+" |
16 |
SLOT="0" |
17 |
IUSE="bluetooth gconf" |
18 |
KEYWORDS="~amd64 ~ppc ~x86" |
19 |
|
20 |
RDEPEND=">=dev-libs/glib-2.26:2 |
21 |
>=dev-libs/dbus-glib-0.88 |
22 |
>=gnome-base/gnome-keyring-2.20 |
23 |
>=sys-apps/dbus-1.4.1 |
24 |
>=sys-auth/polkit-0.96-r1 |
25 |
>=x11-libs/gtk+-2.91.4:3 |
26 |
>=x11-libs/libnotify-0.7.0 |
27 |
|
28 |
app-text/iso-codes |
29 |
>=net-misc/networkmanager-0.9.6 |
30 |
net-misc/mobile-broadband-provider-info |
31 |
|
32 |
bluetooth? ( >=net-wireless/gnome-bluetooth-2.27.6 ) |
33 |
gconf? ( >=gnome-base/gconf-2.20:2 ) |
34 |
virtual/freedesktop-icon-theme" |
35 |
|
36 |
DEPEND="${RDEPEND} |
37 |
virtual/pkgconfig |
38 |
>=dev-util/intltool-0.40" |
39 |
|
40 |
pkg_setup() { |
41 |
DOCS="AUTHORS ChangeLog NEWS README" |
42 |
G2CONF="${G2CONF} |
43 |
--with-gtkver=3 |
44 |
--disable-more-warnings |
45 |
--disable-static |
46 |
--localstatedir=/var |
47 |
$(use_with bluetooth) |
48 |
$(use_enable gconf migration)" |
49 |
} |