emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debbugs-tracker] bug#26426: closed ([PATCH 2/2] gnu: frescobaldi: Updat


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#26426: closed ([PATCH 2/2] gnu: frescobaldi: Update to 3.0.0.)
Date: Tue, 11 Apr 2017 08:00:03 +0000

Your message dated Tue, 11 Apr 2017 09:59:12 +0200
with message-id <address@hidden>
and subject line Re: bug#26426: [PATCH 2/2] gnu: frescobaldi: Update to 3.0.0.
has caused the debbugs.gnu.org bug report #26426,
regarding [PATCH 2/2] gnu: frescobaldi: Update to 3.0.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
26426: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=26426
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- 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





--- End Message ---
--- Begin Message --- Subject: Re: bug#26426: [PATCH 2/2] gnu: frescobaldi: Update to 3.0.0. Date: Tue, 11 Apr 2017 09:59:12 +0200 User-agent: mu4e 0.9.18; emacs 25.1.1
Ludovic Courtès <address@hidden> writes:

> Ricardo Wurmus <address@hidden> 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 address@hidden fading away.

Thanks, pushed to master with e40335b27.

-- 
Ricardo

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



--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]