diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-04-14 09:09:39 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-04-14 09:09:39 +0000 |
commit | b169292ef0f5d09913ca6ef0768c71fd3efd41ad (patch) | |
tree | 8a88a209950154a5a74ffe804bf98f9b85636a50 /xfce-base/xfce4-appfinder | |
parent | EAPI=4, add hoogle to CABAL_FEATURES (diff) | |
download | gentoo-2-b169292ef0f5d09913ca6ef0768c71fd3efd41ad.tar.gz gentoo-2-b169292ef0f5d09913ca6ef0768c71fd3efd41ad.tar.bz2 gentoo-2-b169292ef0f5d09913ca6ef0768c71fd3efd41ad.zip |
Version bump to development release.
(Portage version: 2.2.0_alpha100/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.9.5.ebuild | 33 |
2 files changed, 40 insertions, 1 deletions
diff --git a/xfce-base/xfce4-appfinder/ChangeLog b/xfce-base/xfce4-appfinder/ChangeLog index 690175089fe4..822d87c50bdd 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.1 2012/04/02 10:59:23 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-appfinder/ChangeLog,v 1.2 2012/04/14 09:09:39 ssuominen Exp $ + +*xfce4-appfinder-4.9.5 (14 Apr 2012) + + 14 Apr 2012; Samuli Suominen <ssuominen@gentoo.org> + +xfce4-appfinder-4.9.5.ebuild: + Version bump to development release. 31 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> -xfce4-appfinder-4.9.3.ebuild: diff --git a/xfce-base/xfce4-appfinder/xfce4-appfinder-4.9.5.ebuild b/xfce-base/xfce4-appfinder/xfce4-appfinder-4.9.5.ebuild new file mode 100644 index 000000000000..196fad978e8c --- /dev/null +++ b/xfce-base/xfce4-appfinder/xfce4-appfinder-4.9.5.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.9.5.ebuild,v 1.1 2012/04/14 09:09:39 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.1.12 + >=xfce-base/libxfce4util-4.9.1 + >=xfce-base/libxfce4ui-4.9.2 + >=xfce-base/xfconf-4.9.1 + !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 ) +} |