diff options
author | Guillermo Joandet <gjoandet@gmail.com> | 2023-04-21 11:40:14 -0300 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-04-21 23:08:04 -0400 |
commit | 6482d32853c9078b62d7c32839a44d3501b44eba (patch) | |
tree | b4711ab12035a3f981f70a1bc7fb44c4f2ecb7ac /sci-geosciences | |
parent | net-libs/libsoup: Version bump to 3.4.1 (diff) | |
download | gentoo-6482d32853c9078b62d7c32839a44d3501b44eba.tar.gz gentoo-6482d32853c9078b62d7c32839a44d3501b44eba.tar.bz2 gentoo-6482d32853c9078b62d7c32839a44d3501b44eba.zip |
sci-geosciences/gnome-maps: Version bump to 44.1
Signed-off-by: Guillermo Joandet <gjoandet@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/30685
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/gnome-maps/Manifest | 1 | ||||
-rw-r--r-- | sci-geosciences/gnome-maps/gnome-maps-44.1.ebuild | 49 |
2 files changed, 50 insertions, 0 deletions
diff --git a/sci-geosciences/gnome-maps/Manifest b/sci-geosciences/gnome-maps/Manifest index d1925a1b7aa9..7fddd89fa8cc 100644 --- a/sci-geosciences/gnome-maps/Manifest +++ b/sci-geosciences/gnome-maps/Manifest @@ -1,2 +1,3 @@ DIST gnome-maps-43.4.tar.xz 2335020 BLAKE2B 267b4a2a1c8273fdcdccd7f2b385b2c95aa8903d1f5e117affc2174c873931f01cba6d17bfcabd949eb91fbf960469517569a80acd8ecaa45de9a181a7cece9a SHA512 16efd035a940e5ffad6dbbd7d8e527c56fb088211c41d130c0441ae321ea89f3a60524a39dcc5de5bc1caaee408e0eb0fda504471002876b4f3550759939568f DIST gnome-maps-44.0.tar.xz 2349928 BLAKE2B 4c2e45f03554a4ef5b34e1dc932764ab96cbf535f305dc8a1504823986d7b4a5b78ab854dd6beea19f7dde168dfdc9fa8874fa06a858db6bf7844e1bdf5b14df SHA512 aa52446c273ac5b8603b5fd266e1e24c920821cd22ae441e41067bae6ed7753e47f57f14fd6a05b0682d3b0f6bfe22fe5e9da26d983812fdb0f419fea21cbe4a +DIST gnome-maps-44.1.tar.xz 2349152 BLAKE2B e544427972f98d13c5c072c234006c081fc000048956cdd795f47225bc73771d655f048bd3ca7d2478f9afd23d50b6f26df95a08ec24b92c1d80a2280a9d2f60 SHA512 918a490491b86aa2648dae844dd910be5e4dff339544a6286d35c341bb11acfa1587de04fe2f2b3aff46c57c4175fc0bad50c28a253ffea8bacf274c0ca42f72 diff --git a/sci-geosciences/gnome-maps/gnome-maps-44.1.ebuild b/sci-geosciences/gnome-maps/gnome-maps-44.1.ebuild new file mode 100644 index 000000000000..b7701c61f77d --- /dev/null +++ b/sci-geosciences/gnome-maps/gnome-maps-44.1.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2023 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.0:1[introspection] + >=dev-libs/libgweather-4.2.0:4=[introspection] + >=sci-geosciences/geocode-glib-3.15.2:2[introspection] + >=media-libs/libshumate-1.0: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 +} |