summaryrefslogtreecommitdiff
path: root/games-action/badland
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-06-15 14:57:03 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-06-15 14:57:03 +0100
commitd18bf1e01b65ee4bf0c804e2843b282d3d4e5d7c (patch)
tree4a95cbc6ffdf13bad6ecbc7f8d5af99631984123 /games-action/badland
parente748ba9741f6540f4675c23e3e37b73e822c13a4 (diff)
gentoo resync : 15.06.2021
Diffstat (limited to 'games-action/badland')
-rw-r--r--games-action/badland/Manifest2
-rw-r--r--games-action/badland/badland-121-r1.ebuild21
2 files changed, 9 insertions, 14 deletions
diff --git a/games-action/badland/Manifest b/games-action/badland/Manifest
index 98011abf1935..7f170ce3ba25 100644
--- a/games-action/badland/Manifest
+++ b/games-action/badland/Manifest
@@ -1,4 +1,4 @@
DIST Badland_GotY_121.tar 191872792 BLAKE2B ed1c75d378b742a9f2c82f2ca1055837ff302e1438d4d1a48118ff0caf0455ce0001bb3b90e7c80361672435d2a846d67c94d1c8f28e8ecf8afe87d4177aaa86 SHA512 db018e79fada80c2e6f4ce9dc1f23bf43a8b6257207e52dbb583c484bb71e4e6b0109f750ab8fb7b1e221e2618a1994828c4525d478b7d45bf7d60012f9cf13a
DIST badland.png 42439 BLAKE2B 9439349c8f0a0133fdc042a373a4f625d0988ef4b9de71456ccc1dab4b0f8f56ab386e5f2ba5b322ca5f885c9784c325c9be25d691a740a89dc237afa2216451 SHA512 30387f1906fb35ff9684a8ad28535de7804e456ff545fd69bc6bad3d96c6e2149ca9c5fe19a6dc711f145191d72311538b402d3891971185fc07edabd61ba52f
-EBUILD badland-121-r1.ebuild 1527 BLAKE2B 6be33fce59c44cbf1ed153ea37259276575c361dcf25f4144ec9d21050703388e2118b133bbe236ace2ffceb854dd9ab84ecfd6b2d0142ee71bf5a507d1e98d2 SHA512 961165599d8d5847843c91597fc40b659dd87dbea310e2d6ade46bfb84dd0b9232f83bae9716d42c5b65e6d7253321c91a591ea532b855bbe4b5ccc38d130bc5
+EBUILD badland-121-r1.ebuild 1429 BLAKE2B 1540dfe40db1346e999efa800b5bfe2e7ccf0c147682ebc21167050001c9ef694df22d3c5471e42c46eb1b5ccadc29fdc90acaa2d9e843562fba3afb9cd26622 SHA512 5511a49a1651bdb964749b4e5aee5ae726293bef1d3f3f26d55645049e2f7d0efd25198baaf9a648dafbbb7534258dfa21b49dbc18d6f61d4b89ea755cc8d188
MISC metadata.xml 253 BLAKE2B 443ca9c8d4f6801169382e87a0ecd1385c56e65229209e7200f9d313ef380e92ae8d7dc3c38e5989a4166289f22607a20b1e13bb960fff6b3d9f78629d8ab020 SHA512 61c4689cbc649d84a00be211b7b5b98dd03e1d3f813eff370df549f2998cd4343f391c18b57cf20e4a8f4dd2311e3bfa04eb60f356f2bbac78f0b68f5091f254
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; }