diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-10-29 06:35:48 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2011-10-29 06:35:48 +0000 |
commit | f01f249352c6168faaeb2fa03dfaf65d332b9aa3 (patch) | |
tree | 8a3b90e3406fe58a61ec4a9fcb9eea7e15be55aa /gnome-extra/nm-applet | |
parent | Bump to 0.9.1.90 from the gnome overlay. Allow users in plugdev group to modi... (diff) | |
download | gentoo-2-f01f249352c6168faaeb2fa03dfaf65d332b9aa3.tar.gz gentoo-2-f01f249352c6168faaeb2fa03dfaf65d332b9aa3.tar.bz2 gentoo-2-f01f249352c6168faaeb2fa03dfaf65d332b9aa3.zip |
Bump to 0.9.1.90 from the gnome overlay. Adds libnm-gtk, needed for gnome-3.2.
(Portage version: 2.2.0_alpha71/cvs/Linux x86_64)
Diffstat (limited to 'gnome-extra/nm-applet')
-rw-r--r-- | gnome-extra/nm-applet/ChangeLog | 9 | ||||
-rw-r--r-- | gnome-extra/nm-applet/nm-applet-0.9.1.90.ebuild | 47 |
2 files changed, 55 insertions, 1 deletions
diff --git a/gnome-extra/nm-applet/ChangeLog b/gnome-extra/nm-applet/ChangeLog index 5d4e5f684a9b..9ec78f61c2fa 100644 --- a/gnome-extra/nm-applet/ChangeLog +++ b/gnome-extra/nm-applet/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for gnome-extra/nm-applet # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/ChangeLog,v 1.69 2011/10/27 16:53:31 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/ChangeLog,v 1.70 2011/10/29 06:35:48 tetromino Exp $ + +*nm-applet-0.9.1.90 (29 Oct 2011) + + 29 Oct 2011; Alexandre Rostovtsev <tetromino@gentoo.org> + +nm-applet-0.9.1.90.ebuild: + Bump to 0.9.1.90 from the gnome overlay. Adds libnm-gtk, needed for + gnome-3.2. 27 Oct 2011; Jeroen Roovers <jer@gentoo.org> nm-applet-0.8.ebuild: Fix libnl dependency. diff --git a/gnome-extra/nm-applet/nm-applet-0.9.1.90.ebuild b/gnome-extra/nm-applet/nm-applet-0.9.1.90.ebuild new file mode 100644 index 000000000000..da3c02ca958e --- /dev/null +++ b/gnome-extra/nm-applet/nm-applet-0.9.1.90.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2011 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/nm-applet-0.9.1.90.ebuild,v 1.1 2011/10/29 06:35:48 tetromino Exp $ + +EAPI="4" +GCONF_DEBUG="no" +GNOME2_LA_PUNT="yes" +GNOME_ORG_MODULE="network-manager-applet" + +inherit gnome2 + +DESCRIPTION="GNOME applet for NetworkManager" +HOMEPAGE="http://projects.gnome.org/NetworkManager/" + +LICENSE="GPL-2" +SLOT="0" +IUSE="bluetooth" +KEYWORDS="~amd64 ~ppc ~x86" + +RDEPEND=">=dev-libs/glib-2.16:2 + >=dev-libs/dbus-glib-0.88 + >=gnome-base/gconf-2.20:2 + >=gnome-base/gnome-keyring-2.20 + >=sys-apps/dbus-1.4.1 + >=sys-auth/polkit-0.96-r1 + >=x11-libs/gtk+-2.91.4:3 + >=x11-libs/libnotify-0.7.0 + + app-text/iso-codes + >=net-misc/networkmanager-${PV} + net-misc/mobile-broadband-provider-info + + bluetooth? ( >=net-wireless/gnome-bluetooth-2.27.6 )" + +DEPEND="${RDEPEND} + dev-util/pkgconfig + >=dev-util/intltool-0.40" + +pkg_setup() { + DOCS="AUTHORS ChangeLog NEWS README" + G2CONF="${G2CONF} + --with-gtkver=3 + --disable-more-warnings + --disable-static + --localstatedir=/var + $(use_with bluetooth)" +} |