Skip to content

Commit

Permalink
games-puzzle/gnome-sudoku: version bump 3.22.2 → 3.24.0
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.6, Repoman-2.3.3
RepoMan-Options: --force
  • Loading branch information
EvaSDK committed Aug 15, 2017
1 parent 1bd8f0f commit d4c32d4
Show file tree
Hide file tree
Showing 2 changed files with 38 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 +1,2 @@
DIST gnome-sudoku-3.22.2.tar.xz 2884852 SHA256 08c48ba0ce3497727e5e19b086d28258e4bab61834c2f7e23fce256685a5e2eb SHA512 4f25848490d3ca1c9a777f7eaf183797c2cff9159851145520ea68d280e46743f5a0f24d5e7290c45d5d5b272ed7cd4d4748116bc573bd117638b620981f6069 WHIRLPOOL d2b14560e3c887243cefea276710df97d4bba3c12a6efe368dfc208bf8d078d0ca993f1f4fd98d6a3eaf8983b1a02332e01511a76e00377e042e5783e65bdfd8
DIST gnome-sudoku-3.24.0.tar.xz 2890256 SHA256 04a29447889448ee5d5840cb5b2fd05ce6031c38a24809ce4919647ee6f485d7 SHA512 3e00726be6ceebe6107f0e7c1100e1072f815dcaf0f4d5f2ce5cf75ae0393457aead001fe8b43420d20ef6e09bc8a7d6fd79d8aaa72a87c21e7c9f8d18ee0809 WHIRLPOOL bb1b4dcd27c0741fdf9e1a8a01a5d3a50c0581291eb3310565c0c7f3f2061f49c8f2eeadeb76cff0d9323c56c3356017052ed66ad1a5180dd8bff03dd4ab0a4c
37 changes: 37 additions & 0 deletions games-puzzle/gnome-sudoku/gnome-sudoku-3.24.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6
VALA_MIN_API_VERSION="0.36"

inherit gnome2 vala

DESCRIPTION="Test your logic skills in this number grid puzzle"
HOMEPAGE="https://wiki.gnome.org/Apps/Sudoku"

LICENSE="GPL-3+ CC-BY-SA-3.0"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
IUSE=""

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
>=sys-devel/gettext-0.19.8
virtual/pkgconfig
"

src_prepare() {
gnome2_src_prepare
vala_src_prepare
}

0 comments on commit d4c32d4

Please sign in to comment.