forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
games-puzzle/quadrapassel: version bump 3.20.0 → 3.22.0
Package-Manager: portage-2.3.1
- Loading branch information
Showing
2 changed files
with
39 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
DIST quadrapassel-3.18.0.tar.xz 1722288 SHA256 2cd1d5328ab9e2c7041936e8e7e01157f292aa4428da81175fb1aa15d40ef8e1 SHA512 0285e033b22201545b7d89781aaa608304a7b734db40ab609392acc05ce77d21a54341fb88841af9f9807b5629a477b22978dd3bf06d255945fd61e7e869243b WHIRLPOOL f624cc72f541504cd99c1c4d3343d414246009d2e3c3ceeb859737436a2c3d2a48695073d8661dde1aea7765f2323fec58afd267a20956fb962d5e7f5475148b | ||
DIST quadrapassel-3.20.0.tar.xz 1706584 SHA256 e6fdd182b15aaef5af06604eb48ad883ac19977f2fcf6ebb43b41d9ed13f1eb0 SHA512 cb2547acae77c234899707c147ce4b3e4cf4e15efd7a91cfed335eeb69dd466cee00bfd9d74e58fbc13dc540aae046d6eb4f6a67f44ebd794c90db39c9d0e07c WHIRLPOOL 1856f7882d50846a8d67abb8fc391c8194d94fc8f5950b4ae44df70f973fa28f4357da44b2f645ee05fb4eeda5d229f15c9b932265401e94af8977a9ab91b622 | ||
DIST quadrapassel-3.22.0.tar.xz 1737252 SHA256 0ed44ef73c8811cbdfc3b44c8fd80eb6e2998d102d59ac324e4748f5d9dddb55 SHA512 82cbac9b8bc1e7d0bc7958807037893c2dd0286fdc63c2f35ffc7fdcfd839cc6ddd115bada057aa9a3694fbb2736c0c7b852e0156be6fd59a85f6eb06f6f9a84 WHIRLPOOL 387854989d61473ca722dfc310fd304a79459b7b231b3baea7c7784e7fb4b95b9690e440f9de75f44a5cb50c2c2ccbdfae31c03588543faf6911c6fc2ed9762c |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Copyright 1999-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=6 | ||
VALA_MIN_API_VERSION="0.24" | ||
|
||
inherit gnome2 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() { | ||
gnome2_src_prepare | ||
vala_src_prepare | ||
} |