diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2024-12-13 16:59:43 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-12-14 08:01:37 +0700 |
commit | 85a29122e4e5af7ee2cf359986b12c5dd0c5dd58 (patch) | |
tree | 8f650a0ddc2b6f0582c658fda1c071e5df15fd50 /games/protonup | |
parent | 83d77bbd97664b3ca3e9b696f2144f5be04a614d (diff) |
games/protonup: Version bump to 0.1.5
Received permission from Damien to take over via email
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/protonup')
-rw-r--r-- | games/protonup/protonup.SlackBuild | 23 | ||||
-rw-r--r-- | games/protonup/protonup.info | 10 |
2 files changed, 12 insertions, 21 deletions
diff --git a/games/protonup/protonup.SlackBuild b/games/protonup/protonup.SlackBuild index f1e5c8d4f2..b96cf8da1a 100644 --- a/games/protonup/protonup.SlackBuild +++ b/games/protonup/protonup.SlackBuild @@ -3,6 +3,7 @@ # Slackware build script for protonup # Copyright 2022 Damian Perticone, Berisso, Argentina +# Copyright 2024 Jeremy Hansen <jebrhansen+SBo@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=protonup -VERSION=${VERSION:-0.1.4} +VERSION=${VERSION:-0.1.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -46,21 +47,7 @@ fi TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM -OUTPUT=${OUTPUT:-/tmp} - -if [ "$ARCH" = "i586" ]; then - SLKCFLAGS="-O2 -march=i586 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "i686" ]; then - SLKCFLAGS="-O2 -march=i686 -mtune=i686" - LIBDIRSUFFIX="" -elif [ "$ARCH" = "x86_64" ]; then - SLKCFLAGS="-O2 -fPIC" - LIBDIRSUFFIX="64" -else - SLKCFLAGS="-O2" - LIBDIRSUFFIX="" -fi +OUTPUT=${OUTPUT:-/tmp} set -e @@ -77,6 +64,10 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +# Remove incorrect configparser dependency +# https://github.com/AUNaseef/protonup/issues/44 +sed -i '/configparser/d' setup.cfg + python3 setup.py install --root=$PKG find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ diff --git a/games/protonup/protonup.info b/games/protonup/protonup.info index f234d94a22..f70f2d7038 100644 --- a/games/protonup/protonup.info +++ b/games/protonup/protonup.info @@ -1,10 +1,10 @@ PRGNAM="protonup" -VERSION="0.1.4" +VERSION="0.1.5" HOMEPAGE="https://github.com/AUNaseef/protonup" -DOWNLOAD="https://github.com/AUNaseef/protonup/archive/0.1.4/protonup-0.1.4.tar.gz" -MD5SUM="419caee4f61967d4f1fd7e29372456f2" +DOWNLOAD="https://github.com/AUNaseef/protonup/archive/0.1.5/protonup-0.1.5.tar.gz" +MD5SUM="e5b7ac2258dcdbe2616ce1d2f452a68a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Damian Perticone" -EMAIL="mjolnirdam@gmail.com" +MAINTAINER="Jeremy Hansen" +EMAIL="jebrhansen+SBo@gmail.com" |