You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/gnome-extra/gnome-clocks/gnome-clocks-3.16.1.ebuild

43 lines
917 B

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/gnome-clocks/gnome-clocks-3.16.1.ebuild,v 1.1 2015/06/09 14:49:48 eva Exp $
EAPI="5"
GCONF_DEBUG="no"
VALA_MIN_API_VERSION="0.24"
inherit gnome2 vala
DESCRIPTION="Clocks application for GNOME"
HOMEPAGE="http://live.gnome.org/GnomeClocks"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND="
>=app-misc/geoclue-1.99.3:2.0
>=dev-libs/glib-2.39:2
>=dev-libs/libgweather-3.13.91:2=
>=gnome-base/gnome-desktop-3.7.90:3=
>=media-libs/gsound-0.98
>=sci-geosciences/geocode-glib-0.99.4
>=x11-libs/gtk+-3.12:3
"
DEPEND="${RDEPEND}
$(vala_depend)
>=dev-util/intltool-0.50.1
>=sys-devel/gettext-0.17
virtual/pkgconfig
"
src_prepare() {
vala_src_prepare
gnome2_src_prepare
}
src_configure() {
gnome2_src_configure ITSTOOL=$(type -P true)
}