summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2016-10-19 23:44:11 +0200
committerGilles Dartiguelongue <eva@gentoo.org>2016-10-20 00:02:26 +0200
commite6d3e6f60d87a492c4e989837675e17da04cccd0 (patch)
treed82247484dd58849e5023725ddc33d0af8fc9da9 /games-puzzle
parentgames-puzzle/quadrapassel: cleanup old revision (diff)
downloadgentoo-e6d3e6f60d87a492c4e989837675e17da04cccd0.tar.gz
gentoo-e6d3e6f60d87a492c4e989837675e17da04cccd0.tar.bz2
gentoo-e6d3e6f60d87a492c4e989837675e17da04cccd0.zip
games-puzzle/swell-foop: version bump 3.20.0 → 3.22.0
Package-Manager: portage-2.3.1
Diffstat (limited to 'games-puzzle')
-rw-r--r--games-puzzle/swell-foop/Manifest1
-rw-r--r--games-puzzle/swell-foop/swell-foop-3.22.0.ebuild34
2 files changed, 35 insertions, 0 deletions
diff --git a/games-puzzle/swell-foop/Manifest b/games-puzzle/swell-foop/Manifest
index 6fb1f669e824..c85e4f011dba 100644
--- a/games-puzzle/swell-foop/Manifest
+++ b/games-puzzle/swell-foop/Manifest
@@ -1,2 +1,3 @@
DIST swell-foop-3.18.1.tar.xz 2329916 SHA256 b454fb8ccc1d040a7ae08d632a07feecf88a2bf0c172b75b863f2a05e97179f6 SHA512 8b5a9de96989f60e5e6addcef5f326a1ebb1c98339da2b6ee5cf5f0065e8c24a3bd46dcb400ca16a9353171eb539cf370592a323ea0e896b59fa3c1f75061b4f WHIRLPOOL 90da0e77a64a0f756d2c2e5cf494ec4911f087b245db0aa05ff8a0b513698e7414dea6560fe7dfad66d2f4d07124b1f3325e847e407b5db6a4e166d17c2395ad
DIST swell-foop-3.20.0.tar.xz 2310976 SHA256 40532a734dcae6d42a1e4692fd94e395442ff07c134acacf5fce3396c1e352a4 SHA512 522c39eb906701d9e849442e62b27e8aa1072d79bb7f4d4216eeb7e436c46a2b252575fa399416bfd9cc18469797e15096e426fd3ffd68111cc213f0307ac413 WHIRLPOOL e3d37f840259e85bf1ffb7054e8b27cd4e86daf4b2701a442c9f4e29f68b9fdfc4a3bec0376a1a0aad40f616c6dca3d833bf4a145dffb65d8a50a63e6105013e
+DIST swell-foop-3.22.0.tar.xz 1633280 SHA256 e7bb6f4c7932a17c3f48e5b7df66f4e3953642e8126389531592a79fdf71e0a4 SHA512 8b6b3f3b297da1246b0d04ac7d08d9b0fbcd09ad84a84b33c5235f4021cc312052f4554acbc6b49d67091e018dfb9ffd8523d43201c19f2255b1d7da99473379 WHIRLPOOL 04901596ba84ef023004f15e666790dadae10268a50c407865567e410b9afcc09c94750111d2d4c4a177e3f68e06edc33103b82cb80ecb4ac44ffe80387ba04b
diff --git a/games-puzzle/swell-foop/swell-foop-3.22.0.ebuild b/games-puzzle/swell-foop/swell-foop-3.22.0.ebuild
new file mode 100644
index 000000000000..6a0b678b8ced
--- /dev/null
+++ b/games-puzzle/swell-foop/swell-foop-3.22.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
+}