From 83116a759d4635bbd1b576ba61576f1ef5edad4b Mon Sep 17 00:00:00 2001 From: Helmut Pozimski Date: Wed, 19 Jan 2022 17:12:30 +0100 Subject: [PATCH] wine: update to 7.0. --- 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 61933a03817..ec53bea46b7 100644 --- a/srcpkgs/wine/patches/musl-limits.patch +++ b/srcpkgs/wine/patches/musl-limits.patch @@ -1,5 +1,5 @@ ---- a/wine-7.0-rc6/dlls/winebus.sys/bus_udev.c 2021-10-23 15:38:33.225064731 +0200 -+++ b/wine-7.0-rc6/dlls/winebus.sys/bus_udev.c 2021-10-23 15:39:06.662064765 +0200 +--- a/wine-7.0/dlls/winebus.sys/bus_udev.c 2021-10-23 15:38:33.225064731 +0200 ++++ b/wine-7.0/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 c4f80deb7db..1f8b6f02907 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.0-rc6/configure -+++ b/wine-7.0-rc6/configure +--- a/wine-7.0/configure ++++ b/wine-7.0/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.0-rc6/configure.ac -+++ b/wine-7.0-rc6/configure.ac +--- a/wine-7.0/configure.ac ++++ b/wine-7.0/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 197df6d584b..82a9e8aade3 100644 --- a/srcpkgs/wine/patches/musl-uid-t.patch +++ b/srcpkgs/wine/patches/musl-uid-t.patch @@ -1,5 +1,5 @@ ---- a/wine-7.0-rc6/server/security.h 2021-10-12 19:52:55.876645306 +0200 -+++ b/wine-7.0-rc6/server/security.h 2021-10-12 19:53:08.605490926 +0200 +--- a/wine-7.0/server/security.h 2021-10-12 19:52:55.876645306 +0200 ++++ b/wine-7.0/server/security.h 2021-10-12 19:53:08.605490926 +0200 @@ -21,6 +21,8 @@ #ifndef __WINE_SERVER_SECURITY_H #define __WINE_SERVER_SECURITY_H diff --git a/srcpkgs/wine/template b/srcpkgs/wine/template index df8810b62c5..76057d020f6 100644 --- a/srcpkgs/wine/template +++ b/srcpkgs/wine/template @@ -1,6 +1,6 @@ # Template file for 'wine' pkgname=wine -version=7.0rc6 +version=7.0 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%r*}/wine-${_pkgver}.tar.xz https://github.com/wine-staging/wine-staging/archive/v${_pkgver}.tar.gz" -checksum="63155081508b974d24654f26edb02878b2089096748d14a0e9d7cda453c27b50 - ea3069210075dbb4672b342190b7f6b85fe0c5d607e21427d9709f7c8c3bf2d6" +checksum="5b43e27d5c085cb18f97394e46180310d5eef7c1d91c6895432a3889b2de086b + ff5eb5d3ca17953b75a0b1792313e2402338905a03d8d8e6d5fad186a0644740" build_options="mingw staging" build_options_default="mingw"