sci-geosciences/gnome-maps: Version bump

Package-Manager: portage-2.3.0_rc1
This commit is contained in:
Pacho Ramos
2016-06-28 22:08:39 +02:00
parent 0896d5337a
commit a6a6940bb9
2 changed files with 43 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST gnome-maps-3.18.2.tar.xz 864904 SHA256 693ff1559252eabe5d8c9c7354333b5aa1996e870936456d15706a0e0bac9278 SHA512 ed0f0f7ff927d9b41701cd66afa266857b618bda1a95a837a48554e7399020722f19841fba4fb1e767bb8db83111f029408065fc534b56b25dcca4cb1206975d WHIRLPOOL 0e939640ca9f8a55f44cfb7a533bedd3074aea417c5f936f935610e9265ba8a940dc1f50c8710da0ce6efb6ad13f3f32500efb43b246892959e691e96da41410
DIST gnome-maps-3.20.1.tar.xz 1063532 SHA256 4874d10a3cfdffd5d1db6084d67b5e8dc8c2db2ff995302b80060ecfc5e99bd5 SHA512 c3f14473fe68ef6ed37106b082868154258fb1905633019dbf923ec110ef09640767be3a813736d28dd7f6d3a9ed718657c9422f4bfd47ebc4f7119e3b6989ac WHIRLPOOL 56a05cdea2b06d1d4fa84508422cd2d42f0931874e0bbe632ed9448dbbf1c0be5869173b2a837d1ae4ce532e6eed9e4e25610b8f7748c97b029108ff4b440cff

View File

@@ -0,0 +1,42 @@
# 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"
RDEPEND="
>=app-misc/geoclue-0.12.99:2.0
>=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/clutter-gtk:1.0[introspection]
media-libs/clutter:1.0[introspection]
media-libs/cogl:1.0[introspection]
>=media-libs/libchamplain-0.12.13:0.12[gtk,introspection]
net-libs/libgfbgraph
net-libs/libsoup:2.4[introspection]
net-libs/rest:0.7
>=sci-geosciences/geocode-glib-3.15.2[introspection]
x11-libs/gdk-pixbuf:2[introspection]
>=x11-libs/gtk+-3.15.9:3[introspection]
"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.40
virtual/pkgconfig
"
src_configure() {
gnome2_src_configure --disable-static
}