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.18.0.ebuild

40 lines
753 B

# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="5"
GCONF_DEBUG="no"
VALA_MIN_API_VERSION="0.24"
inherit gnome2 vala
DESCRIPTION="Clocks application for GNOME"
HOMEPAGE="https://wiki.gnome.org/Apps/Clocks"
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
dev-util/itstool
>=sys-devel/gettext-0.17
virtual/pkgconfig
"
src_prepare() {
vala_src_prepare
gnome2_src_prepare
}