| 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.0.ebuild,v 1.3 2012/05/05 06:25:17 jdhore Exp $
|
| 4 |
|
| 5 |
EAPI="4"
|
| 6 |
GCONF_DEBUG="no"
|
| 7 |
GNOME2_LA_PUNT="yes"
|
| 8 |
GNOME_ORG_MODULE="network-manager-applet"
|
| 9 |
|
| 10 |
inherit 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"
|
| 18 |
KEYWORDS="~amd64 ~ppc ~x86"
|
| 19 |
|
| 20 |
RDEPEND=">=dev-libs/glib-2.16:2
|
| 21 |
>=dev-libs/dbus-glib-0.88
|
| 22 |
>=gnome-base/gconf-2.20:2
|
| 23 |
>=gnome-base/gnome-keyring-2.20
|
| 24 |
>=sys-apps/dbus-1.4.1
|
| 25 |
>=sys-auth/polkit-0.96-r1
|
| 26 |
>=x11-libs/gtk+-2.91.4:3
|
| 27 |
>=x11-libs/libnotify-0.7.0
|
| 28 |
|
| 29 |
>=net-misc/networkmanager-${PV}
|
| 30 |
net-misc/mobile-broadband-provider-info
|
| 31 |
|
| 32 |
bluetooth? ( >=net-wireless/gnome-bluetooth-2.27.6 )
|
| 33 |
virtual/freedesktop-icon-theme"
|
| 34 |
|
| 35 |
DEPEND="${RDEPEND}
|
| 36 |
virtual/pkgconfig
|
| 37 |
>=dev-util/intltool-0.40"
|
| 38 |
|
| 39 |
pkg_setup() {
|
| 40 |
DOCS="AUTHORS ChangeLog NEWS README"
|
| 41 |
G2CONF="${G2CONF}
|
| 42 |
--with-gtkver=3
|
| 43 |
--disable-more-warnings
|
| 44 |
--disable-static
|
| 45 |
--localstatedir=/var
|
| 46 |
$(use_with bluetooth)"
|
| 47 |
}
|