games-rpg/zsxd: add 1.13.0_p20251108, drop 1.12.2

Closes: https://bugs.gentoo.org/961916
Signed-off-by: Matt Jolly <kangie@gentoo.org>
This commit is contained in:
Matt Jolly
2026-04-29 22:02:53 +10:00
parent 9021039053
commit 0b1a47cf19
2 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -1 +1 @@
DIST zsxd-v1.12.2.tar.gz 4439231 BLAKE2B 1cba628a427cae10e0b08498690b95ef5a60f62531b1b4c7635ccbd561201ff54511b5c32e8e5e3251625e08276466ef2faa81f62eb2b67669cc001b00b7f215 SHA512 434c5f433be6a535c9976175d54d16d39c65d40c3a03199453282bef9a79e3eec71c676cf4a57a621460ff3e5397ec595d0e0dae8dc45afe13d45a5a5f003614
DIST zsxd-1.13.0_p20251108.tar.bz2 5003099 BLAKE2B b7bd991cf289070ac23819cd52d353d430012d2a486a0ed233d06bedb2f5b2693cee712ce94054a394394fc752e83c39469d8cbe751855b9ab0aa275bd727859 SHA512 33c26ddf4f055275188d8c6602e0952457fdb3354d6f397966dd56007a29865038c40f31f302c608bf40f87aa778dc35cc2473f36c60d188326d10f95598948d
@@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -8,8 +8,9 @@ inherit cmake desktop wrapper xdg
DESCRIPTION="Free 2D Zelda fangame parody"
HOMEPAGE="https://www.solarus-games.org/"
SRC_URI="https://gitlab.com/solarus-games/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.gz"
S="${WORKDIR}/${PN}-v${PV}"
MY_COMMIT="a8579f88651cf0914bc77e19de64f071ac4cb67c"
SRC_URI="https://gitlab.com/solarus-games/games/${PN}/-/archive/${MY_COMMIT}/${PN}-${MY_COMMIT}.tar.bz2 -> ${P}.tar.bz2"
S="${WORKDIR}/${PN}-${MY_COMMIT}"
LICENSE="all-rights-reserved CC-BY-SA-3.0 GPL-3"
SLOT="0"
@@ -17,8 +18,7 @@ KEYWORDS="~amd64 ~x86"
RESTRICT="mirror bindist"
RDEPEND="
>=games-engines/solarus-1.6
<games-engines/solarus-1.7
>=games-engines/solarus-2.0.0
"
BDEPEND="
@@ -26,6 +26,8 @@ BDEPEND="
"
src_prepare() {
# It's only data files so this is fine; solarus-games/games/zsdx #150
sed -i -e "s/VERSION 2.6/VERSION 3.10/" CMakeLists.txt
cmake_src_prepare
}