Skip to content

Commit

Permalink
games-puzzle/gnome-sudoku: version bump from 3.20.4 to 3.20.5
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.3.0
  • Loading branch information
EvaSDK committed Sep 8, 2016
1 parent 1a87c1b commit a67742d
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
1 change: 1 addition & 0 deletions games-puzzle/gnome-sudoku/Manifest
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
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
DIST gnome-sudoku-3.20.4.tar.xz 2409948 SHA256 9077c4b9a2f9bbb8daf21ba1454d03f6d3a9f33715dbfec8b51e98e73cc886c3 SHA512 393fbad1c57d06eb5191155f0e7c57fa8e8a136be026074d16eaefb6d9b778ec0f2d0a2853d965a18a96d29be2be67be61685b4f4b064253978a442c09c63464 WHIRLPOOL 3f67d34aadd4c5c6ae61effa254baf391c8645ccf51c8f790335977b350b928b36657e1fa8c7e147347537a9dcc5ccd0205158f331350561fa97084dbc3d319d
DIST gnome-sudoku-3.20.5.tar.xz 2409820 SHA256 339480745513692e782eaf4312326f2aecca7acd822e3eaebc678332cb5ecb98 SHA512 f3466c7ed796f04a220d737f08ec2d44b2ce693d7969066db4e01cc69405608cdc9593cd8e20a1a51a12a32ab8f4b8a84933fab52230dafa4ee3e3c9bb071f04 WHIRLPOOL a88991df86baa8af9128e53553650fdab4e78b377452b8b81037042d74db3b0ef72a8a48b8bf22378eee02079a4142578858e16249935212db08f25ae8bbef3e
40 changes: 40 additions & 0 deletions games-puzzle/gnome-sudoku/gnome-sudoku-3.20.5.ebuild
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 ~arm64 ~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
}

0 comments on commit a67742d

Please sign in to comment.