GNU bug report logs -
#27546
[PATCH] Add wine stable release
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#27546: [PATCH] Add wine stable release
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 27546 <at> debbugs.gnu.org.
--
27546: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=27546
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hi, Nicolas. I've noticed this "bug" is still opened. In case you
didn't know: you can close any bug by sending a message to
<NNNNN-done <at> debbugs.gnu.org> (as I am doing with this message).
--
Alex
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Hello,
Not so long ago, I realized, painfully, we were distributing development
version of wine (currently 2.11), but not the stable one (currently
2.0.1).
The following patch attempts to provide the missing release. Ideally,
I think this variable should be named "wine" and the other "wine-dev" or
some such. However, so as to limit fuss, this patches leaves "wine"
as-is, and introduce "wine-2.0.1" instead.
Regards,
--
Nicolas Goaziou 0x80A93738
[0001-gnu-wine-Add-stable-release.patch (text/x-diff, inline)]
From 24e94a9109717df9aca8c1f8c4810e2f57e5a682 Mon Sep 17 00:00:00 2001
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Date: Sat, 1 Jul 2017 13:42:34 +0200
Subject: [PATCH] gnu: wine: Add stable release
* gnu/packages/wine.scm (wine-2.0.1): New variable.
---
gnu/packages/wine.scm | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/gnu/packages/wine.scm b/gnu/packages/wine.scm
index 1fb2c542c..e3ca11c40 100644
--- a/gnu/packages/wine.scm
+++ b/gnu/packages/wine.scm
@@ -147,6 +147,18 @@ integrate Windows applications into your desktop.")
;; effect as building on i686 anyway.
(supported-systems '("i686-linux" "x86_64-linux"))))
+(define-public wine-2.0.1
+ (package (inherit wine)
+ (name "wine")
+ (version "2.0.1")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "https://dl.winehq.org/wine/source/2.0"
+ "/wine-" version ".tar.xz"))
+ (sha256
+ (base32
+ "10qm0xxqzvl4y3mhvaxcaacrcs8d5kdz5wf0gbxpmp36wnm4xyvc"))))))
+
(define-public wine64
(package
(inherit wine)
--
2.13.2
This bug report was last modified 8 years and 1 day ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.