summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2024-05-19 15:54:12 +0100
committerJames Le Cuirot <chewi@gentoo.org>2024-05-19 17:16:19 +0100
commit7d2373518591ef1e118e2d1e61e3c39dee0cac94 (patch)
treea8eed6514d84ac0aca8d01732082223c844d7ecc
parentdev-python/pygame: media-libs/libsdl2 will drop the threads USE flag (diff)
downloadgentoo-7d2373518591ef1e118e2d1e61e3c39dee0cac94.tar.gz
gentoo-7d2373518591ef1e118e2d1e61e3c39dee0cac94.tar.bz2
gentoo-7d2373518591ef1e118e2d1e61e3c39dee0cac94.zip
games-action/apotheon: media-libs/libsdl2 will drop the threads USE flag, EAPI 8
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
-rw-r--r--games-action/apotheon/apotheon-1.26v-r1.ebuild (renamed from games-action/apotheon/apotheon-1.26v.ebuild)14
1 files changed, 5 insertions, 9 deletions
diff --git a/games-action/apotheon/apotheon-1.26v.ebuild b/games-action/apotheon/apotheon-1.26v-r1.ebuild
index 96c00bc691a6..c43bec596490 100644
--- a/games-action/apotheon/apotheon-1.26v.ebuild
+++ b/games-action/apotheon/apotheon-1.26v-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="Heroic action game set within the vibrant world of Ancient Greek Mythology"
HOMEPAGE="https://www.apotheongame.com"
SRC_URI="${PN}-12302015-bin"
+S="${WORKDIR}/data"
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
@@ -15,14 +16,12 @@ RESTRICT="bindist fetch splitdebug"
RDEPEND="
dev-lang/mono
- media-libs/libsdl2[joystick,opengl,threads,video]
+ media-libs/libsdl2[joystick,opengl,threads(+),video]
media-libs/openal
media-libs/sdl2-image
media-libs/theoraplay
"
-S="${WORKDIR}/data"
-
DIR="/opt/${PN}"
QA_PREBUILT="${DIR}/*"
@@ -56,6 +55,3 @@ src_install() {
newicon -s 512 Apotheon.png ${PN}.png
make_desktop_entry ${PN} "Apotheon"
}
-
-pkg_postinst() { xdg_icon_cache_update; }
-pkg_postrm() { xdg_icon_cache_update; }