mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: wine-staging: Update to 4.14.
* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 4.14. * gnu/packages/wine.scm (wine-staging): Update to 4.14. * gnu/packages/wine.scm (wine64-staging): Remove obsolete comment.
This commit is contained in:
parent
a830d14d4b
commit
2a63974df9
1 changed files with 3 additions and 4 deletions
|
@ -318,7 +318,7 @@ (define-public wine-minimal
|
||||||
(define-public wine-staging-patchset-data
|
(define-public wine-staging-patchset-data
|
||||||
(package
|
(package
|
||||||
(name "wine-staging-patchset-data")
|
(name "wine-staging-patchset-data")
|
||||||
(version "4.13")
|
(version "4.14")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -328,7 +328,7 @@ (define-public wine-staging-patchset-data
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0bbwsd2qpjilxpjscqbp78p0gl0awj1yj62g0wvybh4x89fzy8zj"))))
|
"1s17hcrp1aa0v99y5iav2s0lxdx2rzgm7z0c4zhxyydqxj399f5j"))))
|
||||||
(build-system trivial-build-system)
|
(build-system trivial-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("bash" ,bash)
|
`(("bash" ,bash)
|
||||||
|
@ -374,7 +374,7 @@ (define-public wine-staging
|
||||||
(file-name (string-append name "-" version ".tar.xz"))
|
(file-name (string-append name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0rqx8g394aj5q913cd18zsi60sldvxarrp178w6ja0y4rd8l25vr"))))
|
"1rl1a3k5sr0hyxc61d68kwandhxcnxwv6b77vh7x2rkl1h4nxmfs"))))
|
||||||
(inputs `(("autoconf" ,autoconf) ; for autoreconf
|
(inputs `(("autoconf" ,autoconf) ; for autoreconf
|
||||||
("faudio" ,faudio)
|
("faudio" ,faudio)
|
||||||
("ffmpeg" ,ffmpeg)
|
("ffmpeg" ,ffmpeg)
|
||||||
|
@ -499,7 +499,6 @@ (define-public wine64-staging
|
||||||
(script (string-append (assoc-ref %build-inputs
|
(script (string-append (assoc-ref %build-inputs
|
||||||
"wine-staging-patchset-data")
|
"wine-staging-patchset-data")
|
||||||
"/share/wine-staging/patches/patchinstall.sh")))
|
"/share/wine-staging/patches/patchinstall.sh")))
|
||||||
;; Exclude specific patches that conflict with FAudio.
|
|
||||||
(invoke script (string-append "DESTDIR=" ".") "--all")
|
(invoke script (string-append "DESTDIR=" ".") "--all")
|
||||||
#t)))
|
#t)))
|
||||||
(add-after 'install 'copy-wine32-binaries
|
(add-after 'install 'copy-wine32-binaries
|
||||||
|
|
Loading…
Reference in a new issue