summaryrefslogtreecommitdiffstats
path: root/wine/build/wine.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'wine/build/wine.SlackBuild')
-rwxr-xr-xwine/build/wine.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/wine/build/wine.SlackBuild b/wine/build/wine.SlackBuild
index 2a095f7b..1b59e11f 100755
--- a/wine/build/wine.SlackBuild
+++ b/wine/build/wine.SlackBuild
@@ -146,6 +146,8 @@
# * Update.
# 8.0-1 25/jan/2023 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 8.2-1 19/feb/2023 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh wine.SlackBuild' to build a Slackware package.
# The package (.txz) plus descriptive .txt file are created in /tmp .
@@ -155,8 +157,8 @@
PRGNAM=wine
-SRCVER=${SRCVER:-"8.0"}
-STAGING=${STAGING:-"8.0"}
+SRCVER=${SRCVER:-"8.2"}
+STAGING=${STAGING:-"8.2"}
VERSION=$(echo $SRCVER | tr '-' '.')
VERMAJ=$(echo $VERSION | cut -d. -f1)
VERMIN=$(echo $VERSION | cut -d. -f2) ; [ $VERMIN -ne 0 ] && VERMIN="x"
@@ -372,7 +374,7 @@ touch $OUTPUT/patch-${PRGNAM}.log
# Apply the wine-staging patches:
echo -e "\n**\n** wine-staging:\n**" | tee -a $OUTPUT/patch-${PRGNAM}.log
tar -xf ${STAGINGSRC} --strip-components 1
-./patches/patchinstall.sh DESTDIR="$(pwd)" --all \
+python3 staging/patchinstall.py --destdir="$(pwd)" --all \
2>&1 | tee -a $OUTPUT/patch-${PRGNAM}.log
chown -R root:root .