summaryrefslogtreecommitdiff
path: root/games-action/crimsonland/crimsonland-1.3.5.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-08-26 00:09:36 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-08-26 00:09:36 +0100
commitb1c81de4fadbd00897700a7321f03b390d952b2e (patch)
treee6cc812351d4f105c110cfc363ebb497e996f47a /games-action/crimsonland/crimsonland-1.3.5.ebuild
parent7c59acba5699c9c58090a7a738669669a7307023 (diff)
gentoo resync : 26.08.2021
Diffstat (limited to 'games-action/crimsonland/crimsonland-1.3.5.ebuild')
-rw-r--r--games-action/crimsonland/crimsonland-1.3.5.ebuild9
1 files changed, 3 insertions, 6 deletions
diff --git a/games-action/crimsonland/crimsonland-1.3.5.ebuild b/games-action/crimsonland/crimsonland-1.3.5.ebuild
index dc1f260f4e82..5017737b2b0c 100644
--- a/games-action/crimsonland/crimsonland-1.3.5.ebuild
+++ b/games-action/crimsonland/crimsonland-1.3.5.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-inherit desktop wrapper xdg-utils
+inherit desktop wrapper xdg
DESCRIPTION="A top-down shooter with a touch of RPG"
HOMEPAGE="https://crimsonland.com/"
@@ -22,7 +22,7 @@ RDEPEND="
"
DIR="/opt/${PN}"
-QA_PREBUILT="${DIR}/*"
+QA_PREBUILT="${DIR#/}/*"
pkg_nofetch() {
einfo "Please buy and download ${SRC_URI} from:"
@@ -40,9 +40,6 @@ src_install() {
dodoc README.txt
-# doicon -s 64 "${DISTDIR}"/${PN}.png
+ #doicon -s 64 "${DISTDIR}"/${PN}.png
make_desktop_entry ${PN} Crimsonland applications-games
}
-
-pkg_postinst() { xdg_icon_cache_update; }
-pkg_postrm() { xdg_icon_cache_update; }