* [gentoo-commits] proj/gnome:gnome-next commit in: gnome-extra/nm-applet/
@ 2011-08-14 20:43 Alexandre Restovtsev
0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Restovtsev @ 2011-08-14 20:43 UTC (permalink / raw
To: gentoo-commits
commit: 6aa10d8ba114f6ea521a892fe001898fe194af89
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 14 09:05:35 2011 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Sun Aug 14 20:22:02 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=6aa10d8b
gnome-extra/nm-applet: fixes from bug 378849
---
| 11 ++++-------
1 files changed, 4 insertions(+), 7 deletions(-)
--git a/gnome-extra/nm-applet/nm-applet-0.8.9997.ebuild b/gnome-extra/nm-applet/nm-applet-0.8.9997.ebuild
index 21e2410..98bda85 100644
--- a/gnome-extra/nm-applet/nm-applet-0.8.9997.ebuild
+++ b/gnome-extra/nm-applet/nm-applet-0.8.9997.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} = 9999 ]]; then
inherit gnome2-live
fi
-DESCRIPTION="Gnome applet for NetworkManager."
+DESCRIPTION="GNOME applet for NetworkManager"
HOMEPAGE="http://projects.gnome.org/NetworkManager/"
LICENSE="GPL-2"
@@ -25,7 +25,6 @@ else
KEYWORDS="~amd64 ~ppc ~x86"
fi
-# FIXME: bluetooth is automagic
RDEPEND=">=dev-libs/glib-2.16:2
>=dev-libs/dbus-glib-0.88
>=gnome-base/gconf-2.20:2
@@ -35,22 +34,20 @@ RDEPEND=">=dev-libs/glib-2.16:2
>=x11-libs/gtk+-2.91.4:3
>=x11-libs/libnotify-0.7.0
- >=dev-libs/libnl-1.1
>=net-misc/networkmanager-${PV}
- >=net-wireless/wireless-tools-28_pre9
- >=net-wireless/wpa_supplicant-0.5.7
net-misc/mobile-broadband-provider-info
bluetooth? ( >=net-wireless/gnome-bluetooth-2.27.6 )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
- >=dev-util/intltool-0.35"
+ >=dev-util/intltool-0.40"
pkg_setup() {
DOCS="AUTHORS ChangeLog NEWS README"
G2CONF="${G2CONF}
--with-gtkver=3
--disable-more-warnings
- --localstatedir=/var"
+ --localstatedir=/var
+ $(use_with bluetooth)"
}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/gnome:gnome-next commit in: gnome-extra/nm-applet/
@ 2011-09-30 23:58 Alexandre Restovtsev
0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Restovtsev @ 2011-09-30 23:58 UTC (permalink / raw
To: gentoo-commits
commit: 584edc17bf25916782f1d9e71a80ac7356365dad
Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Fri Sep 30 23:45:04 2011 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Fri Sep 30 23:45:04 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=584edc17
gnome-extra/nm-applet: add 0.9.1.90
Installs libnm-gtk which is needed by gnome-control-center.
---
| 47 +++++++++++++++++++++++
1 files changed, 47 insertions(+), 0 deletions(-)
--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 0000000..a54f0b7
--- /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.0.ebuild,v 1.1 2011/08/23 23:18:30 nirbheek 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)"
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-09-30 23:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-14 20:43 [gentoo-commits] proj/gnome:gnome-next commit in: gnome-extra/nm-applet/ Alexandre Restovtsev
-- strict thread matches above, loose matches on Subject: below --
2011-09-30 23:58 Alexandre Restovtsev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox