* [bug#54452] [PATCH] gnu: tuxguitar: Update to 1.5.5.
@ 2022-03-18 16:12 jgart via Guix-patches via
2022-03-22 14:26 ` bug#54452: " Mathieu Othacehe
0 siblings, 1 reply; 2+ messages in thread
From: jgart via Guix-patches via @ 2022-03-18 16:12 UTC (permalink / raw)
To: 54452; +Cc: jgart
* 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#54452: [PATCH] gnu: tuxguitar: Update to 1.5.5.
2022-03-18 16:12 [bug#54452] [PATCH] gnu: tuxguitar: Update to 1.5.5 jgart via Guix-patches via
@ 2022-03-22 14:26 ` Mathieu Othacehe
0 siblings, 0 replies; 2+ messages in thread
From: Mathieu Othacehe @ 2022-03-22 14:26 UTC (permalink / raw)
To: jgart; +Cc: 54452-done
> * gnu/packages/music.scm (tuxguitar): Update to 1.5.5.
> [arguments]: Remove trailing booleans.
Pushed, thanks!
Mathieu
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-03-22 14:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-03-18 16:12 [bug#54452] [PATCH] gnu: tuxguitar: Update to 1.5.5 jgart via Guix-patches via
2022-03-22 14:26 ` bug#54452: " Mathieu Othacehe
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.