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-sudoku: Version bump
Package-Manager: portage-2.3.0_rc1
- Loading branch information
Showing
2 changed files
with
41 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-sudoku-3.18.2.tar.xz 3056932 SHA256 4eefde04145d9f4bf30f4327b83929f6bfb8a19b604337c1d75f66e984f8c0ac SHA512 0c88ac689dd52cde69b20820235a1601dcb631f9ceb64c07e14b67777b0c55b53e5ecd2a4d370f66834d7530dee3e8a6727f2ebd6bfa3c2dbe607aa64235e740 WHIRLPOOL 992f2a6251b096a2ae9ac5d51526e673a419b956287e7fc370f6d814c13ed97d99929a8ea22e17e997a64c927adb53b7c70552ac7736be48415d303bd349a912 | ||
DIST gnome-sudoku-3.20.2.tar.xz 3027968 SHA256 9c7e737686e88c20e83ca366bfc0a20194b7fe4af7c74ab752d98f0af1df3553 SHA512 6bfb553c7db81555d7f62301f893776c55bad03e1efe473f04df943bd5037b532effc3ef6d90ac4d064557eba109a4228eb77c4283971b28877acbac1e60be8d WHIRLPOOL ea0a487315fa32689f279094f7b955815bca359ffc96f7f1bc1f4b82d636a3c6a3bfac6f6ef638abaa6da9bdbc5d30688223edd76ad902660ead38a656383503 |
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,40 @@ | ||
# 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="Test your logic skills in this number grid puzzle" | ||
HOMEPAGE="https://wiki.gnome.org/Apps/Sudoku" | ||
|
||
LICENSE="LGPL-2+" | ||
SLOT="0" | ||
KEYWORDS="~amd64 ~arm ~x86" | ||
IUSE="" | ||
|
||
# fixed vala & gtk+ from gnome-3.16 branch | ||
RDEPEND=" | ||
>=dev-libs/glib-2.40:2 | ||
dev-libs/libgee:0.8=[introspection] | ||
dev-libs/json-glib | ||
>=dev-libs/qqwing-1.3.4 | ||
x11-libs/gdk-pixbuf:2[introspection] | ||
>=x11-libs/gtk+-3.19.0:3[introspection] | ||
x11-libs/pango[introspection] | ||
" | ||
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 | ||
} |