commit: 7e8cc50dd8fbe7f2897fae2e13543f60538ff1f2 Author: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org> AuthorDate: Tue May 29 20:29:35 2018 +0000 Commit: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org> CommitDate: Tue May 29 20:29:35 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=7e8cc50d
gnome-base/dconf-editor: bump Package-Manager: Portage-2.3.36, Repoman-2.3.9 Manifest-Sign-Key: 0x7DF238CF0AA182E1 gnome-base/dconf-editor/dconf-editor-3.26.2.ebuild | 33 ++++++++++++++++++++++ gnome-base/dconf-editor/metadata.xml | 8 ++++++ 2 files changed, 41 insertions(+) diff --git a/gnome-base/dconf-editor/dconf-editor-3.26.2.ebuild b/gnome-base/dconf-editor/dconf-editor-3.26.2.ebuild new file mode 100644 index 00000000..919e9dfa --- /dev/null +++ b/gnome-base/dconf-editor/dconf-editor-3.26.2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit gnome2 + +DESCRIPTION="Graphical tool for editing the dconf configuration database" +HOMEPAGE="https://git.gnome.org/browse/dconf-editor" + +LICENSE="LGPL-2.1+" +SLOT="0" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~arm-linux ~x86-linux" + +COMMON_DEPEND=" + dev-libs/appstream-glib + >=dev-libs/glib-2.46.0:2 + >=gnome-base/dconf-0.25.1 + >=x11-libs/gtk+-3.22.0:3 +" +DEPEND="${COMMON_DEPEND} + >=sys-devel/gettext-0.19.7 + virtual/pkgconfig +" +RDEPEND="${COMMON_DEPEND} + !<gnome-base/dconf-0.22[X] +" + +src_configure() { + gnome2_src_configure \ + VALAC="$(type -P true)" +} diff --git a/gnome-base/dconf-editor/metadata.xml b/gnome-base/dconf-editor/metadata.xml new file mode 100644 index 00000000..39980802 --- /dev/null +++ b/gnome-base/dconf-editor/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo GNOME Desktop</name> +</maintainer> +</pkgmetadata>
