summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-06-25 13:54:13 +0200
committerPacho Ramos <pacho@gentoo.org>2016-06-25 14:22:01 +0200
commita1f786f4cb813b8c9aec72a84fbceeddf1d5824c (patch)
tree1ed56da7d5b4f9ea58af5d10714726038fd9451c /games-puzzle/swell-foop/swell-foop-3.20.0.ebuild
parentgames-puzzle/swell-foop: Drop old (diff)
downloadgentoo-a1f786f4cb813b8c9aec72a84fbceeddf1d5824c.tar.gz
gentoo-a1f786f4cb813b8c9aec72a84fbceeddf1d5824c.tar.bz2
gentoo-a1f786f4cb813b8c9aec72a84fbceeddf1d5824c.zip
games-puzzle/swell-foop: Version bump
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'games-puzzle/swell-foop/swell-foop-3.20.0.ebuild')
-rw-r--r--games-puzzle/swell-foop/swell-foop-3.20.0.ebuild34
1 files changed, 34 insertions, 0 deletions
diff --git a/games-puzzle/swell-foop/swell-foop-3.20.0.ebuild b/games-puzzle/swell-foop/swell-foop-3.20.0.ebuild
new file mode 100644
index 000000000000..6a0b678b8ced
--- /dev/null
+++ b/games-puzzle/swell-foop/swell-foop-3.20.0.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit gnome2 vala
+
+DESCRIPTION="Clear the screen by removing groups of colored and shaped tiles"
+HOMEPAGE="https://wiki.gnome.org/Apps/Swell%20Foop"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND="
+ >=dev-libs/glib-2.36:2
+ >=media-libs/clutter-1.14:1.0
+ >=media-libs/clutter-gtk-1.5:1.0
+ >=x11-libs/gtk+-3.12:3
+"
+DEPEND="${RDEPEND}
+ $(vala_depend)
+ app-text/yelp-tools
+ dev-libs/appstream-glib
+ >=dev-util/intltool-0.50
+ sys-devel/gettext
+ virtual/pkgconfig
+"
+
+src_prepare() {
+ gnome2_src_prepare
+ vala_src_prepare
+}