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: Sun, 19 Mar 2023 03:51:36
Message-Id: 1679197889.e3eaf25e37ecf443e0ba1db502103bc3fa73f71f.mattst88@gentoo
1 commit: e3eaf25e37ecf443e0ba1db502103bc3fa73f71f
2 Author: Guillermo Joandet <gjoandet <AT> gmail <DOT> com>
3 AuthorDate: Sat Mar 18 14:54:02 2023 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 19 03:51:29 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3eaf25e
7
8 sci-geosciences/gnome-maps: Version bump to 44.0
9
10 Signed-off-by: Guillermo Joandet <gjoandet <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/30206
12 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
13
14 sci-geosciences/gnome-maps/gnome-maps-44.0.ebuild | 49 +++++++++++++++++++++++
15 1 file changed, 49 insertions(+)
16
17 diff --git a/sci-geosciences/gnome-maps/gnome-maps-44.0.ebuild b/sci-geosciences/gnome-maps/gnome-maps-44.0.ebuild
18 new file mode 100644
19 index 000000000000..b7701c61f77d
20 --- /dev/null
21 +++ b/sci-geosciences/gnome-maps/gnome-maps-44.0.ebuild
22 @@ -0,0 +1,49 @@
23 +# Copyright 1999-2023 Gentoo Authors
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI=8
27 +
28 +inherit gnome.org gnome2-utils meson xdg
29 +
30 +DESCRIPTION="A map application for GNOME"
31 +HOMEPAGE="https://wiki.gnome.org/Apps/Maps"
32 +
33 +LICENSE="GPL-2+ LGPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0"
34 +SLOT="0"
35 +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
36 +
37 +# Pure introspection dependencies found by grepping imports in ${S}
38 +RDEPEND="
39 + >=dev-libs/glib-2.66.0:2
40 + >=dev-libs/gjs-1.69.2
41 + >=dev-libs/gobject-introspection-0.10.1:=
42 + gui-libs/gtk:4[introspection]
43 + >=app-misc/geoclue-0.12.99:2.0[introspection]
44 + >=gui-libs/libadwaita-1.0:1[introspection]
45 + >=dev-libs/libgweather-4.2.0:4=[introspection]
46 + >=sci-geosciences/geocode-glib-3.15.2:2[introspection]
47 + >=media-libs/libshumate-1.0:1.0=[introspection]
48 + dev-libs/libxml2:2
49 + >=net-libs/rest-0.9.1:1.0[introspection]
50 +
51 + app-crypt/libsecret[introspection]
52 + media-libs/graphene[introspection]
53 + net-libs/libsoup:3.0[introspection]
54 + x11-libs/pango[introspection]
55 +"
56 +DEPEND="${RDEPEND}"
57 +BDEPEND="
58 + dev-util/glib-utils
59 + >=sys-devel/gettext-0.19.8
60 + virtual/pkgconfig
61 +"
62 +
63 +pkg_postinst() {
64 + xdg_pkg_postinst
65 + gnome2_schemas_update
66 +}
67 +
68 +pkg_postrm() {
69 + xdg_pkg_postrm
70 + gnome2_schemas_update
71 +}