diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-03-30 20:02:45 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-03-30 20:02:45 +0000 |
commit | 93c43da692859bbabcd884a2cda79f59c32b467d (patch) | |
tree | 356f1af43ef0621e6144ec789424cc1c1906380a /xfce-base | |
parent | x11-themes/qgtkstyle is masked for removal. Use x11-libs/qt-gui[gtkstyle] ins... (diff) | |
download | gentoo-2-93c43da692859bbabcd884a2cda79f59c32b467d.tar.gz gentoo-2-93c43da692859bbabcd884a2cda79f59c32b467d.tar.bz2 gentoo-2-93c43da692859bbabcd884a2cda79f59c32b467d.zip |
Version bump to development release.
(Portage version: 2.2.0_alpha96/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/libxfce4util/ChangeLog | 8 | ||||
-rw-r--r-- | xfce-base/libxfce4util/libxfce4util-4.9.0.ebuild | 32 |
2 files changed, 39 insertions, 1 deletions
diff --git a/xfce-base/libxfce4util/ChangeLog b/xfce-base/libxfce4util/ChangeLog index eaacc7839866..5bc24ce8bc9f 100644 --- a/xfce-base/libxfce4util/ChangeLog +++ b/xfce-base/libxfce4util/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for xfce-base/libxfce4util # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.169 2012/03/23 21:19:03 angelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.170 2012/03/30 20:02:45 ssuominen Exp $ + +*libxfce4util-4.9.0 (30 Mar 2012) + + 30 Mar 2012; Samuli Suominen <ssuominen@gentoo.org> + +libxfce4util-4.9.0.ebuild: + Version bump to development release. 23 Mar 2012; Christoph Mende <angelos@gentoo.org> libxfce4util-4.8.2.ebuild: Add slot dep on glib diff --git a/xfce-base/libxfce4util/libxfce4util-4.9.0.ebuild b/xfce-base/libxfce4util/libxfce4util-4.9.0.ebuild new file mode 100644 index 000000000000..0753b417f7d3 --- /dev/null +++ b/xfce-base/libxfce4util/libxfce4util-4.9.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.9.0.ebuild,v 1.1 2012/03/30 20:02:45 ssuominen Exp $ + +EAPI=4 +inherit xfconf + +DESCRIPTION="A basic utility library for the Xfce desktop environment" +HOMEPAGE="http://www.xfce.org/projects/" +SRC_URI="mirror://xfce/src/xfce/${PN}/${PV%.*}/${P}.tar.bz2" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris" +IUSE="debug" + +RDEPEND=">=dev-libs/glib-2.12" +DEPEND="${RDEPEND} + dev-util/intltool + dev-util/pkgconfig + sys-devel/gettext" + +pkg_setup() { + XFCONF=( + $(xfconf_use_debug) + --with-html-dir="${EPREFIX}"/usr/share/doc/${PF}/html + ) + + [[ ${CHOST} == *-darwin* ]] && XFCONF+=( --disable-visibility ) #366857 + + DOCS=( AUTHORS ChangeLog NEWS README THANKS TODO ) +} |