GNU bug report logs - #29834
[PATCH] Add wine-staging.

Previous Next

Package: guix-patches;

Reported by: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Date: Sun, 24 Dec 2017 09:41:01 UTC

Severity: normal

Tags: patch

Done: Rutger Helling <rhelling <at> mykolab.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 29834 in the body.
You can then email your comments to 29834 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#29834; Package guix-patches. (Sun, 24 Dec 2017 09:41:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 24 Dec 2017 09:41:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: guix-patches <at> gnu.org
Subject: [PATCH] Add wine-staging.
Date: Sun, 24 Dec 2017 10:39:54 +0100
[Message part 1 (text/plain, inline)]
Hello,

The following patch adds latest release for Wine staging.

Regards,

-- 
Nicolas Goaziou                                                0x80A93738
[0001-gnu-Add-wine-staging.patch (text/x-diff, inline)]
From bb586866759d1bdd8a7349ece2c356d108df6078 Mon Sep 17 00:00:00 2001
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Date: Sun, 24 Dec 2017 10:36:35 +0100
Subject: [PATCH] gnu: Add wine-staging.

* gnu/packages/wine.scm (wine-staging): New variable.
---
 gnu/packages/wine.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/wine.scm b/gnu/packages/wine.scm
index b4f6573cf..5c5652e73 100644
--- a/gnu/packages/wine.scm
+++ b/gnu/packages/wine.scm
@@ -183,3 +183,31 @@ integrate Windows applications into your desktop.")
                (base32
                 "0g6cwjyqwc660w33453aklh3hpc0b8rrb88dryn23ah6wannvagg"))))))
 
+(define-public wine-staging
+  (package
+    (inherit wine)
+    (name "wine-staging")
+    (version "2.21")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "https://github.com/wine-compholio/wine-patched/archive/"
+                    "staging-" version ".tar.gz"))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "1pjaxj7h3q6y356np908fvsx0bf7yx5crqvgl4hza6gfssdmsr5r"))))
+    (synopsis "Implementation of the Windows API (staging branch)")
+    (description "Wine Staging is the testing area of wine.  It
+contains bug fixes and features, which have not been integrated into
+the development branch yet.  The idea of Wine Staging is to provide
+experimental features faster to end users and to give developers the
+possibility to discuss and improve their patches before they are
+integrated into the main branch.")
+    (home-page "https://wine-staging.com/")
+    ;; In addition to regular Wine license (lgpl2.1+), Wine Staging
+    ;; provides Liberation and WenQuanYi Micro Hei fonts.  Those use
+    ;; different licenses.  In particular, the latter is licensed under
+    ;; both GPL3+ and Apache 2 License.
+    (license
+     (list license:lgpl2.1+ license:silofl1.1 license:gpl3+ license:asl2.0))))
-- 
2.15.1


Reply sent to Rutger Helling <rhelling <at> mykolab.com>:
You have taken responsibility. (Sun, 24 Dec 2017 14:22:02 GMT) Full text and rfc822 format available.

Notification sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
bug acknowledged by developer. (Sun, 24 Dec 2017 14:22:03 GMT) Full text and rfc822 format available.

Message #10 received at 29834-done <at> debbugs.gnu.org (full text, mbox):

From: Rutger Helling <rhelling <at> mykolab.com>
To: mail <at> nicolasgoaziou.fr, 29834-done <at> debbugs.gnu.org
Subject: [bug#29834] [PATCH] Add wine-staging.
Date: Sun, 24 Dec 2017 15:21:30 +0100
[Message part 1 (text/plain, inline)]
LGTM, thanks! I've made a few grammatical changes and pushed as
7866d8c81985ee70ae79e1dbcd22d049e1fd8ba5.

I'll make a 64-bit version later and I'll add a few inputs
(Wine-Staging has GTK+ support for example).
[Message part 2 (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#29834; Package guix-patches. (Sun, 24 Dec 2017 14:27:02 GMT) Full text and rfc822 format available.

Message #13 received at 29834-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Rutger Helling <rhelling <at> mykolab.com>
Cc: 29834-done <at> debbugs.gnu.org
Subject: Re: [bug#29834] [PATCH] Add wine-staging.
Date: Sun, 24 Dec 2017 15:26:16 +0100
Hello,

Rutger Helling <rhelling <at> mykolab.com> writes:

> LGTM, thanks! I've made a few grammatical changes and pushed as
> 7866d8c81985ee70ae79e1dbcd22d049e1fd8ba5.
>
> I'll make a 64-bit version later and I'll add a few inputs
> (Wine-Staging has GTK+ support for example).

Great. Thank you.

Regards,

-- 
Nicolas Goaziou                                                0x80A93738




Information forwarded to guix-patches <at> gnu.org:
bug#29834; Package guix-patches. (Sun, 24 Dec 2017 14:28:02 GMT) Full text and rfc822 format available.

Message #16 received at 29834-done <at> debbugs.gnu.org (full text, mbox):

From: Rutger Helling <rhelling <at> mykolab.com>
To: mail <at> nicolasgoaziou.fr, 29834-done <at> debbugs.gnu.org
Subject: Re: [bug#29834] [PATCH] Add wine-staging.
Date: Sun, 24 Dec 2017 15:26:42 +0100
[Message part 1 (text/plain, inline)]
BTW, I noticed you didn't add a copyright notice. Do you want it added?

On Sun, 24 Dec 2017 15:21:30 +0100
Rutger Helling <rhelling <at> mykolab.com> wrote:

> LGTM, thanks! I've made a few grammatical changes and pushed as
> 7866d8c81985ee70ae79e1dbcd22d049e1fd8ba5.
> 
> I'll make a 64-bit version later and I'll add a few inputs
> (Wine-Staging has GTK+ support for example).

[Message part 2 (application/pgp-signature, inline)]

Information forwarded to guix-patches <at> gnu.org:
bug#29834; Package guix-patches. (Sun, 24 Dec 2017 15:07:02 GMT) Full text and rfc822 format available.

Message #19 received at 29834-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Rutger Helling <rhelling <at> mykolab.com>
Cc: 29834-done <at> debbugs.gnu.org
Subject: Re: [bug#29834] [PATCH] Add wine-staging.
Date: Sun, 24 Dec 2017 16:06:07 +0100
Rutger Helling <rhelling <at> mykolab.com> writes:

> BTW, I noticed you didn't add a copyright notice. Do you want it added?

I realized that too. Somewhat grossly, I added myself to the Hall of
Fame ;)




Information forwarded to guix-patches <at> gnu.org:
bug#29834; Package guix-patches. (Sun, 24 Dec 2017 15:16:01 GMT) Full text and rfc822 format available.

Message #22 received at 29834-done <at> debbugs.gnu.org (full text, mbox):

From: Rutger Helling <rhelling <at> mykolab.com>
To: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Cc: 29834-done <at> debbugs.gnu.org
Subject: Re: [bug#29834] [PATCH] Add wine-staging.
Date: Sun, 24 Dec 2017 16:14:45 +0100
[Message part 1 (text/plain, inline)]
Okay, neat :). I've added the gtk+ and libva inputs and also pushed a
64-bit version, just like the regular version of Wine.

On Sun, 24 Dec 2017 16:06:07 +0100
Nicolas Goaziou <mail <at> nicolasgoaziou.fr> wrote:

> Rutger Helling <rhelling <at> mykolab.com> writes:
> 
> > BTW, I noticed you didn't add a copyright notice. Do you want it
> > added?  
> 
> I realized that too. Somewhat grossly, I added myself to the Hall of
> Fame ;)

[Message part 2 (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 22 Jan 2018 12:24:03 GMT) Full text and rfc822 format available.

This bug report was last modified 7 years and 151 days ago.

Previous Next


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