From 21fb694c8919168d7e664b608f956d78193f0f11 Mon Sep 17 00:00:00 2001 From: Pascal Jäger Date: Thu, 29 Sep 2022 21:47:56 +0200 Subject: sci-geosciences/gnome-maps: change dep Signed-off-by: Matt Turner --- .../gnome-maps/gnome-maps-42.3-r2.ebuild | 56 --------------------- .../gnome-maps/gnome-maps-42.3-r3.ebuild | 57 ++++++++++++++++++++++ 2 files changed, 57 insertions(+), 56 deletions(-) delete mode 100644 sci-geosciences/gnome-maps/gnome-maps-42.3-r2.ebuild create mode 100644 sci-geosciences/gnome-maps/gnome-maps-42.3-r3.ebuild (limited to 'sci-geosciences/gnome-maps') diff --git a/sci-geosciences/gnome-maps/gnome-maps-42.3-r2.ebuild b/sci-geosciences/gnome-maps/gnome-maps-42.3-r2.ebuild deleted file mode 100644 index 0f047db35354..000000000000 --- a/sci-geosciences/gnome-maps/gnome-maps-42.3-r2.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -PYTHON_COMPAT=( python3_{8..11} ) -inherit gnome.org gnome2-utils meson python-any-r1 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.gi in ${S} -RDEPEND=" - >=dev-libs/glib-2.66.0:2 - x11-libs/pango[introspection] - >=dev-libs/gjs-1.66.0 - >=dev-libs/gobject-introspection-0.10.1:= - >=x11-libs/gtk+-3.22:3[introspection] - >=app-misc/geoclue-0.12.99:2.0[introspection] - >=gui-libs/libhandy-1.5.0:1= - >=dev-libs/libgee-0.16:0.8[introspection] - >=dev-libs/folks-0.10:= - >=sci-geosciences/geocode-glib-3.15.2:0[introspection] - >=media-libs/libchamplain-0.12.14:0.12[gtk,introspection] - dev-libs/libxml2:2 - >=net-libs/rest-0.7.90:0.7[introspection] - - app-crypt/libsecret[introspection] - dev-libs/libgweather:4=[introspection] - media-libs/clutter-gtk:1.0[introspection] - media-libs/clutter:1.0[introspection] - net-libs/gnome-online-accounts[introspection] - net-libs/libgfbgraph[introspection] - net-libs/libsoup:2.4[introspection] - net-libs/webkit-gtk:4[introspection] -" -DEPEND="${RDEPEND}" -BDEPEND=" - ${PYTHON_DEPS} - 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 -} diff --git a/sci-geosciences/gnome-maps/gnome-maps-42.3-r3.ebuild b/sci-geosciences/gnome-maps/gnome-maps-42.3-r3.ebuild new file mode 100644 index 000000000000..e593685d11c4 --- /dev/null +++ b/sci-geosciences/gnome-maps/gnome-maps-42.3-r3.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +PYTHON_COMPAT=( python3_{8..11} ) +inherit gnome.org gnome2-utils meson python-any-r1 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.gi in ${S} +#