diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2018-07-14 00:28:49 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-07-14 00:28:49 +0100 |
commit | 79d4ae2349af13f4cb4c3a2d83bee81bdcb37102 (patch) | |
tree | 562870c7cf4ef289e4c530bbf52d946e291e5568 /system | |
parent | f0e6a30003e1fd988207dea2867266292330a030 (diff) |
system/wine-staging: Updated for version 3.12.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/wine-staging/wine-staging.SlackBuild | 8 | ||||
-rw-r--r-- | system/wine-staging/wine-staging.info | 10 |
2 files changed, 9 insertions, 9 deletions
diff --git a/system/wine-staging/wine-staging.SlackBuild b/system/wine-staging/wine-staging.SlackBuild index 36241a1d38774..892e7c9d1fa14 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 9f069b7f947d9..8d8055110a9c1 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="" |