commit: ed58744c37d1428459891e7fd99bd583210de5ff Author: Lorenzo Porta <vindex17 <AT> outlook <DOT> it> AuthorDate: Tue May 19 10:44:02 2015 +0000 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> CommitDate: Sun May 24 10:58:56 2015 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=ed58744c
gnome-base/dconf-editor: initial ebuild Split from gnome-base/dconf Signed-off-by: Gilles Dartiguelongue <eva <AT> gentoo.org> gnome-base/dconf-editor/dconf-editor-3.16.1.ebuild | 29 ++++++++++++++++++++++ gnome-base/dconf-editor/metadata.xml | 5 ++++ 2 files changed, 34 insertions(+) diff --git a/gnome-base/dconf-editor/dconf-editor-3.16.1.ebuild b/gnome-base/dconf-editor/dconf-editor-3.16.1.ebuild new file mode 100644 index 0000000..8af2846 --- /dev/null +++ b/gnome-base/dconf-editor/dconf-editor-3.16.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="5" +GCONF_DEBUG="no" + +inherit gnome2 + +DESCRIPTION="Graphical tool for editing the dconf configuration database" +HOMEPAGE="https://wiki.gnome.org/dconf" + +LICENSE="LGPL-2.1+" +SLOT="0" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~arm-linux ~x86-linux" + +RDEPEND=" + >=dev-libs/glib-2.39.3:2 + dev-libs/libxml2 + >=gnome-base/dconf-0.23.2 + >=x11-libs/gtk+-3.4:3 +" +DEPEND="${RDEPEND} + >=dev-util/intltool-0.50 + sys-devel/gettext + virtual/pkgconfig + !<gnome-base/dconf-0.22[X] +" diff --git a/gnome-base/dconf-editor/metadata.xml b/gnome-base/dconf-editor/metadata.xml new file mode 100644 index 0000000..6e0e2ec --- /dev/null +++ b/gnome-base/dconf-editor/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>gnome</herd> +</pkgmetadata>
