scummvm, no appdata anymore to be removed (#5282)

This commit is contained in:
Schrijvers Luc
2020-09-14 18:01:17 +02:00
committed by GitHub
parent e55f340ddf
commit 4f568ed168

View File

@@ -7,7 +7,7 @@ were never designed!"
HOMEPAGE="https://www.scummvm.org/" HOMEPAGE="https://www.scummvm.org/"
COPYRIGHT="2001-2020 ScummVM Team" COPYRIGHT="2001-2020 ScummVM Team"
LICENSE="GNU GPL v2" LICENSE="GNU GPL v2"
REVISION="1" REVISION="2"
SOURCE_URI="http://www.scummvm.org/frs/scummvm/$portVersion/scummvm-$portVersion.tar.gz" SOURCE_URI="http://www.scummvm.org/frs/scummvm/$portVersion/scummvm-$portVersion.tar.gz"
CHECKSUM_SHA256="6ec5bd63b73861c10ca9869f27a74989a9ad6013bad30a1ef70de6ec146c2cb5" CHECKSUM_SHA256="6ec5bd63b73861c10ca9869f27a74989a9ad6013bad30a1ef70de6ec146c2cb5"
ADDITIONAL_FILES="scummvm.rdef.in ADDITIONAL_FILES="scummvm.rdef.in
@@ -104,7 +104,7 @@ INSTALL()
mv $appsDir/scummvm $appsDir/ScummVM mv $appsDir/scummvm $appsDir/ScummVM
#we are not linux #we are not linux
rm -r $dataDir/{applications,appdata,icons,pixmaps} rm -r $dataDir/{applications,icons,pixmaps}
local MAJOR="`echo "$portVersion" | cut -d. -f1`" local MAJOR="`echo "$portVersion" | cut -d. -f1`"
local MIDDLE="`echo "$portVersion" | cut -d. -f2`" local MIDDLE="`echo "$portVersion" | cut -d. -f2`"