summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-12-18 21:00:23 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-12-18 21:00:23 +0000
commit85c57fb361d38349e43be9fe511f0d6a70dd1359 (patch)
tree5df57835541fbb4aafef59325776ce8e43c7228c /xfce-extra
parentamd64 stable; bug #348592 (diff)
downloadgentoo-2-85c57fb361d38349e43be9fe511f0d6a70dd1359.tar.gz
gentoo-2-85c57fb361d38349e43be9fe511f0d6a70dd1359.tar.bz2
gentoo-2-85c57fb361d38349e43be9fe511f0d6a70dd1359.zip
tidy
(Portage version: 2.2.0_alpha9/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/xfce4-stopwatch-plugin/xfce4-stopwatch-plugin-0.2.0.ebuild21
1 files changed, 14 insertions, 7 deletions
diff --git a/xfce-extra/xfce4-stopwatch-plugin/xfce4-stopwatch-plugin-0.2.0.ebuild b/xfce-extra/xfce4-stopwatch-plugin/xfce4-stopwatch-plugin-0.2.0.ebuild
index 77abd5b1541c..729d27a51726 100644
--- a/xfce-extra/xfce4-stopwatch-plugin/xfce4-stopwatch-plugin-0.2.0.ebuild
+++ b/xfce-extra/xfce4-stopwatch-plugin/xfce4-stopwatch-plugin-0.2.0.ebuild
@@ -1,17 +1,17 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-stopwatch-plugin/xfce4-stopwatch-plugin-0.2.0.ebuild,v 1.4 2009/10/06 11:15:26 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-stopwatch-plugin/xfce4-stopwatch-plugin-0.2.0.ebuild,v 1.5 2010/12/18 21:00:23 ssuominen Exp $
-EAPI=2
+EAPI=3
inherit xfconf
-DESCRIPTION="panel plugin that keeps track of elapsed time"
+DESCRIPTION="A panel plug-in to track elapsed time for the Xfce desktop environment"
HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-stopwatch-plugin"
SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.2/${P}.tar.bz2"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64"
+KEYWORDS="amd64 ~x86"
IUSE="debug"
RDEPEND=">=x11-libs/gtk+-2.10:2
@@ -23,7 +23,14 @@ DEPEND="${RDEPEND}
dev-util/intltool"
pkg_setup() {
- XFCONF="--disable-dependency-tracking
- $(use_enable debug)"
+ if has_version ">=xfce-base/xfce4-panel-4.7"; then
+ die "Sorry, but this plug-in is only for Xfce 4.6. See bug 344653."
+ fi
+
+ XFCONF=(
+ --disable-dependency-tracking
+ $(xfconf_use_debug)
+ )
+
DOCS="AUTHORS NEWS"
}