summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
author Samuel Young2024-03-08 11:54:34 +0100
committer Willy Sudiarto Raharjo2024-03-09 00:18:15 +0100
commitad45aa8dfa684a93419370c46d8b6912a90693db (patch)
tree52b996e949fd42fccb2bb73697cf4dc729fea0cd /games
parent7bc2a8c59740475157bcfa14eb9e5f839cd3a77f (diff)
downloadslackbuilds-ad45aa8dfa684a93419370c46d8b6912a90693db.tar.gz
games/PrismLauncher: Updated for version 8.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r--games/PrismLauncher/PrismLauncher.SlackBuild8
-rw-r--r--games/PrismLauncher/PrismLauncher.info8
-rw-r--r--games/PrismLauncher/README2
3 files changed, 10 insertions, 8 deletions
diff --git a/games/PrismLauncher/PrismLauncher.SlackBuild b/games/PrismLauncher/PrismLauncher.SlackBuild
index f4bcec873a..09a660bd7f 100644
--- a/games/PrismLauncher/PrismLauncher.SlackBuild
+++ b/games/PrismLauncher/PrismLauncher.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for PrismLauncher
-# Copyright 2023 Samuel Young, MO, USA
+# Copyright 2023-2024 Samuel Young, MO, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=PrismLauncher
-VERSION=${VERSION:-8.0}
+VERSION=${VERSION:-8.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -96,8 +96,10 @@ cd ..
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
-mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
+find $PKG/usr/man -type f -exec gzip -9 {} \;
+for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
+mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
CONTRIBUTING.md COPYING.md README.md LICENSE \
$PKG/usr/doc/$PRGNAM-$VERSION
diff --git a/games/PrismLauncher/PrismLauncher.info b/games/PrismLauncher/PrismLauncher.info
index 343a5d06d1..d68f250a41 100644
--- a/games/PrismLauncher/PrismLauncher.info
+++ b/games/PrismLauncher/PrismLauncher.info
@@ -1,10 +1,10 @@
PRGNAM="PrismLauncher"
-VERSION="8.0"
+VERSION="8.2"
HOMEPAGE="https://prismlauncher.org"
-DOWNLOAD="https://github.com/PrismLauncher/PrismLauncher/releases/download/8.0/PrismLauncher-8.0.tar.gz"
-MD5SUM="7844d066e3242396cd21fa46e5d8a47a"
+DOWNLOAD="https://github.com/PrismLauncher/PrismLauncher/releases/download/8.2/PrismLauncher-8.2.tar.gz"
+MD5SUM="2455aec61b37898e21c3ea23498593c7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="OpenJDK17"
+REQUIRES="OpenJDK17 scdoc"
MAINTAINER="Samuel Young"
EMAIL="samyoung12788@gmail.com"
diff --git a/games/PrismLauncher/README b/games/PrismLauncher/README
index f2a073bb3a..1c39a4cf14 100644
--- a/games/PrismLauncher/README
+++ b/games/PrismLauncher/README
@@ -12,4 +12,4 @@ so. If you plan on using a version of Minecraft that is on version
1.16.5 or older, you will also have to install either openjdk8 or
zulu-openjdk8. If you have multiple versions of Java installed on your
system, make sure that your JAVA_HOME environment variable is pointed
-to OpenJDK17 when building PrismLauncher.
+to OpenJDK17 when building PrismLauncher.