unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#40175] [PATCH] gnu: geonkick: update to 1.9.2.
@ 2020-03-21 20:08 Alexandros Theodotou
       [not found] ` <handler.40175.B.15848213459556.ack@debbugs.gnu.org>
  2020-04-04 21:29 ` bug#40175: " Alexandros Theodotou
  0 siblings, 2 replies; 4+ messages in thread
From: Alexandros Theodotou @ 2020-03-21 20:08 UTC (permalink / raw)
  To: 40175

[-- Attachment #1: Type: text/plain, Size: 118 bytes --]

Hi,

This patch updates geonkick to 1.9.2. I removed libx11 because it
already comes with cairo.

Thanks,
Alex

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* [bug#40175] Acknowledgement ([PATCH] gnu: geonkick: update to 1.9.2.)
       [not found] ` <handler.40175.B.15848213459556.ack@debbugs.gnu.org>
@ 2020-03-21 20:11   ` Alexandros Theodotou
  2020-03-23 20:08     ` Mathieu Othacehe
  0 siblings, 1 reply; 4+ messages in thread
From: Alexandros Theodotou @ 2020-03-21 20:11 UTC (permalink / raw)
  To: 40175


[-- Attachment #1.1: Type: text/plain, Size: 25 bytes --]

Oops, forgot the patch.

[-- Attachment #1.2: 0001-gnu-geonkick-update-to-1.9.2.patch --]
[-- Type: text/x-patch, Size: 1478 bytes --]

From a38eb114dae3549eb7f9d7aa01db785118a50ebd Mon Sep 17 00:00:00 2001
From: Alexandros Theodotou <alex@zrythm.org>
Date: Sat, 21 Mar 2020 20:07:11 +0000
Subject: [PATCH] gnu: geonkick: update to 1.9.2.

* gnu/packages/music.scm (geonkick): Update to 1.9.2.
---
 gnu/packages/music.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 05f5ef5697..32a4f73648 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -4970,7 +4970,7 @@ ZaMultiComp, ZaMultiCompX2 and ZamSynth.")
 (define-public geonkick
   (package
     (name "geonkick")
-    (version "1.9.0")
+    (version "1.9.2")
     (source
      (origin
        (method git-fetch)
@@ -4980,7 +4980,7 @@ ZaMultiComp, ZaMultiCompX2 and ZamSynth.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "17mwxnmxszdm2wjbigciwh8qx0487q9qhf4sl92y6nqdb0dlghnl"))))
+         "1y3jdsxjczjxxyw8i8j7qnrr2wmv58j3f6z7q2djk61f3fzbx6s8"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f                      ;no tests included
@@ -4994,7 +4994,6 @@ ZaMultiComp, ZaMultiCompX2 and ZamSynth.")
        ("hicolor-icon-theme" ,hicolor-icon-theme)
        ("jack" ,jack-1)                 ;for the standalone JACK application
        ("libsndfile" ,libsndfile)
-       ("libx11" ,libx11)
        ("redkite" ,redkite)
        ("rapidjson" ,rapidjson)))
     (native-inputs
-- 
2.25.1


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

* [bug#40175] Acknowledgement ([PATCH] gnu: geonkick: update to 1.9.2.)
  2020-03-21 20:11   ` [bug#40175] Acknowledgement ([PATCH] gnu: geonkick: update to 1.9.2.) Alexandros Theodotou
@ 2020-03-23 20:08     ` Mathieu Othacehe
  0 siblings, 0 replies; 4+ messages in thread
From: Mathieu Othacehe @ 2020-03-23 20:08 UTC (permalink / raw)
  To: 40175


> Oops, forgot the patch.

Same remark as for "zrythm" patch :)

Thanks,

Mathieu

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

* bug#40175: Acknowledgement ([PATCH] gnu: geonkick: update to 1.9.2.)
  2020-03-21 20:08 [bug#40175] [PATCH] gnu: geonkick: update to 1.9.2 Alexandros Theodotou
       [not found] ` <handler.40175.B.15848213459556.ack@debbugs.gnu.org>
@ 2020-04-04 21:29 ` Alexandros Theodotou
  1 sibling, 0 replies; 4+ messages in thread
From: Alexandros Theodotou @ 2020-04-04 21:29 UTC (permalink / raw)
  To: 40175-done; +Cc: Mathieu Othacehe

[-- Attachment #1: Type: text/plain, Size: 212 bytes --]

Hi,


Sorry forgot I opened this. I sent patches to update redkite and
geonkick here:
http://debbugs.gnu.org/cgi/bugreport.cgi?bug=40436
http://debbugs.gnu.org/cgi/bugreport.cgi?bug=40437

Thanks,
Alex

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

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

end of thread, other threads:[~2020-04-04 21:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-21 20:08 [bug#40175] [PATCH] gnu: geonkick: update to 1.9.2 Alexandros Theodotou
     [not found] ` <handler.40175.B.15848213459556.ack@debbugs.gnu.org>
2020-03-21 20:11   ` [bug#40175] Acknowledgement ([PATCH] gnu: geonkick: update to 1.9.2.) Alexandros Theodotou
2020-03-23 20:08     ` Mathieu Othacehe
2020-04-04 21:29 ` bug#40175: " Alexandros Theodotou

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).