unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: 62649@debbugs.gnu.org
Subject: [bug#62649] [PATCH v3 2/2] gnu: frescobaldi: Update to 3.3.0.
Date: Fri, 21 Apr 2023 11:55:58 +0200	[thread overview]
Message-ID: <20230421095558.55179-2-mail@nicolasgoaziou.fr> (raw)
In-Reply-To: <20230421095558.55179-1-mail@nicolasgoaziou.fr>

* gnu/packages/music.scm (frescobaldi): Update to 3.3.0.
[arguments]: Generate translations, metainfo.xml and desktop file.
[inputs]: Add QPAGEVIEW.
---
 gnu/packages/music.scm | 19 +++++++++++++++----
 1 file changed, 15 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 0a66ece40a..815327de05 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -142,6 +142,7 @@ (define-module (gnu packages music)
   #:use-module (gnu packages haskell)
   #:use-module (gnu packages icu4c)
   #:use-module (gnu packages image)
+  #:use-module (gnu packages image-viewers)
   #:use-module (gnu packages imagemagick)
   #:use-module (gnu packages java)
   #:use-module (gnu packages kde-frameworks)
@@ -3034,7 +3035,7 @@ (define-public python-pyportmidi
 (define-public frescobaldi
   (package
     (name "frescobaldi")
-    (version "3.1.3")
+    (version "3.3.0")
     (source
      (origin
        (method url-fetch)
@@ -3042,10 +3043,19 @@ (define-public frescobaldi
              "https://github.com/wbsoft/frescobaldi/releases/download/v"
              version "/frescobaldi-" version ".tar.gz"))
        (sha256
-        (base32 "1hg9yc8kj445fjsby92g3qf50crcl1pb079zfma18sb7ycv50zww"))))
+        (base32 "1n60gfnf6x0l1bac088g9adzx0lskbl9knd4y1ynr3y0zcs0kfcz"))))
     (build-system python-build-system)
     (arguments
-     `(#:tests? #f))                    ;no tests included
+     (list
+      #:tests? #f                       ;no tests included
+      #:phases
+      #~(modify-phases %standard-phases
+          (add-before 'build 'generate-translations
+            (lambda _
+              (invoke "make" "-C" "i18n")))
+          (add-before 'build 'generate-metadata
+            (lambda _
+              (invoke "make" "-C" "linux"))))))
     (inputs
      (list lilypond
            poppler
@@ -3054,7 +3064,8 @@ (define-public frescobaldi
            python-poppler-qt5
            python-pyportmidi
            python-pyqt
-           python-sip))
+           python-sip
+           qpageview))
     (home-page "https://www.frescobaldi.org/")
     (synopsis "LilyPond sheet music text editor")
     (description
-- 
2.39.2





      reply	other threads:[~2023-04-21  9:57 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-03 19:36 [bug#62649] [PATCH] gnu: frescobaldi: Update to 3.3.0 Nicolas Goaziou
2023-04-05 20:27 ` Jonathan Brielmaier
2023-04-06 19:36   ` Nicolas Goaziou
2023-04-06 19:37 ` [bug#62649] [PATCH v2 1/2] gnu: Add qpageview Nicolas Goaziou
2023-04-06 19:37   ` [bug#62649] [PATCH v2 2/2] gnu: frescobaldi: Update to 3.3.0 Nicolas Goaziou
2023-04-22 10:05   ` bug#62649: [PATCH v2 1/2] gnu: Add qpageview Nicolas Goaziou
2023-04-21  9:55 ` [bug#62649] [PATCH v3 " Nicolas Goaziou
2023-04-21  9:55   ` Nicolas Goaziou [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230421095558.55179-2-mail@nicolasgoaziou.fr \
    --to=mail@nicolasgoaziou.fr \
    --cc=62649@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).