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: bump to 3.22.3 for translation updates
Package-Manager: Portage-2.3.28, Repoman-2.3.9
- Loading branch information
Showing
2 changed files
with
37 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 +1,2 @@ | ||
DIST gnome-klotski-3.22.2.tar.xz 1423652 BLAKE2B 0233c800d1c43b99358d6a5e787c605ff54d408340e3a42f43a1007f23108afc50f063b807aa5c18322943b76fb86a51fa9f3d85d2e0c68586ebbf107161d6f0 SHA512 2899f5ec1da545b5c42f30148c5a3a8b1043744df938aae0b69099144cad55a5dba93168138812e723414006dc86663379299ab4971d7b4da4da8fa2c04fef42 | ||
DIST gnome-klotski-3.22.3.tar.xz 664380 BLAKE2B 3c5ca5da9baa30921796a8701fcd2e1f5214fe19070895390fd26617af6eac7dbe12c92e643cfd2b3b5b1bbb0303e4272e338100f23a79011939506a433be014 SHA512 d86b39c60b545abfe6fce2366dd40e2d603e635f4b33c42e76a4447b845981c51fadfdb8f9f073e515ccd9772c9ee5f29258ac63b6620acff03150cc52a51d0d |
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,36 @@ | ||
# Copyright 1999-2018 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
|
||
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-3+ FDL-1.1+" | ||
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 | ||
} |