wine: update to 7.0rc6.
This commit is contained in:
parent
e318d2b801
commit
ebc784f08e
4 changed files with 11 additions and 11 deletions
|
@ -1,5 +1,5 @@
|
||||||
--- a/wine-7.0-rc5/dlls/winebus.sys/bus_udev.c 2021-10-23 15:38:33.225064731 +0200
|
--- a/wine-7.0-rc6/dlls/winebus.sys/bus_udev.c 2021-10-23 15:38:33.225064731 +0200
|
||||||
+++ b/wine-7.0-rc5/dlls/winebus.sys/bus_udev.c 2021-10-23 15:39:06.662064765 +0200
|
+++ b/wine-7.0-rc6/dlls/winebus.sys/bus_udev.c 2021-10-23 15:39:06.662064765 +0200
|
||||||
@@ -29,7 +29,8 @@
|
@@ -29,7 +29,8 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
diff --git a/configure b/configure
|
diff --git a/configure b/configure
|
||||||
index 774a95ce003..d408e77cc78 100755
|
index 774a95ce003..d408e77cc78 100755
|
||||||
--- a/wine-7.0-rc5/configure
|
--- a/wine-7.0-rc6/configure
|
||||||
+++ b/wine-7.0-rc5/configure
|
+++ b/wine-7.0-rc6/configure
|
||||||
@@ -11137,6 +11137,38 @@ fi
|
@@ -11137,6 +11137,38 @@ fi
|
||||||
LIBWINE_DEPENDS="wine.map"
|
LIBWINE_DEPENDS="wine.map"
|
||||||
|
|
||||||
|
@ -43,8 +43,8 @@ index 774a95ce003..d408e77cc78 100755
|
||||||
|
|
||||||
diff --git a/configure.ac b/configure.ac
|
diff --git a/configure.ac b/configure.ac
|
||||||
index 8c5066a3de6..01ede86df1e 100644
|
index 8c5066a3de6..01ede86df1e 100644
|
||||||
--- a/wine-7.0-rc5/configure.ac
|
--- a/wine-7.0-rc6/configure.ac
|
||||||
+++ b/wine-7.0-rc5/configure.ac
|
+++ b/wine-7.0-rc6/configure.ac
|
||||||
@@ -916,6 +916,9 @@ case $host_os in
|
@@ -916,6 +916,9 @@ case $host_os in
|
||||||
AC_SUBST(LIBWINE_SHAREDLIB,"libwine.so.$libwine_version")
|
AC_SUBST(LIBWINE_SHAREDLIB,"libwine.so.$libwine_version")
|
||||||
AC_SUBST(LIBWINE_DEPENDS,"wine.map")
|
AC_SUBST(LIBWINE_DEPENDS,"wine.map")
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
--- a/wine-7.0-rc5/server/security.h 2021-10-12 19:52:55.876645306 +0200
|
--- a/wine-7.0-rc6/server/security.h 2021-10-12 19:52:55.876645306 +0200
|
||||||
+++ b/wine-7.0-rc5/server/security.h 2021-10-12 19:53:08.605490926 +0200
|
+++ b/wine-7.0-rc6/server/security.h 2021-10-12 19:53:08.605490926 +0200
|
||||||
@@ -21,6 +21,8 @@
|
@@ -21,6 +21,8 @@
|
||||||
#ifndef __WINE_SERVER_SECURITY_H
|
#ifndef __WINE_SERVER_SECURITY_H
|
||||||
#define __WINE_SERVER_SECURITY_H
|
#define __WINE_SERVER_SECURITY_H
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'wine'
|
# Template file for 'wine'
|
||||||
pkgname=wine
|
pkgname=wine
|
||||||
version=7.0rc5
|
version=7.0rc6
|
||||||
revision=1
|
revision=1
|
||||||
_pkgver=${version/r/-r}
|
_pkgver=${version/r/-r}
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
|
@ -13,8 +13,8 @@ license="LGPL-2.1-or-later"
|
||||||
homepage="http://www.winehq.org/"
|
homepage="http://www.winehq.org/"
|
||||||
distfiles="https://dl.winehq.org/wine/source/${version%r*}/wine-${_pkgver}.tar.xz
|
distfiles="https://dl.winehq.org/wine/source/${version%r*}/wine-${_pkgver}.tar.xz
|
||||||
https://github.com/wine-staging/wine-staging/archive/v${_pkgver}.tar.gz"
|
https://github.com/wine-staging/wine-staging/archive/v${_pkgver}.tar.gz"
|
||||||
checksum="8d08c79de6006771f6e845e37bd732a1db9737b4da9222e4b037733688b77758
|
checksum="63155081508b974d24654f26edb02878b2089096748d14a0e9d7cda453c27b50
|
||||||
df00729d057da201ab4cd0cc348d3ce13b8c790aac1d1093796ca0f90f8e8727"
|
ea3069210075dbb4672b342190b7f6b85fe0c5d607e21427d9709f7c8c3bf2d6"
|
||||||
|
|
||||||
build_options="mingw staging"
|
build_options="mingw staging"
|
||||||
build_options_default="mingw"
|
build_options_default="mingw"
|
||||||
|
|
Loading…
Reference in a new issue