Gentoo Archives: gentoo-commits

From: Sobhan Mohammadpour <sobhan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-base/dconf-editor/
Date: Tue, 29 May 2018 20:54:48
Message-Id: 1527625775.7e8cc50dd8fbe7f2897fae2e13543f60538ff1f2.sobhan@gentoo
1 commit: 7e8cc50dd8fbe7f2897fae2e13543f60538ff1f2
2 Author: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
3 AuthorDate: Tue May 29 20:29:35 2018 +0000
4 Commit: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
5 CommitDate: Tue May 29 20:29:35 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=7e8cc50d
7
8 gnome-base/dconf-editor: bump
9
10 Package-Manager: Portage-2.3.36, Repoman-2.3.9
11 Manifest-Sign-Key: 0x7DF238CF0AA182E1
12
13 gnome-base/dconf-editor/dconf-editor-3.26.2.ebuild | 33 ++++++++++++++++++++++
14 gnome-base/dconf-editor/metadata.xml | 8 ++++++
15 2 files changed, 41 insertions(+)
16
17 diff --git a/gnome-base/dconf-editor/dconf-editor-3.26.2.ebuild b/gnome-base/dconf-editor/dconf-editor-3.26.2.ebuild
18 new file mode 100644
19 index 00000000..919e9dfa
20 --- /dev/null
21 +++ b/gnome-base/dconf-editor/dconf-editor-3.26.2.ebuild
22 @@ -0,0 +1,33 @@
23 +# Copyright 1999-2018 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI=6
27 +
28 +inherit gnome2
29 +
30 +DESCRIPTION="Graphical tool for editing the dconf configuration database"
31 +HOMEPAGE="https://git.gnome.org/browse/dconf-editor"
32 +
33 +LICENSE="LGPL-2.1+"
34 +SLOT="0"
35 +
36 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~arm-linux ~x86-linux"
37 +
38 +COMMON_DEPEND="
39 + dev-libs/appstream-glib
40 + >=dev-libs/glib-2.46.0:2
41 + >=gnome-base/dconf-0.25.1
42 + >=x11-libs/gtk+-3.22.0:3
43 +"
44 +DEPEND="${COMMON_DEPEND}
45 + >=sys-devel/gettext-0.19.7
46 + virtual/pkgconfig
47 +"
48 +RDEPEND="${COMMON_DEPEND}
49 + !<gnome-base/dconf-0.22[X]
50 +"
51 +
52 +src_configure() {
53 + gnome2_src_configure \
54 + VALAC="$(type -P true)"
55 +}
56
57 diff --git a/gnome-base/dconf-editor/metadata.xml b/gnome-base/dconf-editor/metadata.xml
58 new file mode 100644
59 index 00000000..39980802
60 --- /dev/null
61 +++ b/gnome-base/dconf-editor/metadata.xml
62 @@ -0,0 +1,8 @@
63 +<?xml version="1.0" encoding="UTF-8"?>
64 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
65 +<pkgmetadata>
66 +<maintainer type="project">
67 + <email>gnome@g.o</email>
68 + <name>Gentoo GNOME Desktop</name>
69 +</maintainer>
70 +</pkgmetadata>