mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
games/PrismLauncher: Updated for version 7.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e0aef4fa03
commit
35bf3b2623
2 changed files with 7 additions and 7 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=PrismLauncher
|
||||
VERSION=${VERSION:-7.1}
|
||||
VERSION=${VERSION:-7.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -87,8 +87,8 @@ cd build
|
|||
-DENABLE_LTO=ON \
|
||||
-DLauncher_QT_VERSION_MAJOR="5" \
|
||||
-DCMAKE_BUILD_TYPE=Release ..
|
||||
cmake --build $(pwd)
|
||||
DESTDIR=$PKG cmake --install $(pwd)
|
||||
cmake --build .
|
||||
DESTDIR=$PKG cmake --install .
|
||||
cd ..
|
||||
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="PrismLauncher"
|
||||
VERSION="7.1"
|
||||
VERSION="7.2"
|
||||
HOMEPAGE="https://prismlauncher.org"
|
||||
DOWNLOAD="https://github.com/PrismLauncher/PrismLauncher/releases/download/7.1/PrismLauncher-7.1.tar.gz"
|
||||
MD5SUM="cbd51a38a4635d2ea96fdc6c7ff8f89e"
|
||||
DOWNLOAD="https://github.com/PrismLauncher/PrismLauncher/releases/download/7.2/PrismLauncher-7.2.tar.gz"
|
||||
MD5SUM="57460d5e3506b2ab83b16808e1503268"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="OpenJDK17 scdoc"
|
||||
REQUIRES="OpenJDK17"
|
||||
MAINTAINER="Samuel Young"
|
||||
EMAIL="samyoung12788@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue