[PATCH] gnu: wine: Update to 2.3.

  • Done
  • quality assurance status badge
Details
3 participants
  • Danny Milosavljevic
  • Kei Kebreau
  • Ludovic Courtès
Owner
unassigned
Submitted by
Danny Milosavljevic
Severity
normal

Debbugs page

Danny Milosavljevic wrote 8 years ago
(address . guix-patches@gnu.org)(name . Danny Milosavljevic)(address . dannym@scratchpost.org)
20170310084115.20851-1-dannym@scratchpost.org
* gnu/packages/wine.scm (wine): Update to 2.3.
---
gnu/packages/wine.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/wine.scm b/gnu/packages/wine.scm
index d28e2dd4e..40e1dd5cf 100644
--- a/gnu/packages/wine.scm
+++ b/gnu/packages/wine.scm
@@ -54,15 +54,14 @@
(define-public wine
(package
(name "wine")
- (version "2.0")
+ (version "2.3")
(source (origin
(method url-fetch)
- (uri (string-append "https://dl.winehq.org/wine/source/"
- (version-major+minor version)
- "/wine-" version ".tar.bz2"))
+ (uri (string-append "https://dl.winehq.org/wine/source/2.x"
+ "/wine-" version ".tar.xz"))
(sha256
(base32
- "1ik6q0h3ph3jizmp7bxhf6kcm1pzrdrn2m0yf2x86slv2aigamlp"))))
+ "0zh6kvs4d6d99x5qgxbb5jq2wilwzifhmib2nhq0g3ychxx5rjdg"))))
(build-system gnu-build-system)
(native-inputs `(("pkg-config" ,pkg-config)
("gettext" ,gettext-minimal)
Ludovic Courtès wrote 8 years ago
(name . Danny Milosavljevic)(address . dannym@scratchpost.org)(address . 26045@debbugs.gnu.org)
87wpbv5xyj.fsf@gnu.org
Danny Milosavljevic <dannym@scratchpost.org> skribis:

Toggle quote (2 lines)
> * gnu/packages/wine.scm (wine): Update to 2.3.

If it builds and everything, go ahead! :-)

Thanks,
Ludo’.
Kei Kebreau wrote 8 years ago
(name . Danny Milosavljevic)(address . dannym@scratchpost.org)(address . 26045@debbugs.gnu.org)
87pohna2kb.fsf@openmailbox.org
Danny Milosavljevic <dannym@scratchpost.org> writes:

Toggle quote (30 lines)
> * gnu/packages/wine.scm (wine): Update to 2.3.
> ---
> gnu/packages/wine.scm | 9 ++++-----
> 1 file changed, 4 insertions(+), 5 deletions(-)
>
> diff --git a/gnu/packages/wine.scm b/gnu/packages/wine.scm
> index d28e2dd4e..40e1dd5cf 100644
> --- a/gnu/packages/wine.scm
> +++ b/gnu/packages/wine.scm
> @@ -54,15 +54,14 @@
> (define-public wine
> (package
> (name "wine")
> - (version "2.0")
> + (version "2.3")
> (source (origin
> (method url-fetch)
> - (uri (string-append "https://dl.winehq.org/wine/source/"
> - (version-major+minor version)
> - "/wine-" version ".tar.bz2"))
> + (uri (string-append "https://dl.winehq.org/wine/source/2.x"
> + "/wine-" version ".tar.xz"))
> (sha256
> (base32
> - "1ik6q0h3ph3jizmp7bxhf6kcm1pzrdrn2m0yf2x86slv2aigamlp"))))
> + "0zh6kvs4d6d99x5qgxbb5jq2wilwzifhmib2nhq0g3ychxx5rjdg"))))
> (build-system gnu-build-system)
> (native-inputs `(("pkg-config" ,pkg-config)
> ("gettext" ,gettext-minimal)

Looks good and builds fine!
-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEg7ZwOtzKO2lLzi2m5qXuPBlGeg0FAljEdYUACgkQ5qXuPBlG
eg0ZZg//dA4CqPVEiEJlYjaefBREcnpO5Fq3K+tYQprhyXOvurbQWLeANIJMx2nq
x5jcvRPsUa20zeSgOhNSLTUzVXhDsUM0twyV5+lu73RmsoIADWQWaZNLi017JddK
eR5TiPvL04NQH2vXXIp+Mj8rp2M4HWauIykl085KLZtQhSO+h2EOY4I08O/vQ5Wn
qRSXjAFG2wtfb8PG55m6OstNHFLclwvEOJ0yY7LogI+jCZdBhW5wOXGesJJGGa8D
4gXhM319Xnc2asaKXi211nMKPCiv6i4xeaucwJrQf9T00vp+iuWlDmna9pt9Guo7
kMIqhFLPWzEFOtFPEPBWmWe/TUHxQ1np4nKjTlGuB3utBtdKamKmvbqwdcYFiCWm
v4z/6fMXyg/xuNvutPBBnQAYmalfJfVzBWasHOMEtVBlLhyextn064nh9eO4OEwn
JJGzCwNmoaXFUqGl41HNQVtX5vI8GX7Oeesrp7lxQ48+zqmcMfUwbeZO0PMlyBGv
QTcZS69NSCv/EBPlT0knmkm9eT94sC9Hagkl1usKsxLWCadaGkyMtn7RRRdfGDiZ
GgfvWSg31UrviUcW2QlNlSB/EQ56qGPuO9NgACZV0d1vP3cTr6JAWpl59KiRQV14
kIakZucJT2pIoNVGG80kvnQexOtlbrz27W3Y8l/85zA10EDazW8=
=RCJs
-----END PGP SIGNATURE-----

Danny Milosavljevic wrote 8 years ago
Pushed wine
(address . 26045-done@debbugs.gnu.org)
20170312000127.6a9e0c20@scratchpost.org
Wine 2.3 has been pushed to master now (commit 5a717a95b33d72026085c2309a2079956586c098).
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 26045@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 26045
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help