From 4933e6bbc99d13ede4cd50aa50226a9be2da584f Mon Sep 17 00:00:00 2001 From: Steven Voges Date: Wed, 25 May 2022 00:05:01 +0100 Subject: graphics/mangohud: Updated for v 0.6.7.1. Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- graphics/mangohud/mangohud.SlackBuild | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'graphics/mangohud/mangohud.SlackBuild') diff --git a/graphics/mangohud/mangohud.SlackBuild b/graphics/mangohud/mangohud.SlackBuild index ca7f8c936c..f087509562 100644 --- a/graphics/mangohud/mangohud.SlackBuild +++ b/graphics/mangohud/mangohud.SlackBuild @@ -26,10 +26,11 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=mangohud SRCNAM=MangoHud -VERSION=${VERSION:-0.6.7} +VERSION=${VERSION:-0.6.7.1} +SRCVER=${SRCVER:-0.6.7-1} IMGUIVER=${IMGUIVER:-1.81} SPDLOGVER=${SPDLOGVER:-1.8.5} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} COMPAT32=${COMPAT32:-no} @@ -45,9 +46,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -77,9 +75,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $SRCNAM-$VERSION -tar xvf $CWD/$SRCNAM-$VERSION.tar.?z -cd $SRCNAM-$VERSION/subprojects +rm -rf $SRCNAM-$SRCVER +tar xvf $CWD/$SRCNAM-$SRCVER.tar.?z +cd $SRCNAM-$SRCVER/subprojects tar xvf $CWD/imgui-$IMGUIVER.tar.gz unzip $CWD/imgui_$IMGUIVER-1_patch.zip tar xvf $CWD/spdlog-$SPDLOGVER.tar.gz -- cgit v1.2.3-80-g2a13