summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2024-05-19 17:02:02 +0100
committerJames Le Cuirot <chewi@gentoo.org>2024-05-19 17:16:42 +0100
commitb133854fd1f0ac225c3c5c40a7492fe03789898c (patch)
treeb48da3a291f152c379ef2960eb2013e80e4d8765
parentgames-engines/frotz: Bump to 2.54, drop old 2.53, fix deps, EAPI 8 (diff)
downloadgentoo-b133854fd1f0ac225c3c5c40a7492fe03789898c.tar.gz
gentoo-b133854fd1f0ac225c3c5c40a7492fe03789898c.tar.bz2
gentoo-b133854fd1f0ac225c3c5c40a7492fe03789898c.zip
games-rpg/costume-quest: libsdl2 will drop the threads USE flag, EAPI 8
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
-rw-r--r--games-rpg/costume-quest/costume-quest-2.0.0.3-r1.ebuild (renamed from games-rpg/costume-quest/costume-quest-2.0.0.3.ebuild)16
1 files changed, 6 insertions, 10 deletions
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-r1.ebuild
index e6e61a06ac24..021bee51a35f 100644
--- a/games-rpg/costume-quest/costume-quest-2.0.0.3.ebuild
+++ b/games-rpg/costume-quest/costume-quest-2.0.0.3-r1.ebuild
@@ -1,13 +1,14 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-inherit desktop unpacker xdg-utils
+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"
@@ -15,13 +16,11 @@ RESTRICT="bindist fetch splitdebug"
RDEPEND="
media-libs/glu[abi_x86_32]
- media-libs/libsdl2[abi_x86_32,joystick,opengl,sound,threads,video]
+ media-libs/libglvnd[abi_x86_32,X]
+ 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}/*"
@@ -56,6 +55,3 @@ src_install() {
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; }