diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-01 20:12:19 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-08-01 20:12:19 +0000 |
commit | 73512d41a6ec31cca2720420a0d2140030d29640 (patch) | |
tree | 1b8b50054228113d189257d61f1ed0b2c0fe2339 /xfce-base/libxfce4util | |
parent | Tightened the freehdl dependency, closes bug 276611. (diff) | |
download | gentoo-2-73512d41a6ec31cca2720420a0d2140030d29640.tar.gz gentoo-2-73512d41a6ec31cca2720420a0d2140030d29640.tar.bz2 gentoo-2-73512d41a6ec31cca2720420a0d2140030d29640.zip |
Use xfconf.eclass.
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base/libxfce4util')
-rw-r--r-- | xfce-base/libxfce4util/ChangeLog | 6 | ||||
-rw-r--r-- | xfce-base/libxfce4util/libxfce4util-4.6.1.ebuild | 28 |
2 files changed, 19 insertions, 15 deletions
diff --git a/xfce-base/libxfce4util/ChangeLog b/xfce-base/libxfce4util/ChangeLog index 408b0c7de9f0..73398d4820fd 100644 --- a/xfce-base/libxfce4util/ChangeLog +++ b/xfce-base/libxfce4util/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for xfce-base/libxfce4util # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.129 2009/07/27 17:28:09 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/ChangeLog,v 1.130 2009/08/01 20:12:19 ssuominen Exp $ + + 01 Aug 2009; Samuli Suominen <ssuominen@gentoo.org> + libxfce4util-4.6.1.ebuild: + Use xfconf.eclass. 27 Jul 2009; nixnut <nixnut@gentoo.org> libxfce4util-4.6.1.ebuild: ppc stable #265587 diff --git a/xfce-base/libxfce4util/libxfce4util-4.6.1.ebuild b/xfce-base/libxfce4util/libxfce4util-4.6.1.ebuild index 30adb972246f..e808d50b081f 100644 --- a/xfce-base/libxfce4util/libxfce4util-4.6.1.ebuild +++ b/xfce-base/libxfce4util/libxfce4util-4.6.1.ebuild @@ -1,25 +1,25 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.6.1.ebuild,v 1.10 2009/07/27 17:28:09 nixnut Exp $ +# $Header: /var/cvsroot/gentoo-x86/xfce-base/libxfce4util/libxfce4util-4.6.1.ebuild,v 1.11 2009/08/01 20:12:19 ssuominen Exp $ -EAPI="1" +EAPI=2 +inherit xfconf -inherit xfce4 - -xfce4_core - -DESCRIPTION="Basic utilities library" +DESCRIPTION="Basic utility library for Xfce4" HOMEPAGE="http://www.xfce.org/projects/libraries" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd" + LICENSE="LGPL-2" -IUSE="debug doc" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd" +IUSE="debug" -RDEPEND=">=dev-libs/glib-2.12" +RDEPEND=">=dev-libs/glib-2.12:2" DEPEND="${RDEPEND} - doc? ( dev-util/gtk-doc )" + dev-util/pkgconfig + sys-devel/gettext" pkg_setup() { - XFCE_CONFIG+=" $(use_enable doc gtk_doc)" + XFCONF="--disable-dependency-tracking + $(use_enable debug)" + DOCS="AUTHORS ChangeLog NEWS README THANKS TODO" } - -DOCS="AUTHORS ChangeLog NEWS README README.Kiosk THANKS TODO" |