Version Bump

This commit is contained in:
Gerben Jan Dijkman 2021-05-07 11:29:32 +02:00
parent d4b63d5dcf
commit 282efd1d3b
2 changed files with 11 additions and 8 deletions

View File

@ -1 +1 @@
DIST gnome-maps-40.0.tar.xz 3540952 BLAKE2B c41a79ce5966a3dac903caa7b98651b7734d8a55b37de5e330e34dd0db0f146a6ca247c82a8d0f07ec5f55b1efaf40d6f86d4fc35ff750f09a565c0edcde6702 SHA512 6ace3c43b1578b278e39fd27dabe9ab62a4ae80ecf1fb42fe3b8e3e208d43e6fd3325b4c61c6de7c05fcc3321178d556d8fafe0e6d2c7c0a924248b9832fa25e
DIST gnome-maps-40.1.tar.xz 3543432 BLAKE2B adfffdcf6e3730414ebdf1da0727ee3c20d02b7e1c57f13070d5a08d9895d24f91ad452efac1465e881912f93fe4417cb255ff62324920ae73d482183d50cdbc SHA512 319d819737f6b370cd5344d4483e06781e362930610dbc4745641a208e71f753bf894693009690a6fe04bceac75ab5aa7788ae2511425cd0bd2b9229a5d0111c

View File

@ -1,26 +1,28 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit gnome.org gnome2-utils meson xdg
PYTHON_COMPAT=( python3_{7..9} )
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 ~x86 ~arm64 ~arm"
KEYWORDS="~amd64 ~x86 ~arm ~arm64"
# Pure introspection dependencies found by grepping imports.gi in ${S}
RDEPEND="
>=dev-libs/glib-2.44.0:2
>=dev-libs/glib-2.66.0:2
x11-libs/pango[introspection]
>=dev-libs/gjs-1.50.0
>=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-0.84:1=
>=dev-libs/libgee-0.16:0.8[introspection]
>=dev-libs/folks-0.10
>=dev-libs/folks-0.10:=
>=sci-geosciences/geocode-glib-3.15.2[introspection]
>=media-libs/libchamplain-0.12.14:0.12[gtk,introspection]
dev-libs/libxml2:2
@ -33,10 +35,11 @@ RDEPEND="
net-libs/gnome-online-accounts[introspection]
net-libs/libgfbgraph[introspection]
net-libs/libsoup:2.4[introspection]
net-libs/webkit-gtk:4
net-libs/webkit-gtk:4[introspection]
"
DEPEND="${RDEPEND}"
BDEPEND="
${PYTHON_DEPS}
dev-util/glib-utils
>=sys-devel/gettext-0.19.8
virtual/pkgconfig