diff options
author | 2009-03-10 13:52:05 +0000 | |
---|---|---|
committer | 2009-03-10 13:52:05 +0000 | |
commit | 5f4f7d126912c6971c7667b4d0db8ea4dad1076d (patch) | |
tree | 69f4ec550b5afc6946af02523014dc2c4c4bea5f /xfce-base/xfconf | |
parent | Xfce-4.6 bump (diff) | |
download | gentoo-2-5f4f7d126912c6971c7667b4d0db8ea4dad1076d.tar.gz gentoo-2-5f4f7d126912c6971c7667b4d0db8ea4dad1076d.tar.bz2 gentoo-2-5f4f7d126912c6971c7667b4d0db8ea4dad1076d.zip |
Xfce-4.6 bump
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'xfce-base/xfconf')
-rw-r--r-- | xfce-base/xfconf/ChangeLog | 10 | ||||
-rw-r--r-- | xfce-base/xfconf/metadata.xml | 5 | ||||
-rw-r--r-- | xfce-base/xfconf/xfconf-4.6.0.ebuild | 25 |
3 files changed, 40 insertions, 0 deletions
diff --git a/xfce-base/xfconf/ChangeLog b/xfce-base/xfconf/ChangeLog new file mode 100644 index 000000000000..a2b651db1dfa --- /dev/null +++ b/xfce-base/xfconf/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for xfce-base/xfconf +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/xfce-base/xfconf/ChangeLog,v 1.1 2009/03/10 13:52:05 angelos Exp $ + +*xfconf-4.6.0 (10 Mar 2009) + + 10 Mar 2009; Christoph Mende <angelos@gentoo.org> +metadata.xml, + +xfconf-4.6.0.ebuild: + Xfce-4.6 bump + diff --git a/xfce-base/xfconf/metadata.xml b/xfce-base/xfconf/metadata.xml new file mode 100644 index 000000000000..826e2ca93209 --- /dev/null +++ b/xfce-base/xfconf/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>xfce</herd> +</pkgmetadata> diff --git a/xfce-base/xfconf/xfconf-4.6.0.ebuild b/xfce-base/xfconf/xfconf-4.6.0.ebuild new file mode 100644 index 000000000000..57772ac86589 --- /dev/null +++ b/xfce-base/xfconf/xfconf-4.6.0.ebuild @@ -0,0 +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/xfconf/xfconf-4.6.0.ebuild,v 1.1 2009/03/10 13:52:05 angelos Exp $ + +EAPI=1 + +inherit xfce4 + +xfce4_core + +DESCRIPTION="Xfce configuration daemon and utilities" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="debug doc" + +RDEPEND=">=dev-libs/dbus-glib-0.72 + >=dev-libs/glib-2.12:2 + >=xfce-base/libxfce4util-${XFCE_VERSION}" +DEPEND="${RDEPEND} + doc? ( dev-util/gtk-doc )" + +pkg_setup() { + XFCE_CONFIG+=" $(use_enable doc gtk-doc)" +} + +DOCS="AUTHORS ChangeLog NEWS README TODO" |