summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2015-06-09 18:03:25 +0200
committerGilles Dartiguelongue <eva@gentoo.org>2015-06-09 18:03:25 +0200
commitc9c030948fd7489dcf86670d0995b2f16731bc99 (patch)
tree78d976d319f90f07f6703cb160c892ff8d59282f /games-puzzle
parentgnome-base/gnome-keyring: moved to gentoo-x86 (diff)
downloadgnome-c9c030948fd7489dcf86670d0995b2f16731bc99.tar.gz
gnome-c9c030948fd7489dcf86670d0995b2f16731bc99.tar.bz2
gnome-c9c030948fd7489dcf86670d0995b2f16731bc99.zip
games-puzzle/quadrapassel: moved to gentoo-x86
Diffstat (limited to 'games-puzzle')
-rw-r--r--games-puzzle/quadrapassel/Manifest11
-rw-r--r--games-puzzle/quadrapassel/quadrapassel-3.16.1.ebuild39
2 files changed, 50 insertions, 0 deletions
diff --git a/games-puzzle/quadrapassel/Manifest b/games-puzzle/quadrapassel/Manifest
new file mode 100644
index 00000000..b5ebcedf
--- /dev/null
+++ b/games-puzzle/quadrapassel/Manifest
@@ -0,0 +1,11 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA512
+
+DIST quadrapassel-3.16.1.tar.xz 1742988 SHA256 3dbf3377c1e5207f53fcaeb58632f58275e9d5cf355ba84a3072aafa646b869d SHA512 bd4a12324900d2868220a4645fbe93b5808b724c0e2b2ae25bd62e46100e29cac18c0e187547e0dc1b8700ddf6567e5ac30a2ab27a723c084037987acdd2ab0e WHIRLPOOL 9af487d8e7b7910eba0bd569d9e30948a8e4ad034a5c1bb75b80279dfd1d4b5e313252682e8010608cd5e4bafc6244a17713f26c6017c8395fc1bbdd3029df8e
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iEYEAREKAAYFAlVUfUEACgkQ1fmVwcYIWAaXIgCg1HccPKD7Rzadmax7BsguJolP
+mlEAn3XuQCXWZgzV3Vo8dUSNkUpESdgy
+=biqu
+-----END PGP SIGNATURE-----
diff --git a/games-puzzle/quadrapassel/quadrapassel-3.16.1.ebuild b/games-puzzle/quadrapassel/quadrapassel-3.16.1.ebuild
new file mode 100644
index 00000000..3d626066
--- /dev/null
+++ b/games-puzzle/quadrapassel/quadrapassel-3.16.1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2015 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 gnome-games vala
+
+DESCRIPTION="Fit falling blocks together"
+HOMEPAGE="https://wiki.gnome.org/Apps/Quadrapassel"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE=""
+
+RDEPEND="
+ dev-libs/glib:2
+ >=gnome-base/librsvg-2.32.0:2
+ >=media-libs/clutter-1:1.0
+ >=media-libs/clutter-gtk-0.91.6:1.0
+ >=media-libs/libcanberra-0.26[gtk3]
+ >=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() {
+ gnome-games_src_prepare
+ vala_src_prepare
+}