diff options
Diffstat (limited to 'gnome-extra/network-manager-applet/network-manager-applet-9999.ebuild')
-rw-r--r-- | gnome-extra/network-manager-applet/network-manager-applet-9999.ebuild | 50 |
1 files changed, 50 insertions, 0 deletions
diff --git a/gnome-extra/network-manager-applet/network-manager-applet-9999.ebuild b/gnome-extra/network-manager-applet/network-manager-applet-9999.ebuild new file mode 100644 index 0000000..b87fc48 --- /dev/null +++ b/gnome-extra/network-manager-applet/network-manager-applet-9999.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +inherit gnome2 eutils gnome2-live + +DESCRIPTION="Gnome applet for NetworkManager." +HOMEPAGE="http://www.gnome.org/projects/NetworkManager/" +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="" +IUSE="doc libnotify" + +PROVIDE="gnome-extra/nm-applet" +# FIXME: Automagic PolicyKit-gnome +RDEPEND=">=sys-apps/dbus-0.60 + >=sys-apps/hal-0.5 + net-misc/NetworkManager + >=net-wireless/wireless-tools-28_pre9 + >=dev-libs/glib-2.10 + libnotify? ( >=x11-libs/libnotify-0.4.3 ) + >=x11-libs/gtk+-2.10 + >=gnome-base/libglade-2 + >=gnome-base/gnome-keyring-0.4 + >=gnome-base/gnome-panel-2 + >=gnome-base/gconf-2 + !gnome-extra/nm-applet" +DEPEND="${RDEPEND} + dev-util/pkgconfig + >=dev-util/intltool-0.35" + +DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README" +USE_DESTDIR="1" + +G2CONF="${G2CONF} \ + --disable-more-warnings \ + --localstatedir=/var \ + --with-dbus-sys=/etc/dbus-1/system.d \ + $(use_with libnotify notify)" + +PATCHES="${PN}-confchanges.patch" + +pkg_postinst() { + gnome2_pkg_postinst + elog "Your user needs to be in the plugdev group in order to use this" + elog "package. If it doesn't start in Gnome for you automatically after" + elog 'you log back in, simply run "nm-applet --sm-disable"' + elog "You also need the notification area applet on your panel for" + elog "this to show up." +} |