games-*/*: fix variable order

I manually went through some entries for `pkgcheck scan -c
VariableOrderCheck`.

Misc updates:
UnusedEclassesCheck
RESTRICT+=" .." -> RESTRICT=".."

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
Signed-off-by: Julien Roy <julien@jroy.ca>
This commit is contained in:
Lucio Sauer
2024-04-28 01:18:34 +02:00
committed by Julien Roy
parent e9e9388f65
commit d6ae7d0c07
44 changed files with 151 additions and 165 deletions

View File

@@ -14,15 +14,16 @@ SRC_URI="
https://raw.githubusercontent.com/bigbass1997/${PN}/master/lwjgl3/src/main/resources/libgdx32.png -> ${PN}-32.png
https://raw.githubusercontent.com/bigbass1997/${PN}/master/lwjgl3/src/main/resources/libgdx16.png -> ${PN}-16.png
"
KEYWORDS="~amd64 ~x86"
S="${WORKDIR}"
LICENSE="CC-BY-NC-SA-4.0"
SLOT="0"
KEYWORDS="~amd64 ~x86"
RDEPEND="virtual/jre:1.8"
BDEPEND="app-arch/unzip"
S="${WORKDIR}"
src_unpack() {
default
cp "${DISTDIR}/${PN}"-{16,32,64,128}.png "${S}" || die