Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-base/dconf-editor/
Date: Sat, 04 Aug 2018 11:30:21
Message-Id: 1533381478.69fa30e8dbc662c52fcef424799c2919a9f358c1.leio@gentoo
1 commit: 69fa30e8dbc662c52fcef424799c2919a9f358c1
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 4 10:59:26 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 4 11:17:58 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69fa30e8
7
8 gnome-base/dconf-editor: bump to 3.26.2
9
10 Package-Manager: Portage-2.3.43, Repoman-2.3.10
11
12 gnome-base/dconf-editor/Manifest | 1 +
13 gnome-base/dconf-editor/dconf-editor-3.26.2.ebuild | 33 ++++++++++++++++++++++
14 2 files changed, 34 insertions(+)
15
16 diff --git a/gnome-base/dconf-editor/Manifest b/gnome-base/dconf-editor/Manifest
17 index 09783c31bfe..f4fd0ed3b43 100644
18 --- a/gnome-base/dconf-editor/Manifest
19 +++ b/gnome-base/dconf-editor/Manifest
20 @@ -1 +1,2 @@
21 DIST dconf-editor-3.24.3.tar.xz 503520 BLAKE2B 57b0b0de36e2bb5cef33e0171e77f506f16f240d5ab4ab79d7689b7541ce445bce4d87753f312cf9353b2aa44d5cb2f7c734050a5f57ba2b7eae9894fb74d0e3 SHA512 10c98df210cd465e21601342963a19cd5a255abfaa6e96c833070db52d13531288237a129471bf9424d7ea8fef4c2cd4954652850bbb57dd161ce9cf99265361
22 +DIST dconf-editor-3.26.2.tar.xz 542828 BLAKE2B e7bd35b39d7b0124105513d44f3a24d005f1c6daf2dccb1d3eeb324b65038adfc11e5ee83078058489b1e918222538a97621c74fb0a0ceb20e1a708ccf5a82bd SHA512 25a6536c97b4f6fc26890915e2d0ed3ff1d2247175fd25a7d86e44f33da8667064415b22890c799d3586cd0f08becc90414f02bf3d988aa1d02eee90d7e45ba5
23
24 diff --git a/gnome-base/dconf-editor/dconf-editor-3.26.2.ebuild b/gnome-base/dconf-editor/dconf-editor-3.26.2.ebuild
25 new file mode 100644
26 index 00000000000..919e9dfa03e
27 --- /dev/null
28 +++ b/gnome-base/dconf-editor/dconf-editor-3.26.2.ebuild
29 @@ -0,0 +1,33 @@
30 +# Copyright 1999-2018 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=6
34 +
35 +inherit gnome2
36 +
37 +DESCRIPTION="Graphical tool for editing the dconf configuration database"
38 +HOMEPAGE="https://git.gnome.org/browse/dconf-editor"
39 +
40 +LICENSE="LGPL-2.1+"
41 +SLOT="0"
42 +
43 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~arm-linux ~x86-linux"
44 +
45 +COMMON_DEPEND="
46 + dev-libs/appstream-glib
47 + >=dev-libs/glib-2.46.0:2
48 + >=gnome-base/dconf-0.25.1
49 + >=x11-libs/gtk+-3.22.0:3
50 +"
51 +DEPEND="${COMMON_DEPEND}
52 + >=sys-devel/gettext-0.19.7
53 + virtual/pkgconfig
54 +"
55 +RDEPEND="${COMMON_DEPEND}
56 + !<gnome-base/dconf-0.22[X]
57 +"
58 +
59 +src_configure() {
60 + gnome2_src_configure \
61 + VALAC="$(type -P true)"
62 +}