summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Mende <angelos@gentoo.org>2011-10-20 17:02:13 +0000
committerChristoph Mende <angelos@gentoo.org>2011-10-20 17:02:13 +0000
commit04f64882aaf5995ad4bf0f2f078365ded4765ad6 (patch)
tree645ef8a8e22d6a77f2377b9c11e90d3adab4850b /xfce-extra
parentMarking boost-1.46.1-r1 ppc for bug 377805 (diff)
downloadgentoo-2-04f64882aaf5995ad4bf0f2f078365ded4765ad6.tar.gz
gentoo-2-04f64882aaf5995ad4bf0f2f078365ded4765ad6.tar.bz2
gentoo-2-04f64882aaf5995ad4bf0f2f078365ded4765ad6.zip
Version bump
(Portage version: 2.1.10.27/cvs/Linux x86_64)
Diffstat (limited to 'xfce-extra')
-rw-r--r--xfce-extra/xfce4-appfinder/ChangeLog8
-rw-r--r--xfce-extra/xfce4-appfinder/xfce4-appfinder-4.9.0.ebuild31
2 files changed, 38 insertions, 1 deletions
diff --git a/xfce-extra/xfce4-appfinder/ChangeLog b/xfce-extra/xfce4-appfinder/ChangeLog
index a5108eabd0aa..4793383bc082 100644
--- a/xfce-extra/xfce4-appfinder/ChangeLog
+++ b/xfce-extra/xfce4-appfinder/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for xfce-extra/xfce4-appfinder
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-appfinder/ChangeLog,v 1.104 2011/02/14 19:46:21 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-appfinder/ChangeLog,v 1.105 2011/10/20 17:02:13 angelos Exp $
+
+*xfce4-appfinder-4.9.0 (20 Oct 2011)
+
+ 20 Oct 2011; Christoph Mende <angelos@gentoo.org>
+ +xfce4-appfinder-4.9.0.ebuild:
+ Version bump
14 Feb 2011; Samuli Suominen <ssuominen@gentoo.org>
xfce4-appfinder-4.8.0.ebuild:
diff --git a/xfce-extra/xfce4-appfinder/xfce4-appfinder-4.9.0.ebuild b/xfce-extra/xfce4-appfinder/xfce4-appfinder-4.9.0.ebuild
new file mode 100644
index 000000000000..66fb75b5287e
--- /dev/null
+++ b/xfce-extra/xfce4-appfinder/xfce4-appfinder-4.9.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-appfinder/xfce4-appfinder-4.9.0.ebuild,v 1.1 2011/10/20 17:02:13 angelos Exp $
+
+EAPI=4
+inherit xfconf
+
+DESCRIPTION="Application finder and launcher for the Xfce desktop environment"
+HOMEPAGE="http://www.xfce.org/projects/xfce4-appfinder/"
+SRC_URI="mirror://xfce/src/xfce/${PN}/4.9/${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.84
+ >=dev-libs/glib-2.23:2
+ >=x11-libs/gtk+-2.20:2
+ >=xfce-base/libxfce4util-4.8
+ >=xfce-base/libxfce4ui-4.8
+ >=xfce-base/garcon-0.1.2
+ >=xfce-base/xfconf-4.8"
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig
+ dev-util/intltool"
+
+pkg_setup() {
+ XFCONF=( $(xfconf_use_debug) )
+ DOCS=( AUTHORS ChangeLog NEWS README TODO )
+}