summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2011-05-19 20:46:27 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2011-05-19 20:46:27 +0000
commitaaad44980ce7950737e68235972affec5479f7dc (patch)
tree46d1d662da14f87e3df427120d3d5356d73a47f5 /xfce-extra/xfce4-dict/xfce4-dict-0.6.0.ebuild
parentEAPI4 (diff)
downloadgentoo-2-aaad44980ce7950737e68235972affec5479f7dc.tar.gz
gentoo-2-aaad44980ce7950737e68235972affec5479f7dc.tar.bz2
gentoo-2-aaad44980ce7950737e68235972affec5479f7dc.zip
EAPI4
(Portage version: 2.2.0_alpha33/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra/xfce4-dict/xfce4-dict-0.6.0.ebuild')
-rw-r--r--xfce-extra/xfce4-dict/xfce4-dict-0.6.0.ebuild22
1 files changed, 9 insertions, 13 deletions
diff --git a/xfce-extra/xfce4-dict/xfce4-dict-0.6.0.ebuild b/xfce-extra/xfce4-dict/xfce4-dict-0.6.0.ebuild
index 1e7b9fe4a1e0..e617e7b3bda9 100644
--- a/xfce-extra/xfce4-dict/xfce4-dict-0.6.0.ebuild
+++ b/xfce-extra/xfce4-dict/xfce4-dict-0.6.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.6.0.ebuild,v 1.8 2010/12/18 19:56:14 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-dict/xfce4-dict-0.6.0.ebuild,v 1.9 2011/05/19 20:46:27 ssuominen Exp $
-EAPI=3
+EAPI=4
inherit xfconf
-DESCRIPTION="plugin and stand-alone application to query dict.org"
+DESCRIPTION="A dict.org querying application and panel plug-in for the Xfce desktop"
HOMEPAGE="http://goodies.xfce.org/projects/applications/xfce4-dict"
SRC_URI="mirror://xfce/src/apps/${PN}/0.6/${P}.tar.bz2"
@@ -16,18 +16,14 @@ IUSE="debug"
RDEPEND=">=dev-libs/glib-2.6:2
>=x11-libs/gtk+-2.6:2
- >=xfce-base/libxfcegui4-4.4
- >=xfce-base/libxfce4util-4.4
- >=xfce-base/xfce4-panel-4.4"
+ >=xfce-base/libxfcegui4-4.8
+ >=xfce-base/libxfce4util-4.8
+ >=xfce-base/xfce4-panel-4.8"
DEPEND="${RDEPEND}
dev-util/intltool
dev-util/pkgconfig"
pkg_setup() {
- XFCONF=(
- --disable-dependency-tracking
- $(xfconf_use_debug)
- )
-
- DOCS="AUTHORS ChangeLog README"
+ XFCONF=( $(xfconf_use_debug) )
+ DOCS=( AUTHORS ChangeLog README )
}