summaryrefslogtreecommitdiff
path: root/games-action/badland/badland-121-r1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'games-action/badland/badland-121-r1.ebuild')
-rw-r--r--games-action/badland/badland-121-r1.ebuild21
1 files changed, 8 insertions, 13 deletions
diff --git a/games-action/badland/badland-121-r1.ebuild b/games-action/badland/badland-121-r1.ebuild
index 99d55500299a..0203c806f0db 100644
--- a/games-action/badland/badland-121-r1.ebuild
+++ b/games-action/badland/badland-121-r1.ebuild
@@ -1,14 +1,17 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
-inherit desktop eutils gnome2-utils
+inherit desktop wrapper xdg
DESCRIPTION="Atmospheric side-scrolling action adventure platformer set in a gorgeous forest"
HOMEPAGE="http://badlandgame.com"
-SRC_URI="Badland_GotY_${PV}.tar
+SRC_URI="
+ Badland_GotY_${PV}.tar
https://dev.gentoo.org/~chewi/distfiles/${PN}.png"
+S="${WORKDIR}"
+
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
@@ -16,10 +19,7 @@ RESTRICT="bindist fetch mirror splitdebug"
QA_PREBUILT="opt/${PN}/*"
-DEPEND="
- app-admin/chrpath
-"
-
+BDEPEND="app-admin/chrpath"
RDEPEND="
dev-db/sqlite:3[abi_x86_32]
media-libs/fontconfig:1.0[abi_x86_32]
@@ -33,8 +33,6 @@ RDEPEND="
x11-libs/libX11[abi_x86_32]
"
-S="${WORKDIR}"
-
pkg_nofetch() {
einfo "Please buy and download ${SRC_URI} from:"
einfo " https://www.humblebundle.com/store/badland-game-of-the-year-humble-deluxe-edition"
@@ -62,6 +60,3 @@ src_install() {
doicon -s 128 "${DISTDIR}"/${PN}.png
}
-
-pkg_postinst() { gnome2_icon_cache_update; }
-pkg_postrm() { gnome2_icon_cache_update; }