GNU bug report logs - #26426
[PATCH 2/2] gnu: frescobaldi: Update to 3.0.0.

Previous Next

Package: guix-patches;

Reported by: Ricardo Wurmus <rekado <at> elephly.net>

Date: Sun, 9 Apr 2017 20:49:02 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <rekado <at> elephly.net>

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 26426 in the body.
You can then email your comments to 26426 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#26426; Package guix-patches. (Sun, 09 Apr 2017 20:49:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Ricardo Wurmus <rekado <at> elephly.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 09 Apr 2017 20:49:02 GMT) Full text and rfc822 format available.

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

From: Ricardo Wurmus <rekado <at> elephly.net>
To: guix-patches <at> gnu.org
Cc: Ricardo Wurmus <rekado <at> elephly.net>
Subject: [PATCH 2/2] gnu: frescobaldi: Update to 3.0.0.
Date: Sun,  9 Apr 2017 22:47:53 +0200
* gnu/packages/music.scm (frescobaldi): Update to 3.0.0.
[inputs]: Replace "python-pyqt-4" and "python-poppler-qt4" with "python-pyqt"
and "python-poppler-qt5", respectively.
---
 gnu/packages/music.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 1fe5cef41..bf2fa8fe8 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1513,7 +1513,7 @@ using a system-independent interface.")
 (define-public frescobaldi
   (package
     (name "frescobaldi")
-    (version "2.19.0")
+    (version "3.0.0")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1521,17 +1521,17 @@ using a system-independent interface.")
                     version "/frescobaldi-" version ".tar.gz"))
               (sha256
                (base32
-                "1rnk8i8dlshzx16n2qxcsqcs7kywgyazzyzw2vy4vp2gsm9vs9ml"))))
+                "15cqhbjbjikr7ljgiq56bz2gxrr38j8p0f78p2vhyzydaviy9a2z"))))
     (build-system python-build-system)
     (arguments `(#:tests? #f)) ; no tests included
     (inputs
      `(("lilypond" ,lilypond)
        ("portmidi" ,portmidi)
-       ("python-pyqt-4" ,python-pyqt-4)
+       ("python-pyqt" ,python-pyqt)
        ("python-ly" ,python-ly)
        ("python-pyportmidi" ,python-pyportmidi)
        ("poppler" ,poppler)
-       ("python-poppler-qt4" ,python-poppler-qt4)
+       ("python-poppler-qt5" ,python-poppler-qt5)
        ("python-sip" ,python-sip)))
     (home-page "http://www.frescobaldi.org/")
     (synopsis "LilyPond sheet music text editor")
-- 
2.12.2






Information forwarded to guix-patches <at> gnu.org:
bug#26426; Package guix-patches. (Mon, 10 Apr 2017 09:15:01 GMT) Full text and rfc822 format available.

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

From: ludo <at> gnu.org (Ludovic Courtès)
To: Ricardo Wurmus <rekado <at> elephly.net>
Cc: 26426 <at> debbugs.gnu.org
Subject: Re: bug#26426: [PATCH 2/2] gnu: frescobaldi: Update to 3.0.0.
Date: Mon, 10 Apr 2017 11:13:57 +0200
Ricardo Wurmus <rekado <at> elephly.net> skribis:

> * gnu/packages/music.scm (frescobaldi): Update to 3.0.0.
> [inputs]: Replace "python-pyqt-4" and "python-poppler-qt4" with "python-pyqt"
> and "python-poppler-qt5", respectively.

LGTM, thanks!  Good to see qt <at> 4 fading away.

Ludo'.




Information forwarded to guix-patches <at> gnu.org:
bug#26426; Package guix-patches. (Mon, 10 Apr 2017 19:45:02 GMT) Full text and rfc822 format available.

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

From: Leo Famulari <leo <at> famulari.name>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: Ricardo Wurmus <rekado <at> elephly.net>, 26426 <at> debbugs.gnu.org
Subject: Re: bug#26426: [PATCH 2/2] gnu: frescobaldi: Update to 3.0.0.
Date: Mon, 10 Apr 2017 15:44:42 -0400
On Mon, Apr 10, 2017 at 11:13:57AM +0200, Ludovic Courtès wrote:
> Ricardo Wurmus <rekado <at> elephly.net> skribis:
> 
> > * gnu/packages/music.scm (frescobaldi): Update to 3.0.0.
> > [inputs]: Replace "python-pyqt-4" and "python-poppler-qt4" with "python-pyqt"
> > and "python-poppler-qt5", respectively.
> 
> LGTM, thanks!  Good to see qt <at> 4 fading away.

Yes, after we drop webkitgtk-2.4, qt <at> 4 is next on my list :)




Reply sent to Ricardo Wurmus <rekado <at> elephly.net>:
You have taken responsibility. (Tue, 11 Apr 2017 08:00:03 GMT) Full text and rfc822 format available.

Notification sent to Ricardo Wurmus <rekado <at> elephly.net>:
bug acknowledged by developer. (Tue, 11 Apr 2017 08:00:03 GMT) Full text and rfc822 format available.

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

From: Ricardo Wurmus <rekado <at> elephly.net>
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: 26426-done <at> debbugs.gnu.org
Subject: Re: bug#26426: [PATCH 2/2] gnu: frescobaldi: Update to 3.0.0.
Date: Tue, 11 Apr 2017 09:59:12 +0200
Ludovic Courtès <ludo <at> gnu.org> writes:

> Ricardo Wurmus <rekado <at> elephly.net> skribis:
>
>> * gnu/packages/music.scm (frescobaldi): Update to 3.0.0.
>> [inputs]: Replace "python-pyqt-4" and "python-poppler-qt4" with "python-pyqt"
>> and "python-poppler-qt5", respectively.
>
> LGTM, thanks!  Good to see qt <at> 4 fading away.

Thanks, pushed to master with e40335b27.

-- 
Ricardo

GPG: BCA6 89B6 3655 3801 C3C6  2150 197A 5888 235F ACAC
https://elephly.net





bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 09 May 2017 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 8 years and 45 days ago.

Previous Next


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