Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, sci-geosciences/gnome-maps/
Date: Fri, 30 Sep 2022 17:08:45
Message-Id: 1664557710.427dfb07f2974a289133c71d96a1ef37682fadcb.mattst88@gentoo
1 commit: 427dfb07f2974a289133c71d96a1ef37682fadcb
2 Author: Pascal Jäger <pascal.jaeger <AT> leimstift <DOT> de>
3 AuthorDate: Wed Sep 21 20:58:56 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 30 17:08:30 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=427dfb07
7
8 sci-geosciences/gnome-maps: version bump to 43.0
9
10 meson.build says it depends on librest-1.0.0 but in reality depends on
11 librest-0.9.1. 0.9.1 is newer than 1.0.0
12
13 Closes: https://github.com/gentoo/gentoo/pull/27383
14 Signed-off-by: Pascal Jäger <pascal.jaeger <AT> leimstift.de>
15 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
16
17 profiles/package.mask | 1 +
18 sci-geosciences/gnome-maps/Manifest | 1 +
19 sci-geosciences/gnome-maps/gnome-maps-43.0.ebuild | 53 +++++++++++++++++++++++
20 3 files changed, 55 insertions(+)
21
22 diff --git a/profiles/package.mask b/profiles/package.mask
23 index 4cec5dbf447f..663599209444 100644
24 --- a/profiles/package.mask
25 +++ b/profiles/package.mask
26 @@ -396,6 +396,7 @@ net-libs/rest:1.0
27 net-libs/uhttpmock:1.0
28 net-libs/webkit-gtk:4.1
29 sci-geosciences/geocode-glib:2
30 +>=sci-geosciences/gnome-maps-43
31
32 # Thomas Deutschmann <whissi@g.o> (2021-09-07)
33 # Masked while being tested and reverse deps aren't fully compatible
34
35 diff --git a/sci-geosciences/gnome-maps/Manifest b/sci-geosciences/gnome-maps/Manifest
36 index d56985966558..34e2c345f3b7 100644
37 --- a/sci-geosciences/gnome-maps/Manifest
38 +++ b/sci-geosciences/gnome-maps/Manifest
39 @@ -1 +1,2 @@
40 DIST gnome-maps-42.3.tar.xz 2317328 BLAKE2B 365eb5cb8f7b20e2069338249418f5fad1abd47a1ab7ecda2d671dc97dfa45fb9f5687ae01fd605613c7ecf6eb9048aef6ab121cac0f455a42df9156581c87e2 SHA512 e52509603914de8f345a874f931beb68d11f718827b956a48464fe804c42559d977eacb0bbd5d4346b6329ab3f9169ac9afa8ef681f040c5b6a82b440b9786cb
41 +DIST gnome-maps-43.0.tar.xz 2330656 BLAKE2B 117a3558e29abe6a1bd29cf347b20a9e33f2b1cabd5310f28e387685e0bde96d1ce371c88616914f298e25ffbbc72b4d29e4fa721994b184e88289c6d0236ea0 SHA512 70966d6a092a67eb6a3a62627666376a71767d9296e00489a5aff281793425d9edd5e978deaf47bbd7d6b0ce37b53cf724b73487e101554c7984456661e193fc
42
43 diff --git a/sci-geosciences/gnome-maps/gnome-maps-43.0.ebuild b/sci-geosciences/gnome-maps/gnome-maps-43.0.ebuild
44 new file mode 100644
45 index 000000000000..441b75f62e73
46 --- /dev/null
47 +++ b/sci-geosciences/gnome-maps/gnome-maps-43.0.ebuild
48 @@ -0,0 +1,53 @@
49 +# Copyright 1999-2022 Gentoo Authors
50 +# Distributed under the terms of the GNU General Public License v2
51 +
52 +EAPI=8
53 +
54 +inherit gnome.org gnome2-utils meson xdg
55 +
56 +DESCRIPTION="A map application for GNOME"
57 +HOMEPAGE="https://wiki.gnome.org/Apps/Maps"
58 +
59 +LICENSE="GPL-2+ LGPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0"
60 +SLOT="0"
61 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
62 +
63 +# Pure introspection dependencies found by grepping imports.gi in ${S}
64 +RDEPEND="
65 + >=dev-libs/glib-2.66.0:2
66 + x11-libs/pango[introspection]
67 + >=dev-libs/gjs-1.69.2
68 + >=dev-libs/gobject-introspection-0.10.1:=
69 + gui-libs/gtk:4[introspection]
70 + >=app-misc/geoclue-0.12.99:2.0[introspection]
71 + >=gui-libs/libadwaita-1.0:1
72 + <dev-libs/libgweather-4.2.0:4=[introspection]
73 + >=sci-geosciences/geocode-glib-3.15.2:2[introspection]
74 + >=media-libs/libshumate-1.0:1.0=
75 + dev-libs/libxml2:2
76 + >=net-libs/rest-0.9.1:1.0=[introspection]
77 +
78 + app-crypt/libsecret[introspection]
79 + media-libs/clutter-gtk:1.0[introspection]
80 + media-libs/clutter:1.0[introspection]
81 + net-libs/gnome-online-accounts[introspection]
82 + net-libs/libgfbgraph[introspection]
83 + net-libs/libsoup:3.0[introspection]
84 + net-libs/webkit-gtk:4.1[introspection]
85 +"
86 +DEPEND="${RDEPEND}"
87 +BDEPEND="
88 + dev-util/glib-utils
89 + >=sys-devel/gettext-0.19.8
90 + virtual/pkgconfig
91 +"
92 +
93 +pkg_postinst() {
94 + xdg_pkg_postinst
95 + gnome2_schemas_update
96 +}
97 +
98 +pkg_postrm() {
99 + xdg_pkg_postrm
100 + gnome2_schemas_update
101 +}