diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2014-03-11 15:31:57 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2014-03-11 15:31:57 +0000 |
commit | 0d2188bef44c886d6d0cb221c71de7d6647ab634 (patch) | |
tree | 4099fe1b2647c6c15f9d1f7e615aff4b7fc9653d | |
parent | Prerelease version bump. (diff) | |
download | gentoo-2-0d2188bef44c886d6d0cb221c71de7d6647ab634.tar.gz gentoo-2-0d2188bef44c886d6d0cb221c71de7d6647ab634.tar.bz2 gentoo-2-0d2188bef44c886d6d0cb221c71de7d6647ab634.zip |
Prerelease version bump.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
-rw-r--r-- | xfce-base/xfce4-appfinder/ChangeLog | 8 | ||||
-rw-r--r-- | xfce-base/xfce4-appfinder/xfce4-appfinder-4.11.0.ebuild | 37 |
2 files changed, 44 insertions, 1 deletions
diff --git a/xfce-base/xfce4-appfinder/ChangeLog b/xfce-base/xfce4-appfinder/ChangeLog index aa49d9a9cea5..66726bb0dee5 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-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-appfinder/ChangeLog,v 1.32 2014/01/28 14:17:14 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfce4-appfinder/ChangeLog,v 1.33 2014/03/11 15:31:57 ssuominen Exp $ + +*xfce4-appfinder-4.11.0 (11 Mar 2014) + + 11 Mar 2014; Samuli Suominen <ssuominen@gentoo.org> + +xfce4-appfinder-4.11.0.ebuild: + Prerelease version bump. 28 Jan 2014; Agostino Sarubbo <ago@gentoo.org> xfce4-appfinder-4.10.1.ebuild: Stable for x86, wrt bug #496018 diff --git a/xfce-base/xfce4-appfinder/xfce4-appfinder-4.11.0.ebuild b/xfce-base/xfce4-appfinder/xfce4-appfinder-4.11.0.ebuild new file mode 100644 index 000000000000..f2952c39e5e7 --- /dev/null +++ b/xfce-base/xfce4-appfinder/xfce4-appfinder-4.11.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2014 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.11.0.ebuild,v 1.1 2014/03/11 15:31:57 ssuominen Exp $ + +EAPI=5 +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 ~mips ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x86-solaris" +IUSE="debug" + +RDEPEND=">=dev-libs/dbus-glib-0.100 + >=dev-libs/glib-2.30 + >=x11-libs/gtk+-3.2:3 + >=xfce-base/garcon-0.3 + >=xfce-base/libxfce4util-4.11 + >=xfce-base/libxfce4ui-4.11 + >=xfce-base/xfconf-4.10 + !xfce-base/xfce-utils" +DEPEND="${RDEPEND} + dev-util/intltool + sys-devel/gettext + virtual/pkgconfig" + +pkg_setup() { + XFCONF=( + --enable-gtk3 + $(xfconf_use_debug) + ) + + DOCS=( AUTHORS ChangeLog NEWS ) +} |