gentoo-ebuilds/sci-geosciences/gnome-maps/gnome-maps-47.8.ebuild
Alfred Wingate d83e25b6a5
*/*: depend on newer gobject-introspection as a workaround
sed -E '/dev-libs\/gobject-introspection(:=|\s|$|-[0-9]|\[)/ { s/(>=)?dev-libs\/gobject-introspection(-[0-9.r-]*)?/>=dev-libs\/gobject-introspection-1.82.0-r2/ }' */*/*.ebuild -i

+ manually going over to undo the false positives or if the version
  requirement was higher.

Bug: https://bugs.gentoo.org/947058
See-Also: ae37e3f389
Signed-off-by: Alfred Wingate <parona@protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44336
Closes: https://github.com/gentoo/gentoo/pull/44336
Signed-off-by: Sam James <sam@gentoo.org>
2025-10-26 03:26:28 +00:00

52 lines
1.3 KiB
Bash

# Copyright 1999-2025 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://apps.gnome.org/Maps/"
LICENSE="CC0-1.0 GPL-2+"
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-1.82.0-r2:=
>=gui-libs/gtk-4.10:4[introspection]
>=app-misc/geoclue-0.12.99:2.0[introspection]
>=gui-libs/libadwaita-1.5: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.2_alpha:1.0=[introspection]
dev-libs/libxml2:2=
>=net-libs/rest-0.9.1:1.0[introspection]
>=gnome-base/librsvg-2.0
>=dev-libs/json-glib-1.0
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
}