[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: tuxguitar: Update to 1.5.5.
From: |
guix-commits |
Subject: |
branch master updated: gnu: tuxguitar: Update to 1.5.5. |
Date: |
Tue, 22 Mar 2022 10:25:46 -0400 |
This is an automated email from the git hooks/post-receive script.
mothacehe pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 222dac0b95 gnu: tuxguitar: Update to 1.5.5.
222dac0b95 is described below
commit 222dac0b95464471021274a31f6af63f85285f70
Author: jgart <jgart@dismail.de>
AuthorDate: Fri Mar 18 12:12:22 2022 -0400
gnu: tuxguitar: Update to 1.5.5.
* gnu/packages/music.scm (tuxguitar): Update to 1.5.5.
[arguments]: Remove trailing booleans.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
---
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 @@ is subjective.")
(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 @@ is subjective.")
version "/tuxguitar-" version "-src.tar.gz"))
(sha256
(base32
- "0fjhf56lhlhm84v08917xp4yw8y6d0qajm4qiy1gfp8dm74whwwg"))))
+ "1613aiq3x48l2nx1zxqh1cif6i5izkixfld8c9wri9nfv405b19f"))))
(build-system ant-build-system)
(arguments
`(#:build-target "build"
@@ -2651,8 +2651,7 @@ is subjective.")
"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 @@ is subjective.")
" -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/")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: tuxguitar: Update to 1.5.5.,
guix-commits <=