summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2017-08-13 17:42:06 +0200
committerGilles Dartiguelongue <eva@gentoo.org>2017-08-13 19:02:51 +0200
commit0b6c1b4244411b2b7ae2352fff7857868443ff11 (patch)
treeff61988f4d358007424eafcb0dad686620271462 /sci-geosciences
parentnet-misc/rygel: version bump 0.32.1 → 0.34.0 (diff)
downloadgentoo-0b6c1b4244411b2b7ae2352fff7857868443ff11.tar.gz
gentoo-0b6c1b4244411b2b7ae2352fff7857868443ff11.tar.bz2
gentoo-0b6c1b4244411b2b7ae2352fff7857868443ff11.zip
sci-geosciences/gnome-maps: version bump 3.22.2 → 3.24.3
Package-Manager: Portage-2.3.7, Repoman-2.3.3
Diffstat (limited to 'sci-geosciences')
-rw-r--r--sci-geosciences/gnome-maps/Manifest1
-rw-r--r--sci-geosciences/gnome-maps/gnome-maps-3.24.3.ebuild44
2 files changed, 45 insertions, 0 deletions
diff --git a/sci-geosciences/gnome-maps/Manifest b/sci-geosciences/gnome-maps/Manifest
index 614597423d47..02e78529f27a 100644
--- a/sci-geosciences/gnome-maps/Manifest
+++ b/sci-geosciences/gnome-maps/Manifest
@@ -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
diff --git a/sci-geosciences/gnome-maps/gnome-maps-3.24.3.ebuild b/sci-geosciences/gnome-maps/gnome-maps-3.24.3.ebuild
new file mode 100644
index 000000000000..a421d604de77
--- /dev/null
+++ b/sci-geosciences/gnome-maps/gnome-maps-3.24.3.ebuild
@@ -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
+"