diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2010-07-26 14:53:45 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2010-07-26 14:53:45 +0000 |
commit | e7e453a05fa43a7d63bcc019ea51d8935fe2a562 (patch) | |
tree | 875889a9fdb2c256ac38ec46a994e180e915a27d /xfce-base | |
parent | Update to debian patch letting webkit to keep working on sparc. Thanks a lot ... (diff) | |
download | gentoo-2-e7e453a05fa43a7d63bcc019ea51d8935fe2a562.tar.gz gentoo-2-e7e453a05fa43a7d63bcc019ea51d8935fe2a562.tar.bz2 gentoo-2-e7e453a05fa43a7d63bcc019ea51d8935fe2a562.zip |
Upstream version bump with real minor fixes. http://releases.xfce.org/feeds/project/libxfce4util
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base')
-rw-r--r-- | xfce-base/libxfce4util/ChangeLog | 9 | ||||
-rw-r--r-- | xfce-base/libxfce4util/libxfce4util-4.7.2.ebuild | 29 |
2 files changed, 37 insertions, 1 deletions
diff --git a/xfce-base/libxfce4util/ChangeLog b/xfce-base/libxfce4util/ChangeLog index 636783b963f6..5a7a80d30f59 100644 --- a/xfce-base/libxfce4util/ChangeLog +++ b/xfce-base/libxfce4util/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for xfce-base/libxfce4util # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.141 2010/07/23 07:47:15 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.142 2010/07/26 14:53:45 darkside Exp $ + +*libxfce4util-4.7.2 (26 Jul 2010) + + 26 Jul 2010; Jeremy Olexa <darkside@gentoo.org> + +libxfce4util-4.7.2.ebuild: + Upstream version bump with real minor fixes. + http://releases.xfce.org/feeds/project/libxfce4util 23 Jul 2010; Markus Meier <maekke@gentoo.org> libxfce4util-4.6.2.ebuild: arm stable, bug #323729 diff --git a/xfce-base/libxfce4util/libxfce4util-4.7.2.ebuild b/xfce-base/libxfce4util/libxfce4util-4.7.2.ebuild new file mode 100644 index 000000000000..005e4ac93ec1 --- /dev/null +++ b/xfce-base/libxfce4util/libxfce4util-4.7.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.7.2.ebuild,v 1.1 2010/07/26 14:53:45 darkside Exp $ + +EAPI=3 +inherit xfconf + +DESCRIPTION="Basic utility library for Xfce4" +HOMEPAGE="http://www.xfce.org/projects/libraries" +SRC_URI="mirror://xfce/src/xfce/${PN}/4.7/${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:2" +DEPEND="${RDEPEND} + dev-util/intltool + dev-util/pkgconfig + sys-devel/gettext" + +pkg_setup() { + XFCONF="--disable-dependency-tracking + --disable-static + $(xfconf_use_debug) + --with-html-dir=${EPREFIX}/usr/share/doc/${PF}/html" + DOCS="AUTHORS ChangeLog NEWS README THANKS TODO" +} |