From 77b275a53383b07b154caa09feb6f4961b206638 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 20 May 2024 00:02:16 +0100 Subject: gentoo auto-resync : 20:05:2024 - 00:02:15 --- games-rpg/costume-quest/Manifest | 2 +- .../costume-quest/costume-quest-2.0.0.3-r1.ebuild | 57 ++++++++++++++++++++ .../costume-quest/costume-quest-2.0.0.3.ebuild | 61 ---------------------- 3 files changed, 58 insertions(+), 62 deletions(-) create mode 100644 games-rpg/costume-quest/costume-quest-2.0.0.3-r1.ebuild delete mode 100644 games-rpg/costume-quest/costume-quest-2.0.0.3.ebuild (limited to 'games-rpg/costume-quest') diff --git a/games-rpg/costume-quest/Manifest b/games-rpg/costume-quest/Manifest index a32944f88159..513465fef361 100644 --- a/games-rpg/costume-quest/Manifest +++ b/games-rpg/costume-quest/Manifest @@ -1,3 +1,3 @@ DIST gog_costume_quest_2.0.0.3.sh 565855108 BLAKE2B 779d0b0b408921589bb78256cf1b69b912a57143472e3f2d7b6aebf95c07fcd8b86831234519a0c7a30b15c645668d81c0c7502d058465caa337f76ad0311cdf SHA512 9e7ab258b860ec6ee5bef3aab1e745d3dfa02defd6011d195925b50c7a0fd068f4e9e7d483734ad002bcc8353a436a349d9246d947c863b2e3d63e17c41acd71 -EBUILD costume-quest-2.0.0.3.ebuild 1340 BLAKE2B 937df4503a3a382d3c07ca35d51eff59f3390243e0439c6852950cd052d12298ba5c22a7f0a52a8c07f7ab7d68dda060e2e1254c7d4c4a21c05f8bdf9d7bc01f SHA512 61c6bc50a2e1da978bba93795802ac88b00e157d6824389318162875cf9e26128eb374a487c7dbc45c13cba183309a6098e85679fb9a071a702b582e0e92a81f +EBUILD costume-quest-2.0.0.3-r1.ebuild 1260 BLAKE2B 2e2e97d668183c83195a34cd11c39625f0dd92955c2b44519933c18e52dba4c0e1e08ce57985fdb4f1c44b34700d0a6a010312c631373afb812355f275139b9d SHA512 484f3bf67da1ae68d7acc2c2edcbc5da90c654f46600e4443dc0f30a2576b9fd2fd5964f32ec21bef0f4b5d6473b290dcc31cddf80d9edef84810e565c46b51b MISC metadata.xml 254 BLAKE2B 4e6c8e1f126f76233a38aba6f5388488656795cb1d7d4767ccb1349772f5e78d59fc5663d4f1933dbe4633c2fbb90cd1d42d4b4d4f5ededc53653e7df13c7187 SHA512 2b82da849e3b0dec378f3fb497014f5d1dbc7aceb8a1f9d1638e83fe69448b1c5151eb4b1187154d828e4a296609ce5125b40977b2581d95b5588e353ca75135 diff --git a/games-rpg/costume-quest/costume-quest-2.0.0.3-r1.ebuild b/games-rpg/costume-quest/costume-quest-2.0.0.3-r1.ebuild new file mode 100644 index 000000000000..021bee51a35f --- /dev/null +++ b/games-rpg/costume-quest/costume-quest-2.0.0.3-r1.ebuild @@ -0,0 +1,57 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit desktop unpacker xdg + +DESCRIPTION="A Halloween adventure from Tim Schafer's Double Fine Productions" +HOMEPAGE="https://www.doublefine.com" +SRC_URI="gog_${PN//-/_}_${PV}.sh" +S="${WORKDIR}/data/noarch/game" +LICENSE="all-rights-reserved" +SLOT="0" +KEYWORDS="-* ~amd64 ~x86" +RESTRICT="bindist fetch splitdebug" + +RDEPEND=" + media-libs/glu[abi_x86_32] + media-libs/libglvnd[abi_x86_32,X] + media-libs/libsdl2[abi_x86_32,joystick,opengl,sound,threads(+),video] + sys-libs/zlib[abi_x86_32] +" + +DIR="/opt/${PN}" +QA_PREBUILT="${DIR}/*" + +pkg_nofetch() { + einfo "Please buy and download ${SRC_URI} from:" + einfo " https://www.gog.com/game/${PN//-/_}" + einfo "and move it to your distfiles directory." +} + +src_unpack() { + unpack_zip ${A} +} + +src_prepare() { + default + + # I think our SDL2 package has a newer database. + rm -v Data/Config/SDLGamepad.config || die +} + +src_install() { + exeinto "${DIR}" + newexe Cq.bin.x86 Cq.bin + dosym "${DIR}"/Cq.bin /usr/bin/${PN} + + insinto "${DIR}" + doins -r DFCONFIG Data/ Linux/ OGL/ Win/ + + exeinto "${DIR}/lib" + doexe lib/libfmod*.so + + newicon -s 256 CostumeQuest.png ${PN}.png + make_desktop_entry ${PN} "Costume Quest" +} diff --git a/games-rpg/costume-quest/costume-quest-2.0.0.3.ebuild b/games-rpg/costume-quest/costume-quest-2.0.0.3.ebuild deleted file mode 100644 index e6e61a06ac24..000000000000 --- a/games-rpg/costume-quest/costume-quest-2.0.0.3.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit desktop unpacker xdg-utils - -DESCRIPTION="A Halloween adventure from Tim Schafer's Double Fine Productions" -HOMEPAGE="https://www.doublefine.com" -SRC_URI="gog_${PN//-/_}_${PV}.sh" -LICENSE="all-rights-reserved" -SLOT="0" -KEYWORDS="-* ~amd64 ~x86" -RESTRICT="bindist fetch splitdebug" - -RDEPEND=" - media-libs/glu[abi_x86_32] - media-libs/libsdl2[abi_x86_32,joystick,opengl,sound,threads,video] - sys-libs/zlib[abi_x86_32] - virtual/opengl[abi_x86_32] -" - -S="${WORKDIR}/data/noarch/game" - -DIR="/opt/${PN}" -QA_PREBUILT="${DIR}/*" - -pkg_nofetch() { - einfo "Please buy and download ${SRC_URI} from:" - einfo " https://www.gog.com/game/${PN//-/_}" - einfo "and move it to your distfiles directory." -} - -src_unpack() { - unpack_zip ${A} -} - -src_prepare() { - default - - # I think our SDL2 package has a newer database. - rm -v Data/Config/SDLGamepad.config || die -} - -src_install() { - exeinto "${DIR}" - newexe Cq.bin.x86 Cq.bin - dosym "${DIR}"/Cq.bin /usr/bin/${PN} - - insinto "${DIR}" - doins -r DFCONFIG Data/ Linux/ OGL/ Win/ - - exeinto "${DIR}/lib" - doexe lib/libfmod*.so - - newicon -s 256 CostumeQuest.png ${PN}.png - make_desktop_entry ${PN} "Costume Quest" -} - -pkg_postinst() { xdg_icon_cache_update; } -pkg_postrm() { xdg_icon_cache_update; } -- cgit v1.2.3