GNU bug report logs - #75811
Update Wine to 10.0

Previous Next

Package: guix-patches;

Reported by: Liliana Marie Prikler <liliana.prikler <at> gmail.com>

Date: Fri, 24 Jan 2025 17:44:02 UTC

Severity: normal

Tags: patch

Done: Ian Eure <ian <at> retrospec.tv>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Liliana Marie Prikler <liliana.prikler <at> gmail.com>
To: 75811 <at> debbugs.gnu.org
Cc: adam.faiz <at> disroot.org, liliana.prikler <at> gmail.com, iyzsong <at> envs.net
Subject: [bug#75811] [PATCH 2/2] gnu: wine-staging: Update to 10.0.
Date: Fri, 24 Jan 2025 12:23:19 +0100
* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 10.0.
(wine-staging)[source]: Update hash.
[#:phases]<apply-wine-staging-patches>: Exclude “server-Stored_ACLs”.
(wine64-staging): Likewise.
---
 gnu/packages/wine.scm | 11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/wine.scm b/gnu/packages/wine.scm
index 6dbe384e59..df1796f780 100644
--- a/gnu/packages/wine.scm
+++ b/gnu/packages/wine.scm
@@ -310,7 +310,7 @@ (define-public wine64
 (define-public wine-staging-patchset-data
   (package
     (name "wine-staging-patchset-data")
-    (version "9.0")
+    (version "10.0")
     (source
      (origin
        (method git-fetch)
@@ -319,7 +319,7 @@ (define-public wine-staging-patchset-data
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0xdinbj9byihy8snv6h1mcb79rh35zwhhld4g7mjg0k2wvjgskwl"))))
+        (base32 "17lslhmad0z5im0xlan5xwsnfvnxzi6iaj8bc51sc9sslfhwlv6j"))))
     (build-system trivial-build-system)
     (native-inputs
      (list coreutils))
@@ -365,7 +365,7 @@ (define-public wine-staging
                              "wine-" wine-version ".tar.xz"))
          (file-name (string-append name "-" wine-version ".tar.xz"))
          (sha256
-          (base32 "1vm61hrkinjqicxidhbhq3j8sb1iianfypdvjmnvgxcmac50kzbw")))))
+          (base32 "009nmi0z60ilrlrxjj9msdqk2n2wp0jcdnflkh7b7bzgyzsv7q65")))))
     (inputs (modify-inputs (package-inputs wine)
               (prepend autoconf ; for autoreconf
                        ffmpeg
@@ -389,6 +389,9 @@ (define-public wine-staging
                          inputs
                          "/share/wine-staging/staging/patchinstall.py")
                         "DESTDIR=."
+                        ;; Broken upstream, does not apply.
+                        ;; TODO: Remove once fixed.
+                        "-W" "server-Stored_ACLs"
                         "--all")))
             (add-after 'apply-wine-staging-patches 'patch-SHELL
               (assoc-ref #$phases 'patch-SHELL))))))
@@ -424,6 +427,8 @@ (define-public wine64-staging
                          inputs
                          "/share/wine-staging/staging/patchinstall.py")
                         "DESTDIR=."
+                        ;; Note: Keep in sync with wine-staging.
+                        "-W" "server-Stored_ACLs"
                         "--all")))
             (add-after 'apply-wine-staging-patches 'patch-SHELL
               (assoc-ref #$phases 'patch-SHELL))))))
-- 
2.47.1





This bug report was last modified 161 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.