Gentoo Archives: gentoo-commits

From: Sobhan Mohammadpour <sobhan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: sci-geosciences/gnome-maps/
Date: Sun, 29 Apr 2018 12:42:37
Message-Id: 1525005745.94f58490e4f59dd8bef83edaac06bebf8b3c8e32.sobhan@gentoo
1 commit: 94f58490e4f59dd8bef83edaac06bebf8b3c8e32
2 Author: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
3 AuthorDate: Sun Apr 29 12:42:25 2018 +0000
4 Commit: Sobhan Mohammadpour <sobhan <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 29 12:42:25 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=94f58490
7
8 sci-geosciences/gnome-maps: bump
9
10 Package-Manager: Portage-2.3.28, Repoman-2.3.9
11 Manifest-Sign-Key: 0x7DF238CF0AA182E1
12
13 .../gnome-maps/gnome-maps-3.26.2.ebuild | 44 ++++++++++++++++++++++
14 sci-geosciences/gnome-maps/metadata.xml | 8 ++++
15 2 files changed, 52 insertions(+)
16
17 diff --git a/sci-geosciences/gnome-maps/gnome-maps-3.26.2.ebuild b/sci-geosciences/gnome-maps/gnome-maps-3.26.2.ebuild
18 new file mode 100644
19 index 00000000..77ca7ff9
20 --- /dev/null
21 +++ b/sci-geosciences/gnome-maps/gnome-maps-3.26.2.ebuild
22 @@ -0,0 +1,44 @@
23 +# Copyright 1999-2018 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +
26 +EAPI=6
27 +inherit gnome2
28 +
29 +DESCRIPTION="A map application for GNOME"
30 +HOMEPAGE="https://wiki.gnome.org/Apps/Maps"
31 +
32 +LICENSE="GPL-2+ LGPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0"
33 +SLOT="0"
34 +IUSE=""
35 +KEYWORDS="~amd64 ~x86"
36 +
37 +COMMON_DEPEND="
38 + >=app-misc/geoclue-0.12.99:2.0[introspection]
39 + >=dev-libs/folks-0.10
40 + >=dev-libs/gjs-1.44.0
41 + >=dev-libs/gobject-introspection-0.6.3:=
42 + >=dev-libs/glib-2.44:2
43 + >=dev-libs/libgee-0.16:0.8[introspection]
44 + dev-libs/libxml2:2
45 + >=media-libs/libchamplain-0.12.14:0.12[gtk,introspection]
46 + >=net-libs/rest-0.7.90:0.7[introspection]
47 + >=sci-geosciences/geocode-glib-3.15.2[introspection]
48 + >=x11-libs/gtk+-3.22:3[introspection]
49 +"
50 +# Found by grepping imports.gi in ${S}
51 +RDEPEND="${COMMON_DEPEND}
52 + app-crypt/libsecret[introspection]
53 + dev-libs/libgweather[introspection]
54 + media-libs/clutter-gtk:1.0[introspection]
55 + media-libs/clutter:1.0[introspection]
56 + media-libs/cogl:1.0[introspection]
57 + net-libs/gnome-online-accounts[introspection]
58 + net-libs/libgfbgraph[introspection]
59 + net-libs/libsoup:2.4[introspection]
60 + net-libs/webkit-gtk:4[introspection]
61 + x11-libs/gdk-pixbuf:2[introspection]
62 +"
63 +DEPEND="${COMMON_DEPEND}
64 + >=dev-util/intltool-0.40
65 + virtual/pkgconfig
66 +"
67
68 diff --git a/sci-geosciences/gnome-maps/metadata.xml b/sci-geosciences/gnome-maps/metadata.xml
69 new file mode 100644
70 index 00000000..39980802
71 --- /dev/null
72 +++ b/sci-geosciences/gnome-maps/metadata.xml
73 @@ -0,0 +1,8 @@
74 +<?xml version="1.0" encoding="UTF-8"?>
75 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
76 +<pkgmetadata>
77 +<maintainer type="project">
78 + <email>gnome@g.o</email>
79 + <name>Gentoo GNOME Desktop</name>
80 +</maintainer>
81 +</pkgmetadata>