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/gnome-klotski: version bump 3.20.2 → 3.22.0
Package-Manager: portage-2.3.2
- Loading branch information
Showing
2 changed files
with
38 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 gnome-klotski-3.18.2.tar.xz 1787848 SHA256 e22b7136c4646b1aa6a9cefa8206bc92aed4ac389e891e48551e1804a2748192 SHA512 18f8d3e6a36a607d39f6fa5603192631e50df7a10fbdaca5e7f8a383119c518afec1427d4f8c73f5a7833e73f123cda91a9201124fa182be918b3de715eebf72 WHIRLPOOL 8ad84f7253cc049c4650bccfca0fbf29a0ca820125b38967e2cfb035f1caec7e80589cb20d0ec6959ca963d60c82a6197c136d33016e04dba606365c1f7f785c | ||
DIST gnome-klotski-3.20.2.tar.xz 1748852 SHA256 5c517534da14bb9b8c90dd76b8c7169557a6876318780677a0e451f982028493 SHA512 2ede92bf6aa016b69e4e5f3dc3059312676e099aef71794195b52db24972d8c1c8f69d1df6dedbd64df3eb61dcbe4c70daadebec6872cba575aff5638700c361 WHIRLPOOL 8395ce6279f7ff799b3347bca46666eabcf6dcd658a3d2baf46a189126ef89203fff3e1789c58b67dc693b8a17eadc66cdddef38c2e069c385a5251da7356ae3 | ||
DIST gnome-klotski-3.22.0.tar.xz 1420972 SHA256 25e35369d1b5d2f9e6b92d44568d21df631b5b23dd7b12ca226a04f58cb54700 SHA512 4a1c1cb8fd820cd94da3a76677d33abb525822bb58ef38fdda268188428034821e3444a208a0b82eaf18171773242b9a8a6088372cfed228f2ff07af63be4c81 WHIRLPOOL a5133277d4ae4ad9856d3a177bdaaa6aeda4ded991f0651a33c018dc163ff8097b1eee429ba7a1d4020fe0fe1ef256fbf1fed614001dcb0e7659f46784fe310c |
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,37 @@ | ||
# Copyright 1999-2016 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=6 | ||
VALA_MIN_API_VERSION="0.28" | ||
|
||
inherit gnome2 vala | ||
|
||
DESCRIPTION="Slide blocks to solve the puzzle" | ||
HOMEPAGE="https://wiki.gnome.org/Apps/Klotski" | ||
|
||
LICENSE="GPL-2+" | ||
SLOT="0" | ||
KEYWORDS="~amd64 ~x86" | ||
IUSE="" | ||
|
||
RDEPEND=" | ||
>=dev-libs/glib-2.32:2 | ||
dev-libs/libgee:0.8= | ||
dev-libs/libgnome-games-support:1 | ||
>=gnome-base/librsvg-2.32.0:2 | ||
>=x11-libs/gtk+-3.19.0: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 | ||
} |