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

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

bug#54452: closed ([PATCH] gnu: tuxguitar: Update to 1.5.5.)


From: GNU bug Tracking System
Subject: bug#54452: closed ([PATCH] gnu: tuxguitar: Update to 1.5.5.)
Date: Tue, 22 Mar 2022 14:27:02 +0000

Your message dated Tue, 22 Mar 2022 15:26:10 +0100
with message-id <87o81ynjwd.fsf@gnu.org>
and subject line Re: bug#54452: [PATCH] gnu: tuxguitar: Update to 1.5.5.
has caused the debbugs.gnu.org bug report #54452,
regarding [PATCH] gnu: tuxguitar: Update to 1.5.5.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
54452: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=54452
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: tuxguitar: Update to 1.5.5. Date: Fri, 18 Mar 2022 12:12:22 -0400
* gnu/packages/music.scm (tuxguitar): Update to 1.5.5.
[arguments]: Remove trailing booleans.
---
 gnu/packages/music.scm | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 25f2495c02..9c8203aa80 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2605,7 +2605,7 @@ (define-public bristol
 (define-public tuxguitar
   (package
     (name "tuxguitar")
-    (version "1.5.4")
+    (version "1.5.5")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -2613,7 +2613,7 @@ (define-public tuxguitar
                     version "/tuxguitar-" version "-src.tar.gz"))
               (sha256
                (base32
-                "0fjhf56lhlhm84v08917xp4yw8y6d0qajm4qiy1gfp8dm74whwwg"))))
+                "1613aiq3x48l2nx1zxqh1cif6i5izkixfld8c9wri9nfv405b19f"))))
     (build-system ant-build-system)
     (arguments
      `(#:build-target "build"
@@ -2651,8 +2651,7 @@ (define-public tuxguitar
                                 "TuxGuitar-gm-utils"
                                 "TuxGuitar-alsa"
                                 "TuxGuitar-midi"
-                                "TuxGuitar-midi-ui"))
-               #t)))
+                                "TuxGuitar-midi-ui")))))
          (add-after 'build 'build-jni
            (lambda _
              (setenv "CC" "gcc")
@@ -2711,8 +2710,7 @@ (define-public tuxguitar
                                      " -Djava.library.path=" out "/lib"
                                      " org.herac.tuxguitar.app.TGMainSingleton"
                                      " \"$1\" \"$2\"")))))
-               (chmod (string-append bin "/tuxguitar") #o555)
-               #t))))))
+               (chmod (string-append bin "/tuxguitar") #o555)))))))
     (inputs
      (list alsa-lib java-swt))
     (home-page "http://tuxguitar.com.ar/";)
-- 
2.34.0




--- End Message ---
--- Begin Message --- Subject: Re: bug#54452: [PATCH] gnu: tuxguitar: Update to 1.5.5. Date: Tue, 22 Mar 2022 15:26:10 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
> * gnu/packages/music.scm (tuxguitar): Update to 1.5.5.
> [arguments]: Remove trailing booleans.

Pushed, thanks!

Mathieu


--- End Message ---

reply via email to

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