diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-04-29 10:26:19 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-04-29 10:26:19 +0000 |
commit | cf8a552810c8c99b6d376fffa053b5f799f9839d (patch) | |
tree | a3ee5851482bb2e872d744a81bf93a4e59875878 /xfce-base/xfce4-appfinder | |
parent | Stabilization (diff) | |
download | historical-cf8a552810c8c99b6d376fffa053b5f799f9839d.tar.gz historical-cf8a552810c8c99b6d376fffa053b5f799f9839d.tar.bz2 historical-cf8a552810c8c99b6d376fffa053b5f799f9839d.zip |
Version bump.
Package-Manager: portage-2.2.0_alpha101/cvs/Linux x86_64
Diffstat (limited to 'xfce-base/xfce4-appfinder')
-rw-r--r-- | xfce-base/xfce4-appfinder/ChangeLog | 8 | ||||
-rw-r--r-- | xfce-base/xfce4-appfinder/xfce4-appfinder-4.10.0.ebuild | 33 |
2 files changed, 40 insertions, 1 deletions
diff --git a/xfce-base/xfce4-appfinder/ChangeLog b/xfce-base/xfce4-appfinder/ChangeLog index 6690db3f5256..f8a373b272d3 100644 --- a/xfce-base/xfce4-appfinder/ChangeLog +++ b/xfce-base/xfce4-appfinder/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for xfce-base/xfce4-appfinder # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-appfinder/ChangeLog,v 1.3 2012/04/20 20:23:17 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-appfinder/ChangeLog,v 1.4 2012/04/29 10:18:27 ssuominen Exp $ + +*xfce4-appfinder-4.10.0 (29 Apr 2012) + + 29 Apr 2012; Samuli Suominen <ssuominen@gentoo.org> + +xfce4-appfinder-4.10.0.ebuild: + Version bump. 20 Apr 2012; Samuli Suominen <ssuominen@gentoo.org> -xfce4-appfinder-4.9.4.ebuild: diff --git a/xfce-base/xfce4-appfinder/xfce4-appfinder-4.10.0.ebuild b/xfce-base/xfce4-appfinder/xfce4-appfinder-4.10.0.ebuild new file mode 100644 index 000000000000..4375b7dbd811 --- /dev/null +++ b/xfce-base/xfce4-appfinder/xfce4-appfinder-4.10.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-appfinder/xfce4-appfinder-4.10.0.ebuild,v 1.1 2012/04/29 10:18:27 ssuominen Exp $ + +EAPI=4 +inherit xfconf + +DESCRIPTION="A tool to find and launch installed applications for the Xfce desktop environment" +HOMEPAGE="http://www.xfce.org/projects/" +SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" +IUSE="debug" + +RDEPEND=">=dev-libs/dbus-glib-0.98 + >=dev-libs/glib-2.24 + >=x11-libs/gtk+-2.20:2 + >=xfce-base/garcon-0.2 + >=xfce-base/libxfce4util-4.10 + >=xfce-base/libxfce4ui-4.10 + >=xfce-base/xfconf-4.10 + !xfce-base/xfce-utils" +DEPEND="${RDEPEND} + dev-util/intltool + dev-util/pkgconfig + sys-devel/gettext" + +pkg_setup() { + XFCONF=( $(xfconf_use_debug) ) + DOCS=( AUTHORS ChangeLog NEWS ) +} |