summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2023-02-19 21:03:16 +0000
committer Eric Hameleers <alien@slackware.com>2023-02-19 21:03:16 +0000
commite1e493513f144208a38abcca4e8b748925f2f8fb (patch)
tree932dd75e4ddb9e57c80882150c6a4c4cbe817259
parentf3e8a194aed4b1ba7a869d2489e9c9a9582606d3 (diff)
downloadasb-e1e493513f144208a38abcca4e8b748925f2f8fb.tar.gz
asb-e1e493513f144208a38abcca4e8b748925f2f8fb.tar.xz
wine: update to 8.2
-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 .