games-puzzle/swell-foop: version bump 3.22.2 → 3.24.0
authorGilles Dartiguelongue <eva@gentoo.org>
Tue, 8 Aug 2017 21:55:08 +0000 (23:55 +0200)
committerGilles Dartiguelongue <eva@gentoo.org>
Tue, 8 Aug 2017 22:10:38 +0000 (00:10 +0200)
Updated translations.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

games-puzzle/swell-foop/Manifest
games-puzzle/swell-foop/swell-foop-3.24.0.ebuild [new file with mode: 0644]

index 210e3db3ee268f1c618af454f8f446d26fc58525..fb02813321a248d15666e0819be8741fd1327787 100644 (file)
@@ -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 (file)
index 0000000..4cd22ba
--- /dev/null
@@ -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
+}