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: Sat, 02 Jul 2022 03:22:12
Message-Id: 1656731629.af8ae881a76880e84803aaf8b718c1ad63bbd5ce.mattst88@gentoo
1 commit: af8ae881a76880e84803aaf8b718c1ad63bbd5ce
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 2 03:13:49 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 2 03:13:49 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af8ae881
7
8 sci-geosciences/gnome-maps: Version bump to 42.3
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-42.3.ebuild | 56 +++++++++++++++++++++++
14 2 files changed, 57 insertions(+)
15
16 diff --git a/sci-geosciences/gnome-maps/Manifest b/sci-geosciences/gnome-maps/Manifest
17 index 5f13c65bd97f..59af4a95d983 100644
18 --- a/sci-geosciences/gnome-maps/Manifest
19 +++ b/sci-geosciences/gnome-maps/Manifest
20 @@ -1,2 +1,3 @@
21 DIST gnome-maps-42.1.tar.xz 2315924 BLAKE2B a2bf6eb8bef69c80febeffc29294840b701a207d5b6479dabae4daa13de4b5325319314bb755d44fa5ec41bae397af1e642950553b6c36be29f8a68109c15b3f SHA512 a01bf5eefa541542930e53750ac216cd93e4b409a171b57ed18525020cd2dc55db596ab68885ab9d607999c971f8e4ec2b746507157aab32b863a17a222a6fc2
22 DIST gnome-maps-42.2.tar.xz 2317216 BLAKE2B 2a485c15ad203fb4518541a60231a0ed756ca3cf7abc524911a2294b3503077d0974ecc8690073e3967241a8769687a1524506a42bea8c473192128cd2ae9bb7 SHA512 87da3b6850d1a7ca4d90781089800f082026406555773ea1a9bac376b41e480eb4b5a10ec3f0a2f85de521e847489f4e761117a08e7125447aab7acf05720c1f
23 +DIST gnome-maps-42.3.tar.xz 2317328 BLAKE2B 365eb5cb8f7b20e2069338249418f5fad1abd47a1ab7ecda2d671dc97dfa45fb9f5687ae01fd605613c7ecf6eb9048aef6ab121cac0f455a42df9156581c87e2 SHA512 e52509603914de8f345a874f931beb68d11f718827b956a48464fe804c42559d977eacb0bbd5d4346b6329ab3f9169ac9afa8ef681f040c5b6a82b440b9786cb
24
25 diff --git a/sci-geosciences/gnome-maps/gnome-maps-42.3.ebuild b/sci-geosciences/gnome-maps/gnome-maps-42.3.ebuild
26 new file mode 100644
27 index 000000000000..a8c7b50184bb
28 --- /dev/null
29 +++ b/sci-geosciences/gnome-maps/gnome-maps-42.3.ebuild
30 @@ -0,0 +1,56 @@
31 +# Copyright 1999-2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +PYTHON_COMPAT=( python3_{8..11} )
36 +inherit gnome.org gnome2-utils meson python-any-r1 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.gi in ${S}
46 +RDEPEND="
47 + >=dev-libs/glib-2.66.0:2
48 + x11-libs/pango[introspection]
49 + >=dev-libs/gjs-1.66.0
50 + >=dev-libs/gobject-introspection-0.10.1:=
51 + >=x11-libs/gtk+-3.22:3[introspection]
52 + >=app-misc/geoclue-0.12.99:2.0[introspection]
53 + >=gui-libs/libhandy-1.5.0:1=
54 + >=dev-libs/libgee-0.16:0.8[introspection]
55 + >=dev-libs/folks-0.10:=
56 + >=sci-geosciences/geocode-glib-3.15.2[introspection]
57 + >=media-libs/libchamplain-0.12.14:0.12[gtk,introspection]
58 + dev-libs/libxml2:2
59 + >=net-libs/rest-0.7.90:0.7[introspection]
60 +
61 + app-crypt/libsecret[introspection]
62 + dev-libs/libgweather:4=[introspection]
63 + media-libs/clutter-gtk:1.0[introspection]
64 + media-libs/clutter:1.0[introspection]
65 + net-libs/gnome-online-accounts[introspection]
66 + net-libs/libgfbgraph[introspection]
67 + net-libs/libsoup:2.4[introspection]
68 + net-libs/webkit-gtk:4[introspection]
69 +"
70 +DEPEND="${RDEPEND}"
71 +BDEPEND="
72 + ${PYTHON_DEPS}
73 + dev-util/glib-utils
74 + >=sys-devel/gettext-0.19.8
75 + virtual/pkgconfig
76 +"
77 +
78 +pkg_postinst() {
79 + xdg_pkg_postinst
80 + gnome2_schemas_update
81 +}
82 +
83 +pkg_postinst() {
84 + xdg_pkg_postrm
85 + gnome2_schemas_update
86 +}