Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/gnome-maps/
Date: Wed, 01 Feb 2023 16:26:45
Message-Id: 1675268776.3079944a5506fd9f9daae8513ad883adca21e836.mattst88@gentoo
1 commit: 3079944a5506fd9f9daae8513ad883adca21e836
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 1 16:25:35 2023 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 1 16:26:16 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3079944a
7
8 sci-geosciences/gnome-maps: Version bump to 43.4
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 sci-geosciences/gnome-maps/Manifest | 1 +
13 sci-geosciences/gnome-maps/gnome-maps-43.4.ebuild | 53 +++++++++++++++++++++++
14 2 files changed, 54 insertions(+)
15
16 diff --git a/sci-geosciences/gnome-maps/Manifest b/sci-geosciences/gnome-maps/Manifest
17 index 68a1fd747fa6..d02ac622faa5 100644
18 --- a/sci-geosciences/gnome-maps/Manifest
19 +++ b/sci-geosciences/gnome-maps/Manifest
20 @@ -1,2 +1,3 @@
21 DIST gnome-maps-43.2.tar.xz 2334324 BLAKE2B a8daacd9874e9b8d44ae6107b7cc1a0a4a168d579b4101e4da408c08e2509f7da782605b27d089331d3628584783f3fd1d43c26d3bc7b09325810dec7b9b1648 SHA512 dfd7eba5fc0cc38152753d2d3b5ba13cdc614b96fe3f8e6629dc6c56515108fc6f2469f32629ffaba97667b15da294d874653d9133dd13592738379d5fb91c78
22 DIST gnome-maps-43.3.tar.xz 2334980 BLAKE2B 1c17bf7b85e9b17dde56845180f7f88911d30a405cb8be5703ca9f7fe23c1cfe53b3f412d3ac5c8d1da77b759bf16315774b4eb3fd54f4ca55b71af7afc8e22f SHA512 43cd23d39bdd149635492769065db65716f0ff7e98c37d90e3c48c761308b7362947f7b78c16a3e9279feda0526d4849ba670658bdba4d7c9810817339abc89d
23 +DIST gnome-maps-43.4.tar.xz 2335020 BLAKE2B 267b4a2a1c8273fdcdccd7f2b385b2c95aa8903d1f5e117affc2174c873931f01cba6d17bfcabd949eb91fbf960469517569a80acd8ecaa45de9a181a7cece9a SHA512 16efd035a940e5ffad6dbbd7d8e527c56fb088211c41d130c0441ae321ea89f3a60524a39dcc5de5bc1caaee408e0eb0fda504471002876b4f3550759939568f
24
25 diff --git a/sci-geosciences/gnome-maps/gnome-maps-43.4.ebuild b/sci-geosciences/gnome-maps/gnome-maps-43.4.ebuild
26 new file mode 100644
27 index 000000000000..fbde0d6d6cf0
28 --- /dev/null
29 +++ b/sci-geosciences/gnome-maps/gnome-maps-43.4.ebuild
30 @@ -0,0 +1,53 @@
31 +# Copyright 1999-2023 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +inherit gnome.org gnome2-utils meson xdg
37 +
38 +DESCRIPTION="A map application for GNOME"
39 +HOMEPAGE="https://wiki.gnome.org/Apps/Maps"
40 +
41 +LICENSE="GPL-2+ LGPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0"
42 +SLOT="0"
43 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
44 +
45 +# Pure introspection dependencies found by grepping imports in ${S}
46 +RDEPEND="
47 + >=dev-libs/glib-2.66.0:2
48 + >=dev-libs/gjs-1.69.2
49 + >=dev-libs/gobject-introspection-0.10.1:=
50 + gui-libs/gtk:4[introspection]
51 + >=app-misc/geoclue-0.12.99:2.0[introspection]
52 + >=gui-libs/libadwaita-1.0:1[introspection]
53 + >=dev-libs/libgweather-4.2.0:4=[introspection]
54 + >=sci-geosciences/geocode-glib-3.15.2:2[introspection]
55 + >=media-libs/libshumate-1.0:1.0=[introspection]
56 + dev-libs/libxml2:2
57 + >=net-libs/rest-0.9.1:1.0[introspection]
58 +
59 + app-crypt/libsecret[introspection]
60 + media-libs/graphene[introspection]
61 + net-libs/libsoup:3.0[introspection]
62 + x11-libs/pango[introspection]
63 +"
64 +DEPEND="${RDEPEND}"
65 +BDEPEND="
66 + dev-util/glib-utils
67 + >=sys-devel/gettext-0.19.8
68 + virtual/pkgconfig
69 +"
70 +
71 +PATCHES=(
72 + "${FILESDIR}"/43.0-tests-timeTest-Fix-tests-for-time-formats-with-diffe.patch
73 +)
74 +
75 +pkg_postinst() {
76 + xdg_pkg_postinst
77 + gnome2_schemas_update
78 +}
79 +
80 +pkg_postrm() {
81 + xdg_pkg_postrm
82 + gnome2_schemas_update
83 +}