commit:     7e7dca99a33c638f36007c9c87af843d138d1408
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sun Mar  3 19:22:33 2024 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sun Mar  3 20:54:29 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e7dca99

sci-geosciences/gnome-maps: add 45.5

Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 sci-geosciences/gnome-maps/Manifest               |  1 +
 sci-geosciences/gnome-maps/gnome-maps-45.5.ebuild | 50 +++++++++++++++++++++++
 2 files changed, 51 insertions(+)

diff --git a/sci-geosciences/gnome-maps/Manifest 
b/sci-geosciences/gnome-maps/Manifest
index 0476df602c87..7fe1639ffef5 100644
--- a/sci-geosciences/gnome-maps/Manifest
+++ b/sci-geosciences/gnome-maps/Manifest
@@ -1 +1,2 @@
 DIST gnome-maps-45.4.tar.xz 3141744 BLAKE2B 
7eeb2c75862c63becb412de2d0f1d1ad1af8113df8143a1f8d7805de868246db7ea616c78c513af62c47560b8b67cb1287fb88fabb09536e32761d75c61003df
 SHA512 
27010f9ca5cf710008b8d043ca8fb04326bc629247a362b0e5a16b05a0d552939c566b96d77088be928e22274d7a6f90895cc26acc7be7de69e728068ee09209
+DIST gnome-maps-45.5.tar.xz 3141872 BLAKE2B 
3064a7ba2e96eaca7c5ad3a66874eb05bde1e675076003f3470ab5bb3bab04525e83e09a2239524247e1963af768d3e36512cbe3bc4dfe05dd951570b4488567
 SHA512 
cfcf616c331b8feebd79e31585a7f6f0aa05d3cf48713930635585a7d069996ec8c739b6bc1528b649d01c59307a39402d46a27c5e773d1e6b9b6a46362af35b

diff --git a/sci-geosciences/gnome-maps/gnome-maps-45.5.ebuild 
b/sci-geosciences/gnome-maps/gnome-maps-45.5.ebuild
new file mode 100644
index 000000000000..e1a7668df00f
--- /dev/null
+++ b/sci-geosciences/gnome-maps/gnome-maps-45.5.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit gnome.org gnome2-utils meson xdg
+
+DESCRIPTION="A map application for GNOME"
+HOMEPAGE="https://wiki.gnome.org/Apps/Maps";
+
+LICENSE="GPL-2+ LGPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+# Pure introspection dependencies found by grepping imports in ${S}
+RDEPEND="
+       >=dev-libs/glib-2.66.0:2
+       >=dev-libs/gjs-1.69.2
+       >=dev-libs/gobject-introspection-0.10.1:=
+       gui-libs/gtk:4[introspection]
+       >=app-misc/geoclue-0.12.99:2.0[introspection]
+       >=gui-libs/libadwaita-1.4_alpha:1[introspection]
+       >=dev-libs/libgweather-4.2.0:4=[introspection]
+       >=sci-geosciences/geocode-glib-3.15.2:2[introspection]
+       dev-libs/libportal:=[introspection]
+       >=media-libs/libshumate-1.1_beta:1.0=[introspection]
+       dev-libs/libxml2:2
+       >=net-libs/rest-0.9.1:1.0[introspection]
+
+       app-crypt/libsecret[introspection]
+       media-libs/graphene[introspection]
+       net-libs/libsoup:3.0[introspection]
+       x11-libs/pango[introspection]
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+       dev-util/glib-utils
+       >=sys-devel/gettext-0.19.8
+       virtual/pkgconfig
+"
+
+pkg_postinst() {
+       xdg_pkg_postinst
+       gnome2_schemas_update
+}
+
+pkg_postrm() {
+       xdg_pkg_postrm
+       gnome2_schemas_update
+}

Reply via email to