aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDave Woodfall <dave@slackbuilds.org>2023-03-04 01:26:57 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-03-12 08:48:30 +0700
commit0d20d4218ae903bcde2b50b62c6d8670e80bc913 (patch)
tree27cf02406a975c04bc7fd340a264f604c30cf50f
parent7e103baa14052b5a915afaf7fb7a9912346308ee (diff)
system/wine-staging: Updated for version 8.2.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/wine-staging/wine-staging.SlackBuild7
-rw-r--r--system/wine-staging/wine-staging.info10
2 files changed, 8 insertions, 9 deletions
diff --git a/system/wine-staging/wine-staging.SlackBuild b/system/wine-staging/wine-staging.SlackBuild
index ccb3fe7abfdf..23b5964d02c4 100644
--- a/system/wine-staging/wine-staging.SlackBuild
+++ b/system/wine-staging/wine-staging.SlackBuild
@@ -34,7 +34,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=wine-staging
-VERSION=${VERSION:-8.0}
+VERSION=${VERSION:-8.2}
# This ought to work (madcap laughter)
WINEVERSION=${WINEVERSION:-$VERSION}
BUILD=${BUILD:-1}
@@ -119,10 +119,9 @@ 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 {} \;
-cd patches
-./patchinstall.sh DESTDIR=$TMP/wine-$WINEVERSION --all
-
cd $TMP/wine-$WINEVERSION
+# the old patchinstall.sh has been replaced
+python3 $TMP/$PRGNAM-$VERSION/staging/patchinstall.py --all
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
diff --git a/system/wine-staging/wine-staging.info b/system/wine-staging/wine-staging.info
index 2e02ba43b86c..50353be82159 100644
--- a/system/wine-staging/wine-staging.info
+++ b/system/wine-staging/wine-staging.info
@@ -1,10 +1,10 @@
PRGNAM="wine-staging"
-VERSION="8.0"
+VERSION="8.2"
HOMEPAGE="https://wiki.winehq.org/Wine-Staging"
-DOWNLOAD="https://dl.winehq.org/wine/source/8.0/wine-8.0.tar.xz \
- https://github.com/wine-staging/wine-staging/archive/v8.0/wine-staging-8.0.tar.gz"
-MD5SUM="9b575d61b442da343c6ee7acf6716b60 \
- 39c066fa0fa8d507c6ff1a6129549082"
+DOWNLOAD="https://dl.winehq.org/wine/source/8.x/wine-8.2.tar.xz \
+ https://github.com/wine-staging/wine-staging/archive/v8.2/wine-staging-8.2.tar.gz"
+MD5SUM="7ab685994a0866bda3388e665bbdf48b \
+ d65f198fcc3684fbe611f418dd3bb598"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""