all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#49267] [PATCH] gnu: gsequencer: Update to 3.8.13.
@ 2021-06-29  0:45 Vinicius Monego
  2021-07-02  7:27 ` bug#49267: " Nicolas Goaziou
  0 siblings, 1 reply; 2+ messages in thread
From: Vinicius Monego @ 2021-06-29  0:45 UTC (permalink / raw)
  To: 49267; +Cc: Vinicius Monego

* gnu/packages/music.scm (gsequencer): Update to 3.8.13.
[build-system]: Switch to glib-or-gtk-build-system.
[arguments]<#:phases>: Don't return #t.
---
There doesn't seem to be any difference between the results from each build system. But since this is a GTK application, glib-or-gtk feels more appropriate.

 gnu/packages/music.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index c498d2b0d8..3946c4b2b1 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -4983,7 +4983,7 @@ studio.")
 (define-public gsequencer
   (package
     (name "gsequencer")
-    (version "3.7.48")
+    (version "3.8.13")
     (source
      (origin
        (method git-fetch)
@@ -4992,16 +4992,15 @@ studio.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0pqaj09x3lzcj0zbbkqpyaky9i1w462bhhvg1akh73nzwvyy46zd"))))
-    (build-system gnu-build-system)
+        (base32 "1gwy7fhbxgrd5n6afq1hnxc6p873wsh4qs63yhkkdfzyl7s412z4"))))
+    (build-system glib-or-gtk-build-system)
     (arguments
      `(#:phases
        (modify-phases %standard-phases
          (add-before 'build 'prepare-x-for-test
            (lambda _
              (system "Xvfb &")
-             (setenv "DISPLAY" ":0")
-             #t)))))
+             (setenv "DISPLAY" ":0"))))))
     (native-inputs
      `(("autoconf" ,autoconf)
        ("automake" ,automake)
-- 
2.32.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#49267: [PATCH] gnu: gsequencer: Update to 3.8.13.
  2021-06-29  0:45 [bug#49267] [PATCH] gnu: gsequencer: Update to 3.8.13 Vinicius Monego
@ 2021-07-02  7:27 ` Nicolas Goaziou
  0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2021-07-02  7:27 UTC (permalink / raw)
  To: Vinicius Monego; +Cc: 49267-done

Hello,

Vinicius Monego <monego@posteo.net> writes:

> * gnu/packages/music.scm (gsequencer): Update to 3.8.13.
> [build-system]: Switch to glib-or-gtk-build-system.
> [arguments]<#:phases>: Don't return #t.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-07-02  7:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-29  0:45 [bug#49267] [PATCH] gnu: gsequencer: Update to 3.8.13 Vinicius Monego
2021-07-02  7:27 ` bug#49267: " Nicolas Goaziou

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.