summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2017-08-08 23:55:08 +0200
committerGilles Dartiguelongue <eva@gentoo.org>2017-08-09 00:10:38 +0200
commit1e58888959e6f4ff1ea9c91c3b50f1c9a9c2c23c (patch)
tree487edfb7f9a9548cfd94491231d33589dee40f18 /games-puzzle
parentgames-puzzle/lightsoff: version bump 3.22.2 → 3.24.0 (diff)
downloadgentoo-1e58888959e6f4ff1ea9c91c3b50f1c9a9c2c23c.tar.gz
gentoo-1e58888959e6f4ff1ea9c91c3b50f1c9a9c2c23c.tar.bz2
gentoo-1e58888959e6f4ff1ea9c91c3b50f1c9a9c2c23c.zip
games-puzzle/swell-foop: version bump 3.22.2 → 3.24.0
Updated translations. Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'games-puzzle')
-rw-r--r--games-puzzle/swell-foop/Manifest1
-rw-r--r--games-puzzle/swell-foop/swell-foop-3.24.0.ebuild33
2 files changed, 34 insertions, 0 deletions
diff --git a/games-puzzle/swell-foop/Manifest b/games-puzzle/swell-foop/Manifest
index 210e3db3ee26..fb02813321a2 100644
--- a/games-puzzle/swell-foop/Manifest
+++ b/games-puzzle/swell-foop/Manifest
@@ -1 +1,2 @@
DIST swell-foop-3.22.2.tar.xz 2294160 SHA256 6e0fedc98fb1191779db2de04cfa950357e81e3191164006412b09ad2ef64e67 SHA512 ada002a883c274cd834db825879cd5c16b222df39212843b0718f953256838af8689bec10a02133dcb140f3567b1a9203c73e1e0c6530469630df6dfdaf7167f WHIRLPOOL fe55c56770889759fdabd3b46746dbf723e4a06625e7e2a1b649be137e45b05431002558a9f48e2f1ecc942d154b157e004eabde0b9d0117671dcc6c01b4cbd5
+DIST swell-foop-3.24.0.tar.xz 2313656 SHA256 1b2d444e4d399e300afe07a243423c8b3ab1ca32828c749e0be9af48a5904a11 SHA512 470bcf9715e280b9cc7bba79d1d50e924416b6d29058ba0105aee48d30ee58971262e2304610334f92f2f6a9fc6983898047d3ad05443a2cb062e15564388ab0 WHIRLPOOL 81f82dd0a4837731c73d2a6def20998dedf419538829b4d4115daa50942baa4a5277682c38f34fb4ac0f4aec3cae300e26b94ee9b803937b1d66d3ef35cf44d1
diff --git a/games-puzzle/swell-foop/swell-foop-3.24.0.ebuild b/games-puzzle/swell-foop/swell-foop-3.24.0.ebuild
new file mode 100644
index 000000000000..4cd22bac69b7
--- /dev/null
+++ b/games-puzzle/swell-foop/swell-foop-3.24.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+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+ FDL-1.1+"
+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
+}