summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2010-12-08 17:32:23 +0000
committerPacho Ramos <pacho@gentoo.org>2010-12-08 17:32:23 +0000
commit56e64893baf8806e38f40dcaa2c17ac8d73ff284 (patch)
treef76b2eb4c51b222160fb443d4d943d9a29ccd574 /gnome-extra/lock-keys-applet
parentDelete dev-python/workingenv. (diff)
downloadgentoo-2-56e64893baf8806e38f40dcaa2c17ac8d73ff284.tar.gz
gentoo-2-56e64893baf8806e38f40dcaa2c17ac8d73ff284.tar.bz2
gentoo-2-56e64893baf8806e38f40dcaa2c17ac8d73ff284.zip
Needs gnome-panel with bonobo support.
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'gnome-extra/lock-keys-applet')
-rw-r--r--gnome-extra/lock-keys-applet/ChangeLog7
-rw-r--r--gnome-extra/lock-keys-applet/lock-keys-applet-1.0.ebuild11
2 files changed, 11 insertions, 7 deletions
diff --git a/gnome-extra/lock-keys-applet/ChangeLog b/gnome-extra/lock-keys-applet/ChangeLog
index 2245444f7de0..51e7a170c18f 100644
--- a/gnome-extra/lock-keys-applet/ChangeLog
+++ b/gnome-extra/lock-keys-applet/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for gnome-extra/lock-keys-applet
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/lock-keys-applet/ChangeLog,v 1.11 2008/11/19 23:49:23 eva Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/lock-keys-applet/ChangeLog,v 1.12 2010/12/08 17:32:23 pacho Exp $
+
+ 08 Dec 2010; Pacho Ramos <pacho@gentoo.org> lock-keys-applet-1.0.ebuild:
+ Needs gnome-panel with bonobo support.
20 Nov 2008; Gilles Dartiguelongue <eva@gentoo.org>
lock-keys-applet-1.0.ebuild:
diff --git a/gnome-extra/lock-keys-applet/lock-keys-applet-1.0.ebuild b/gnome-extra/lock-keys-applet/lock-keys-applet-1.0.ebuild
index bce4dfc20be5..b4231dd91b85 100644
--- a/gnome-extra/lock-keys-applet/lock-keys-applet-1.0.ebuild
+++ b/gnome-extra/lock-keys-applet/lock-keys-applet-1.0.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/lock-keys-applet/lock-keys-applet-1.0.ebuild,v 1.14 2008/11/19 23:49:23 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/lock-keys-applet/lock-keys-applet-1.0.ebuild,v 1.15 2010/12/08 17:32:23 pacho Exp $
+EAPI="3"
inherit autotools gnome2 eutils
DESCRIPTION="An applet that shows the status of your Caps, Num and Scroll Lock keys"
@@ -14,7 +15,7 @@ KEYWORDS="amd64 ppc sparc x86"
IUSE=""
RDEPEND=">=gnome-base/libgnomeui-2
- >=gnome-base/gnome-panel-2"
+ || ( gnome-base/gnome-panel[bonobo] <gnome-base/gnome-panel-2.32 )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
>=dev-util/intltool-0.21
@@ -22,8 +23,8 @@ DEPEND="${RDEPEND}
DOCS="AUTHORS ChangeLog NEWS README TODO"
-src_unpack() {
- gnome2_src_unpack
+src_prepare() {
+ gnome2_src_prepare
# remove deprecated definitions, bug #206459
# courtesy of ubuntu/debian developers