summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2016-10-17 22:37:47 +0200
committerGilles Dartiguelongue <eva@gentoo.org>2016-10-19 00:44:42 +0200
commita07bf7c66bfe8673ec9a313fdacd22734cf47e15 (patch)
tree8c6a59886025331123906e6bfb0429e358e71771 /sci-geosciences/gnome-maps
parentprofiles: add a more complete Gnome 3.22 mask (diff)
downloadgentoo-a07bf7c66bfe8673ec9a313fdacd22734cf47e15.tar.gz
gentoo-a07bf7c66bfe8673ec9a313fdacd22734cf47e15.tar.bz2
gentoo-a07bf7c66bfe8673ec9a313fdacd22734cf47e15.zip
sci-geosciences/gnome-maps: version bump 3.20.3.1 → 3.22.0
Add missing runtime dependencies found by grepping sources. Package-Manager: portage-2.3.1
Diffstat (limited to 'sci-geosciences/gnome-maps')
-rw-r--r--sci-geosciences/gnome-maps/Manifest1
-rw-r--r--sci-geosciences/gnome-maps/gnome-maps-3.22.1.ebuild45
2 files changed, 46 insertions, 0 deletions
diff --git a/sci-geosciences/gnome-maps/Manifest b/sci-geosciences/gnome-maps/Manifest
index 96189b866004..5401d0c1beff 100644
--- a/sci-geosciences/gnome-maps/Manifest
+++ b/sci-geosciences/gnome-maps/Manifest
@@ -1,2 +1,3 @@
DIST gnome-maps-3.18.4.tar.xz 874896 SHA256 76a3e49867a474afbe3835ce4f2d49472567ad610e839d0c6808ce1d11ccf2b5 SHA512 b1c169b6fb1a1afb69856836ec05cdef6da2346a6e1da3109b29a0ed26bc33b3306141e53291145e778ae6db105b60bd6ec398fd24b4d9c6eabea54dc2a00f07 WHIRLPOOL 50be96f5ee413bc48e281835349a07c08f0490f68cdb8fdfccfb49dd24525dcfc88519ded8ea2d1f81cc65e3ce256ccbdc0b5360256528f4402a20a51bd95da2
DIST gnome-maps-3.20.3.1.tar.xz 1073456 SHA256 9206d5fcd03225b66c50074d8d3250af7f668915071d998b196aff4380ae6f17 SHA512 b04155741e5332c6fa00a4de389324ebe5b17d629c02b4bc408f5611b1ded173785875b3cc2ca0148c700f66edc4e4677f964a640c164704bc8640743124acaf WHIRLPOOL 97e28e1dfdce0362a45d2a4ad7869185aa375b7f644c0cc8e4db1fbdeec5096fd8c597d4dba6d2e7cfe032958d0265e59f0c431143e4bd71b549bcf00fd987a5
+DIST gnome-maps-3.22.1.tar.xz 1086228 SHA256 36914b6b63af80fc4f723dccf40c30a9bc4182bc4ff533b13bc8f24daa72b56a SHA512 2d6f066379a39438770712527697c8eae426620842394236530eb5e7ad9df36aa1a7ca1ceaeb121c373fd86ce7d26debafcff03ed5e2e57ebdb9dfa75a0268e1 WHIRLPOOL 0a959500e2d81b19da9a8451c26a59476cd62fefb03aaccbc0e7159c58e6e52af3ba78c795db1210ba193edd1b849067e80c7762cd7469ec76fdb194295b53a1
diff --git a/sci-geosciences/gnome-maps/gnome-maps-3.22.1.ebuild b/sci-geosciences/gnome-maps/gnome-maps-3.22.1.ebuild
new file mode 100644
index 000000000000..1ed2cc652863
--- /dev/null
+++ b/sci-geosciences/gnome-maps/gnome-maps-3.22.1.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+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[introspection]
+ >=sci-geosciences/geocode-glib-3.15.2[introspection]
+ >=x11-libs/gtk+-3.15.9: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
+"