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-extra/gnome-characters/
Date: Wed, 27 Feb 2019 19:30:40
Message-Id: 1551295806.e24d82aacbadbbba29724f6d06bdcd9aa0b564da.leio@gentoo
1 commit: e24d82aacbadbbba29724f6d06bdcd9aa0b564da
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 27 19:29:47 2019 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 27 19:30:06 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e24d82aa
7
8 gnome-extra/gnome-characters: dependency and license fixes
9
10 License is GPL-2 or later (not GPL2-only) + BSD 3-clause.
11
12 gjs-1.50 is needed for ES6 classes support - upstream had not correctly
13 raised the dependency, filed
14 https://gitlab.gnome.org/GNOME/gnome-characters/merge_requests/29
15
16 appstream-glib build dep is unnecessary - appdata doesn't contain any
17 tags that gettext version of appdata ITS doesn't have.
18
19 Remove now unnecessary double icon cache update, as xdg.eclass already
20 does it now.
21
22 Closes: https://bugs.gentoo.org/678934
23 Package-Manager: Portage-2.3.52, Repoman-2.3.12
24 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
25
26 gnome-extra/gnome-characters/gnome-characters-3.30.0.ebuild | 9 +++------
27 1 file changed, 3 insertions(+), 6 deletions(-)
28
29 diff --git a/gnome-extra/gnome-characters/gnome-characters-3.30.0.ebuild b/gnome-extra/gnome-characters/gnome-characters-3.30.0.ebuild
30 index b51c8f472f0..e00ec79c99f 100644
31 --- a/gnome-extra/gnome-characters/gnome-characters-3.30.0.ebuild
32 +++ b/gnome-extra/gnome-characters/gnome-characters-3.30.0.ebuild
33 @@ -1,4 +1,4 @@
34 -# Copyright 1999-2018 Gentoo Authors
35 +# Copyright 1999-2019 Gentoo Authors
36 # Distributed under the terms of the GNU General Public License v2
37
38 EAPI=6
39 @@ -9,13 +9,13 @@ inherit gnome.org gnome2-utils meson xdg
40 DESCRIPTION="Unicode character map viewer and library"
41 HOMEPAGE="https://wiki.gnome.org/Design/Apps/CharacterMap"
42
43 -LICENSE="GPL-2 BSD"
44 +LICENSE="GPL-2+ BSD"
45 SLOT="0"
46 KEYWORDS="~amd64 ~x86"
47 IUSE=""
48
49 RDEPEND="
50 - >=dev-libs/gjs-1.43.3
51 + >=dev-libs/gjs-1.50
52 >=dev-libs/glib-2.32:2
53 >=dev-libs/gobject-introspection-1.35.9:=
54 >=dev-libs/libunistring-0.9.5
55 @@ -24,7 +24,6 @@ RDEPEND="
56 >=x11-libs/pango-1.36[introspection]
57 "
58 DEPEND="${RDEPEND}
59 - dev-libs/appstream-glib
60 dev-libs/libxml2:2
61 dev-util/glib-utils
62 >=sys-devel/gettext-0.19.8
63 @@ -33,12 +32,10 @@ DEPEND="${RDEPEND}
64
65 pkg_postinst() {
66 xdg_pkg_postinst
67 - gnome2_icon_cache_update
68 gnome2_schemas_update
69 }
70
71 pkg_postinst() {
72 xdg_pkg_postrm
73 - gnome2_icon_cache_update
74 gnome2_schemas_update
75 }