commit: e294da981e460e418f02edb24e01679b0b8801f9 Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> AuthorDate: Sun Apr 20 16:34:00 2014 +0000 Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org> CommitDate: Sun Apr 20 16:50:31 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=e294da98
gnome-extra/gnome-clocks: 3.10.1 → 3.12.0 Actually depends on gtk+-3.12 due to GtkActionBar usage. --- .../gnome-clocks/gnome-clocks-3.12.0.ebuild | 42 ++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/gnome-extra/gnome-clocks/gnome-clocks-3.12.0.ebuild b/gnome-extra/gnome-clocks/gnome-clocks-3.12.0.ebuild new file mode 100644 index 0000000..fc19a6c --- /dev/null +++ b/gnome-extra/gnome-clocks/gnome-clocks-3.12.0.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +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=" + >=dev-libs/glib-2.39:2 + >=x11-libs/gtk+-3.12:3 + >=media-libs/libcanberra-0.30 + >=dev-libs/libgweather-3.9.91:= + >=gnome-base/gnome-desktop-3.7.90:= + >=sci-geosciences/geocode-glib-0.99.4 + >=app-misc/geoclue-1.99.3:2.0 +" +DEPEND="${RDEPEND} + $(vala_depend) + >=dev-util/intltool-0.40 + >=sys-devel/gettext-0.17 + virtual/pkgconfig +" + +src_prepare() { + vala_src_prepare + gnome2_src_prepare +} + +src_configure() { + gnome2_src_configure ITSTOOL=$(type -P true) +}