Files
sablink-distro/dev-libs/libtimezonemap/libtimezonemap-0.4.5.ebuild
T
2019-03-14 07:16:45 +00:00

35 lines
650 B
Bash

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
GNOME2_LA_PUNT="yes"
GCONF_DEBUG="yes"
inherit autotools eutils gnome2
UURL="mirror://ubuntu/pool/main/libt/${PN}"
UVER=
URELEASE="trusty"
DESCRIPTION="GTK+3 timezone map widget used by the Unity desktop"
HOMEPAGE="https://launchpad.net/libtimezonemap"
SRC_URI="${UURL}/${PN}_${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0/1.0.0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RESTRICT="mirror"
DEPEND="dev-libs/glib:2
dev-libs/json-glib
x11-libs/cairo
x11-libs/gdk-pixbuf
x11-libs/gtk+:3"
RDEPEND="${DEPEND}"
src_prepare() {
eautoreconf
default
}