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: Thu, 14 Mar 2019 09:35:57
Message-Id: 1552556074.010a426444742d02b3e792efac1d087e6a6ba3ab.leio@gentoo
1 commit: 010a426444742d02b3e792efac1d087e6a6ba3ab
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 14 07:29:05 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 14 09:34:34 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=010a4264
7
8 gnome-base/dconf-editor: bump to 3.30.2
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12
13 gnome-base/dconf-editor/Manifest | 1 +
14 gnome-base/dconf-editor/dconf-editor-3.30.2.ebuild | 44 ++++++++++++++++++++++
15 2 files changed, 45 insertions(+)
16
17 diff --git a/gnome-base/dconf-editor/Manifest b/gnome-base/dconf-editor/Manifest
18 index 2b9433e58ef..fe6beead9d1 100644
19 --- a/gnome-base/dconf-editor/Manifest
20 +++ b/gnome-base/dconf-editor/Manifest
21 @@ -1,2 +1,3 @@
22 DIST dconf-editor-3.26.2.tar.xz 542828 BLAKE2B e7bd35b39d7b0124105513d44f3a24d005f1c6daf2dccb1d3eeb324b65038adfc11e5ee83078058489b1e918222538a97621c74fb0a0ceb20e1a708ccf5a82bd SHA512 25a6536c97b4f6fc26890915e2d0ed3ff1d2247175fd25a7d86e44f33da8667064415b22890c799d3586cd0f08becc90414f02bf3d988aa1d02eee90d7e45ba5
23 DIST dconf-editor-3.28.0.tar.xz 417244 BLAKE2B 1237b199b7b991055fe30829dff0554be7e3122001c9c1a3bd1b17dc1aeeb0a4df6536560b072559c96d4da0b26bdf234479cb9c38ae979d08c220348df48649 SHA512 435c159fd3356c19e459ed9441671b508c5ba1b2d9f491d304280ef66b980779fda5769bb2e1e85a294ceebe9e729e4899ac0ab750f86e5ccdbdc455cf1ffc44
24 +DIST dconf-editor-3.30.2.tar.xz 447060 BLAKE2B 4cd8ab7200afaa402d6915a94be12b32a58fdf11ed77d4b833e3734b94de99bf7182d3564d1e0b42935d4364b2c973c296d773de402942af8e66f4ccbe6026be SHA512 c9fe4393e9c75ad19c56670a50199493a32ed55f3135ada599aef5efb4582320a23648da1906ce1a1b64918987fd3684f00bfc749a21a6fd2806066d760418c8
25
26 diff --git a/gnome-base/dconf-editor/dconf-editor-3.30.2.ebuild b/gnome-base/dconf-editor/dconf-editor-3.30.2.ebuild
27 new file mode 100644
28 index 00000000000..a8ec4935725
29 --- /dev/null
30 +++ b/gnome-base/dconf-editor/dconf-editor-3.30.2.ebuild
31 @@ -0,0 +1,44 @@
32 +# Copyright 1999-2019 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
36 +VALA_MIN_API_VERSION="0.40"
37 +
38 +inherit gnome.org gnome2-utils meson vala xdg
39 +
40 +DESCRIPTION="Graphical tool for editing the dconf configuration database"
41 +HOMEPAGE="https://gitlab.gnome.org/GNOME/dconf-editor"
42 +
43 +LICENSE="GPL-3+"
44 +SLOT="0"
45 +
46 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-linux"
47 +
48 +RDEPEND="
49 + >=gnome-base/dconf-0.26.1
50 + >=dev-libs/glib-2.55.1:2
51 + >=x11-libs/gtk+-3.22.27:3
52 +"
53 +DEPEND="${RDEPEND}
54 + $(vala_depend)
55 + dev-libs/libxml2:2
56 + >=sys-devel/gettext-0.19.8
57 + virtual/pkgconfig
58 +"
59 +
60 +src_prepare() {
61 + vala_src_prepare
62 + xdg_src_prepare
63 +}
64 +
65 +pkg_postinst() {
66 + xdg_pkg_postinst
67 + gnome2_icon_cache_update
68 + gnome2_schemas_update
69 +}
70 +
71 +pkg_postrm() {
72 + xdg_pkg_postrm
73 + gnome2_icon_cache_update
74 + gnome2_schemas_update
75 +}