sci-geosciences/gnome-maps: drop 45.4

Signed-off-by: Mart Raudsepp <leio@gentoo.org>
This commit is contained in:
Mart Raudsepp 2024-04-13 12:52:18 +03:00
parent dbe69e18b1
commit 7cca9d5bd2
No known key found for this signature in database
GPG Key ID: 10A6C9FA4F499606
2 changed files with 0 additions and 51 deletions

View File

@ -1,2 +1 @@
DIST gnome-maps-45.4.tar.xz 3141744 BLAKE2B 7eeb2c75862c63becb412de2d0f1d1ad1af8113df8143a1f8d7805de868246db7ea616c78c513af62c47560b8b67cb1287fb88fabb09536e32761d75c61003df SHA512 27010f9ca5cf710008b8d043ca8fb04326bc629247a362b0e5a16b05a0d552939c566b96d77088be928e22274d7a6f90895cc26acc7be7de69e728068ee09209
DIST gnome-maps-45.5.tar.xz 3141872 BLAKE2B 3064a7ba2e96eaca7c5ad3a66874eb05bde1e675076003f3470ab5bb3bab04525e83e09a2239524247e1963af768d3e36512cbe3bc4dfe05dd951570b4488567 SHA512 cfcf616c331b8feebd79e31585a7f6f0aa05d3cf48713930635585a7d069996ec8c739b6bc1528b649d01c59307a39402d46a27c5e773d1e6b9b6a46362af35b

View File

@ -1,50 +0,0 @@
# 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
}