wine: update to 7.6.
This commit is contained in:
parent
28b083c4e6
commit
67ae77e06f
|
@ -1,5 +1,5 @@
|
|||
--- a/wine-7.5/dlls/winebus.sys/bus_udev.c 2021-10-23 15:38:33.225064731 +0200
|
||||
+++ b/wine-7.5/dlls/winebus.sys/bus_udev.c 2021-10-23 15:39:06.662064765 +0200
|
||||
--- a/wine-7.6/dlls/winebus.sys/bus_udev.c 2021-10-23 15:38:33.225064731 +0200
|
||||
+++ b/wine-7.6/dlls/winebus.sys/bus_udev.c 2021-10-23 15:39:06.662064765 +0200
|
||||
@@ -29,7 +29,8 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
diff --git a/configure b/configure
|
||||
index 774a95ce003..d408e77cc78 100755
|
||||
--- a/wine-7.5/configure
|
||||
+++ b/wine-7.5/configure
|
||||
--- a/wine-7.6/configure
|
||||
+++ b/wine-7.6/configure
|
||||
@@ -11137,6 +11137,38 @@ fi
|
||||
LIBWINE_DEPENDS="wine.map"
|
||||
|
||||
|
@ -43,8 +43,8 @@ index 774a95ce003..d408e77cc78 100755
|
|||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index 8c5066a3de6..01ede86df1e 100644
|
||||
--- a/wine-7.5/configure.ac
|
||||
+++ b/wine-7.5/configure.ac
|
||||
--- a/wine-7.6/configure.ac
|
||||
+++ b/wine-7.6/configure.ac
|
||||
@@ -916,6 +916,9 @@ case $host_os in
|
||||
AC_SUBST(LIBWINE_SHAREDLIB,"libwine.so.$libwine_version")
|
||||
AC_SUBST(LIBWINE_DEPENDS,"wine.map")
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
--- a/wine-7.5/server/security.h 2022-01-29 08:23:43.759508270 +0100
|
||||
+++ b/wine-7.5/server/security.h 2022-01-29 08:24:07.976443565 +0100
|
||||
--- a/wine-7.6/server/security.h 2022-01-29 08:23:43.759508270 +0100
|
||||
+++ b/wine-7.6/server/security.h 2022-01-29 08:24:07.976443565 +0100
|
||||
@@ -22,6 +22,7 @@
|
||||
#define __WINE_SERVER_SECURITY_H
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'wine'
|
||||
pkgname=wine
|
||||
version=7.5
|
||||
version=7.6
|
||||
revision=1
|
||||
_pkgver=${version/r/-r}
|
||||
create_wrksrc=yes
|
||||
|
@ -13,8 +13,8 @@ license="LGPL-2.1-or-later"
|
|||
homepage="http://www.winehq.org/"
|
||||
distfiles="https://dl.winehq.org/wine/source/${version%.*}.x/wine-${_pkgver}.tar.xz
|
||||
https://github.com/wine-staging/wine-staging/archive/v${_pkgver}.tar.gz"
|
||||
checksum="462c3185aedeec851067a5165d648f5499fb93c1b655f46b825f4bc11914e281
|
||||
3b3a10654c90b210ab8dbf9d0aa2d2e3f4179a73e56e7c2101008e77903afead"
|
||||
checksum="eeab772f091328a3fb9db89aacab6be087c3d59c168ef2b41af5ec5010cf0328
|
||||
bdd1a095b9c4cddce4663825e2ad331c5bf1ac8b2288b0b380a665d0ca987a23"
|
||||
|
||||
build_options="mingw staging xshm"
|
||||
build_options_default="mingw xshm"
|
||||
|
|
Loading…
Reference in New Issue