forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sci-geosciences/gnome-maps: version bump 3.22.2 → 3.24.3
Package-Manager: Portage-2.3.7, Repoman-2.3.3
- Loading branch information
Showing
2 changed files
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
DIST gnome-maps-3.22.2.tar.xz 1086264 SHA256 1cc5c3a82fbb47435925c6268df220c0a788c9f6aa9054ae019e61c992d93948 SHA512 bdff6c55c811c9a12f2a56adfb2acbad4dfd3ceba761a4c50463b025eb9df01f5849f871b7934eae659ab8f90db7cd612694de40fdecbc9d63a3b59d343ee997 WHIRLPOOL 2675c02e1fa04c7ba0a069a2844fc2003b1cd9acb2fcf286205c9f018a704c2777e0a45b7a5dd1be665a48fb3ff1e2c4a2bb857bb80cf09f6f1c50512710d939 | ||
DIST gnome-maps-3.24.3.tar.xz 1145872 SHA256 5ef3ec36aa76eb9a49a15ee61539bea7b59e8aa0a802483df6cedcc65566d0d6 SHA512 b4a4c278359803e11b1aa43fb522a84b95eecfc349a134322f45db7acfe93867a61f6bd48e55a07d5d602b8161cdf5949a6b5d4da1212659e133260063ab6198 WHIRLPOOL 20f6e517d4ad2593bb3ac19cac9495e4ebb470d6f49ef74769adf7be2271ba5772a7a49dbb7cb326e8ff29a6a76152e927d5e447ec081842f02cfe314aebbc8f |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# Copyright 1999-2017 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
EAPI=6 | ||
inherit gnome2 | ||
|
||
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" | ||
IUSE="" | ||
KEYWORDS="~amd64 ~x86" | ||
|
||
COMMON_DEPEND=" | ||
>=app-misc/geoclue-0.12.99:2.0[introspection] | ||
>=dev-libs/folks-0.10 | ||
>=dev-libs/gjs-1.44.0 | ||
>=dev-libs/gobject-introspection-0.6.3:= | ||
>=dev-libs/glib-2.39.3:2 | ||
>=dev-libs/libgee-0.16:0.8[introspection] | ||
dev-libs/libxml2:2 | ||
>=media-libs/libchamplain-0.12.14:0.12[gtk,introspection] | ||
>=net-libs/rest-0.7.90:0.7[introspection] | ||
>=sci-geosciences/geocode-glib-3.15.2[introspection] | ||
>=x11-libs/gtk+-3.22:3[introspection] | ||
" | ||
# Found by grepping imports.gi in ${S} | ||
RDEPEND="${COMMON_DEPEND} | ||
app-crypt/libsecret[introspection] | ||
dev-libs/libgweather[introspection] | ||
media-libs/clutter-gtk:1.0[introspection] | ||
media-libs/clutter:1.0[introspection] | ||
media-libs/cogl: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] | ||
x11-libs/gdk-pixbuf:2[introspection] | ||
" | ||
DEPEND="${COMMON_DEPEND} | ||
>=dev-util/intltool-0.40 | ||
virtual/pkgconfig | ||
" |