diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-10-17 19:32:47 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-10-17 19:32:47 +0000 |
commit | f6237ad27f3224c7c3ea771d1f89c85ab6c5d861 (patch) | |
tree | 552c98cc5608504964dd169f0c4111d3cd77d8d2 /gnome-base/dconf | |
parent | Version bump for Gnome 2.32 (diff) | |
download | historical-f6237ad27f3224c7c3ea771d1f89c85ab6c5d861.tar.gz historical-f6237ad27f3224c7c3ea771d1f89c85ab6c5d861.tar.bz2 historical-f6237ad27f3224c7c3ea771d1f89c85ab6c5d861.zip |
Add dconf
Package-Manager: portage-2.1.9.19/cvs/Linux x86_64
Diffstat (limited to 'gnome-base/dconf')
-rw-r--r-- | gnome-base/dconf/ChangeLog | 11 | ||||
-rw-r--r-- | gnome-base/dconf/dconf-0.5.1.ebuild | 29 | ||||
-rw-r--r-- | gnome-base/dconf/metadata.xml | 10 |
3 files changed, 50 insertions, 0 deletions
diff --git a/gnome-base/dconf/ChangeLog b/gnome-base/dconf/ChangeLog new file mode 100644 index 000000000000..a723b82ba2ef --- /dev/null +++ b/gnome-base/dconf/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for gnome-base/dconf +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-base/dconf/ChangeLog,v 1.1 2010/10/17 19:32:47 pacho Exp $ + +*dconf-0.5.1 (17 Oct 2010) + + 17 Oct 2010; Pacho Ramos <pacho@gentoo.org> +dconf-0.5.1.ebuild, + +metadata.xml: + Adding dconf as it's required by apps relying on gsettings to store their + preferences. + diff --git a/gnome-base/dconf/dconf-0.5.1.ebuild b/gnome-base/dconf/dconf-0.5.1.ebuild new file mode 100644 index 000000000000..568da0a2820a --- /dev/null +++ b/gnome-base/dconf/dconf-0.5.1.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/gnome-base/dconf/dconf-0.5.1.ebuild,v 1.1 2010/10/17 19:32:47 pacho Exp $ + +EAPI=3 +GCONF_DEBUG="no" + +inherit gnome2 + +DESCRIPTION="Simple low-level configuration system" +HOMEPAGE="http://live.gnome.org/dconf" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc +introspection" + +RDEPEND=">=dev-libs/glib-2.25.16 + >=dev-libs/libgee-0.5.1 + >=dev-libs/libxml2-2.7.7 + x11-libs/gtk+:2 + introspection? ( >=dev-libs/gobject-introspection-0.9.3 )" +DEPEND="${RDEPEND} + doc? ( >=dev-util/gtk-doc-1.15 )" + +pkg_setup() { + G2CONF="${G2CONF} + $(use_enable introspection)" +} diff --git a/gnome-base/dconf/metadata.xml b/gnome-base/dconf/metadata.xml new file mode 100644 index 000000000000..492a4f76bce6 --- /dev/null +++ b/gnome-base/dconf/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>gnome</herd> +<use> + <flag name="introspection">Use + <pkg>dev-libs/gobject-introspection</pkg> for + introspection</flag> +</use> +</pkgmetadata> |