diff options
author | 2012-04-14 08:34:04 +0000 | |
---|---|---|
committer | 2012-04-14 08:34:04 +0000 | |
commit | 44297c6d97afe05a05ea2ad269216afdd3e53911 (patch) | |
tree | a8a77a12a866885ea30692afabe93263229cd8f8 /xfce-base | |
parent | Add ~amd64-linux keyword. (diff) | |
download | gentoo-2-44297c6d97afe05a05ea2ad269216afdd3e53911.tar.gz gentoo-2-44297c6d97afe05a05ea2ad269216afdd3e53911.tar.bz2 gentoo-2-44297c6d97afe05a05ea2ad269216afdd3e53911.zip |
Version bump to development release.
(Portage version: 2.2.0_alpha100/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.1.ebuild | 32 |
2 files changed, 39 insertions, 1 deletions
diff --git a/xfce-base/libxfce4util/ChangeLog b/xfce-base/libxfce4util/ChangeLog index 5bc24ce8bc9f..608359398b96 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.170 2012/03/30 20:02:45 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.171 2012/04/14 08:34:04 ssuominen Exp $ + +*libxfce4util-4.9.1 (14 Apr 2012) + + 14 Apr 2012; Samuli Suominen <ssuominen@gentoo.org> + +libxfce4util-4.9.1.ebuild: + Version bump to development release. *libxfce4util-4.9.0 (30 Mar 2012) diff --git a/xfce-base/libxfce4util/libxfce4util-4.9.1.ebuild b/xfce-base/libxfce4util/libxfce4util-4.9.1.ebuild new file mode 100644 index 000000000000..23871a6c916b --- /dev/null +++ b/xfce-base/libxfce4util/libxfce4util-4.9.1.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.1.ebuild,v 1.1 2012/04/14 08:34:04 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.24" +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 ) +} |