diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-04-29 09:38:31 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-04-29 09:38:31 +0000 |
commit | b08355419f52026548eec0136e2c5bb7100c3fd8 (patch) | |
tree | 479b8eaabf8f784aa0b5475adf865cb27df632d8 /xfce-base/libxfce4util | |
parent | Remove no longer needed clucene patching. (diff) | |
download | historical-b08355419f52026548eec0136e2c5bb7100c3fd8.tar.gz historical-b08355419f52026548eec0136e2c5bb7100c3fd8.tar.bz2 historical-b08355419f52026548eec0136e2c5bb7100c3fd8.zip |
Version bump.
Package-Manager: portage-2.2.0_alpha101/cvs/Linux x86_64
Diffstat (limited to 'xfce-base/libxfce4util')
-rw-r--r-- | xfce-base/libxfce4util/ChangeLog | 8 | ||||
-rw-r--r-- | xfce-base/libxfce4util/libxfce4util-4.10.0.ebuild | 32 |
2 files changed, 39 insertions, 1 deletions
diff --git a/xfce-base/libxfce4util/ChangeLog b/xfce-base/libxfce4util/ChangeLog index 71cd20cf02cb..276fb59c5bfc 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.172 2012/04/20 20:20:38 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.173 2012/04/29 09:34:21 ssuominen Exp $ + +*libxfce4util-4.10.0 (29 Apr 2012) + + 29 Apr 2012; Samuli Suominen <ssuominen@gentoo.org> + +libxfce4util-4.10.0.ebuild: + Version bump. 20 Apr 2012; Samuli Suominen <ssuominen@gentoo.org> -libxfce4util-4.9.0.ebuild: diff --git a/xfce-base/libxfce4util/libxfce4util-4.10.0.ebuild b/xfce-base/libxfce4util/libxfce4util-4.10.0.ebuild new file mode 100644 index 000000000000..37eacdb27698 --- /dev/null +++ b/xfce-base/libxfce4util/libxfce4util-4.10.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.10.0.ebuild,v 1.1 2012/04/29 09:34:21 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 ) +} |