blob: 5ce56b2c3a91af9d4ae5b150864a4c43949f6c8f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-geosciences/gnome-maps/gnome-maps-3.12.1.ebuild,v 1.1 2014/04/27 18:26:03 eva Exp $
EAPI="5"
GCONF_DEBUG="no"
inherit eutils gnome2
DESCRIPTION="A map application for GNOME"
HOMEPAGE="https://wiki.gnome.org/Design/Apps/Maps"
LICENSE="GPL-2+ LGPL-2+ MIT CC-BY-3.0 CC-BY-SA-3.0"
SLOT="0"
IUSE=""
KEYWORDS="~amd64"
RDEPEND="
>=app-misc/geoclue-1.99.3:2.0
>=dev-libs/gjs-1.39
>=dev-libs/gobject-introspection-0.10.1
>=dev-libs/glib-2.39.3: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[introspection]
net-libs/libsoup:2.4[introspection]
sci-geosciences/geocode-glib[introspection]
x11-libs/gdk-pixbuf:2[introspection]
>=x11-libs/gtk+-3.10:3[introspection]
"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.40
virtual/pkgconfig
"
src_prepare() {
# FIXME: autogenerated, should not be in tarball at all
rm "${S}"/src/path.js || die
gnome2_src_prepare
}
|