From ad45aa8dfa684a93419370c46d8b6912a90693db Mon Sep 17 00:00:00 2001 From: Samuel Young Date: Fri, 8 Mar 2024 17:54:34 +0700 Subject: games/PrismLauncher: Updated for version 8.2. Signed-off-by: Willy Sudiarto Raharjo --- games/PrismLauncher/PrismLauncher.SlackBuild | 8 +++++--- games/PrismLauncher/PrismLauncher.info | 8 ++++---- games/PrismLauncher/README | 2 +- 3 files changed, 10 insertions(+), 8 deletions(-) (limited to 'games/PrismLauncher') 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. -- cgit v1.2.3-65-gdbad