Skip to content

Commit

Permalink
games-puzzle/gnome-klotski: version bump 3.22.1 → 3.22.2
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.8, Repoman-2.3.3
  • Loading branch information
EvaSDK committed Sep 12, 2017
1 parent 561bfbf commit 6a46265
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 0 deletions.
1 change: 1 addition & 0 deletions games-puzzle/gnome-klotski/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST gnome-klotski-3.22.1.tar.xz 1420512 SHA256 7860ab0aa1089a4e4573cd66498685638d58a312f30737456c5e27f1f37e2a13 SHA512 18ff2d4f728a0328cb4d640f21b469879960a5a8b0ecdecb76ad021aaa1abc0f179f7d68d8f48c5af4dc57f59e9028fb2b795db05cb1875ea406d86959cf349a WHIRLPOOL b1ea23a25689abac43c62656e0cb9535fa83015c4370ddfdd3d4cfaaff0fff9d3162ffb7a0018297d71b92308ae3d448ba7ec1f05737cbd78591ec166e654bca
DIST gnome-klotski-3.22.2.tar.xz 1423652 SHA256 90a85057a99f588003d2553f715a206e7a2e8ef52e808ae4250be600a6370d9a SHA512 2899f5ec1da545b5c42f30148c5a3a8b1043744df938aae0b69099144cad55a5dba93168138812e723414006dc86663379299ab4971d7b4da4da8fa2c04fef42 WHIRLPOOL 328bf8e1550237dae06213fe3742b0569ee7cde69001fec16d50516bd098e27d44ad8d7f2dc093bc5a50443bb4095f95c392ccd0f324702efcef95a8045f5280
36 changes: 36 additions & 0 deletions games-puzzle/gnome-klotski/gnome-klotski-3.22.2.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Copyright 1999-2017 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
}

0 comments on commit 6a46265

Please sign in to comment.