From 02888c5c2f50f13f3dabf665ac13358073e9b8ee Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Sun, 27 Feb 2022 09:54:39 +0100 Subject: [PATCH] wine: update to 7.3. --- srcpkgs/wine/patches/musl-limits.patch | 4 ++-- srcpkgs/wine/patches/musl-rpath.patch | 8 ++++---- srcpkgs/wine/patches/musl-uid-t.patch | 4 ++-- srcpkgs/wine/template | 6 +++--- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/srcpkgs/wine/patches/musl-limits.patch b/srcpkgs/wine/patches/musl-limits.patch index e53366276e..a791710f0c 100644 --- a/srcpkgs/wine/patches/musl-limits.patch +++ b/srcpkgs/wine/patches/musl-limits.patch @@ -1,5 +1,5 @@ ---- a/wine-7.2/dlls/winebus.sys/bus_udev.c 2021-10-23 15:38:33.225064731 +0200 -+++ b/wine-7.2/dlls/winebus.sys/bus_udev.c 2021-10-23 15:39:06.662064765 +0200 +--- a/wine-7.3/dlls/winebus.sys/bus_udev.c 2021-10-23 15:38:33.225064731 +0200 ++++ b/wine-7.3/dlls/winebus.sys/bus_udev.c 2021-10-23 15:39:06.662064765 +0200 @@ -29,7 +29,8 @@ #include #include diff --git a/srcpkgs/wine/patches/musl-rpath.patch b/srcpkgs/wine/patches/musl-rpath.patch index 56c2f3c767..8607cbe992 100644 --- a/srcpkgs/wine/patches/musl-rpath.patch +++ b/srcpkgs/wine/patches/musl-rpath.patch @@ -1,7 +1,7 @@ diff --git a/configure b/configure index 774a95ce003..d408e77cc78 100755 ---- a/wine-7.2/configure -+++ b/wine-7.2/configure +--- a/wine-7.3/configure ++++ b/wine-7.3/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.2/configure.ac -+++ b/wine-7.2/configure.ac +--- a/wine-7.3/configure.ac ++++ b/wine-7.3/configure.ac @@ -916,6 +916,9 @@ case $host_os in AC_SUBST(LIBWINE_SHAREDLIB,"libwine.so.$libwine_version") AC_SUBST(LIBWINE_DEPENDS,"wine.map") diff --git a/srcpkgs/wine/patches/musl-uid-t.patch b/srcpkgs/wine/patches/musl-uid-t.patch index 4209dc50ce..9ee5a79e16 100644 --- a/srcpkgs/wine/patches/musl-uid-t.patch +++ b/srcpkgs/wine/patches/musl-uid-t.patch @@ -1,5 +1,5 @@ ---- a/wine-7.2/server/security.h 2022-01-29 08:23:43.759508270 +0100 -+++ b/wine-7.2/server/security.h 2022-01-29 08:24:07.976443565 +0100 +--- a/wine-7.3/server/security.h 2022-01-29 08:23:43.759508270 +0100 ++++ b/wine-7.3/server/security.h 2022-01-29 08:24:07.976443565 +0100 @@ -22,6 +22,7 @@ #define __WINE_SERVER_SECURITY_H diff --git a/srcpkgs/wine/template b/srcpkgs/wine/template index f8de0ac298..f82741c274 100644 --- a/srcpkgs/wine/template +++ b/srcpkgs/wine/template @@ -1,6 +1,6 @@ # Template file for 'wine' pkgname=wine -version=7.2 +version=7.3 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="dfc641523c8dbc664168b6174441633d971275456bf67de2dcaa99c8daa5ee15 - e6d19af5df9b8dea7422416fdd67e99768dfc37f287061d1d022eabc076b3be4" +checksum="71fdffed747bd176ba414ebc49027df75aa2d45580a0338a7a36d974cd147a96 + 6175e8929e4594dcf23ef28f556cde87b122dbf2e2476006660d920cc121cc98" build_options="mingw staging xshm" build_options_default="mingw xshm"