summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Edinaldo P. Silva2018-07-14 01:28:49 +0200
committer David Spencer2018-07-14 01:28:49 +0200
commit79d4ae2349af13f4cb4c3a2d83bee81bdcb37102 (patch)
tree562870c7cf4ef289e4c530bbf52d946e291e5568
parentf0e6a30003e1fd988207dea2867266292330a030 (diff)
downloadslackbuilds-79d4ae2349af13f4cb4c3a2d83bee81bdcb37102.tar.gz
system/wine-staging: Updated for version 3.12.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--system/wine-staging/wine-staging.SlackBuild8
-rw-r--r--system/wine-staging/wine-staging.info10
2 files changed, 9 insertions, 9 deletions
diff --git a/system/wine-staging/wine-staging.SlackBuild b/system/wine-staging/wine-staging.SlackBuild
index 36241a1d38..892e7c9d1f 100644
--- a/system/wine-staging/wine-staging.SlackBuild
+++ b/system/wine-staging/wine-staging.SlackBuild
@@ -30,7 +30,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=wine-staging
-VERSION=${VERSION:-3.11}
+VERSION=${VERSION:-3.12}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -112,9 +112,9 @@ fi
--${do_opengl}-opengl \
--build=$ARCH-slackware-linux
-#NUMJOBS=${NUMJOBS:-" -j12 "}
-#make $NUMJOBS || exit 1
-make
+NUMJOBS=${NUMJOBS:-" -j6 "}
+make $NUMJOBS || exit 1
+#make
make install DESTDIR=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
diff --git a/system/wine-staging/wine-staging.info b/system/wine-staging/wine-staging.info
index 9f069b7f94..8d8055110a 100644
--- a/system/wine-staging/wine-staging.info
+++ b/system/wine-staging/wine-staging.info
@@ -1,10 +1,10 @@
PRGNAM="wine-staging"
-VERSION="3.11"
+VERSION="3.12"
HOMEPAGE="https://wiki.winehq.org/Wine-Staging"
-DOWNLOAD="https://dl.winehq.org/wine/source/3.x/wine-3.11.tar.xz \
- https://github.com/wine-staging/wine-staging/archive/v3.11/wine-staging-3.11.tar.gz"
-MD5SUM="34ffa2f1177207bdd92bafbc480db105 \
- eda5725bb1702570e14b5bb2c6f23b55"
+DOWNLOAD="https://dl.winehq.org/wine/source/3.x/wine-3.12.tar.xz \
+ https://github.com/wine-staging/wine-staging/archive/v3.12/wine-staging-3.12.tar.gz"
+MD5SUM="d18211f3c331d5c70a8c16cc03911ec6 \
+ f223f00dc422c0078cade811e7f9262a"
DOWNLOAD_x86_64="UNSUPPORTED"
MD5SUM_x86_64=""
REQUIRES=""