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

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

bug#46682: closed ([PATCH 2/2] gnu: geonkick: Update to 2.7.0.)


From: GNU bug Tracking System
Subject: bug#46682: closed ([PATCH 2/2] gnu: geonkick: Update to 2.7.0.)
Date: Tue, 23 Feb 2021 21:19:03 +0000

Your message dated Tue, 23 Feb 2021 22:18:50 +0100
with message-id <87wnuywkhx.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#46682] [PATCH 2/2] gnu: geonkick: Update to 2.7.0.
has caused the debbugs.gnu.org bug report #46682,
regarding [PATCH 2/2] gnu: geonkick: Update to 2.7.0.
to be marked as done.

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


-- 
46682: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=46682
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 2/2] gnu: geonkick: Update to 2.7.0. Date: Sun, 21 Feb 2021 10:33:31 +0000
* gnu/packages/music.scm (geonkick): Update to 2.7.0.
[inputs]: Remove cairo (included in redkite).
[home-page]: Update URL.
[source]: Update repository URL.
---
 gnu/packages/music.scm | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 6e638f3a60..e10d624764 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -5788,16 +5788,16 @@ ZaMultiComp, ZaMultiCompX2 and ZamSynth.")
 (define-public geonkick
   (package
     (name "geonkick")
-    (version "2.3.8")
+    (version "2.7.0")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://gitlab.com/geontime/geonkick.git";)
+             (url "https://gitlab.com/iurie-sw/geonkick";)
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "07809yy2q7dd6fcp0yndlg1vw2ca2zisnsplb3xrxvzdvrqlw910"))))
+        (base32 "0w1mvqm46qdwldcl81svaykwii4wvx7mcr57kwvnj0iv2qrc891i"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f                      ;no tests included
@@ -5807,8 +5807,7 @@ ZaMultiComp, ZaMultiCompX2 and ZamSynth.")
              (string-append "-DCMAKE_INSTALL_PREFIX="
                             (assoc-ref %outputs "out")))))
     (inputs
-     `(("cairo" ,cairo)
-       ("hicolor-icon-theme" ,hicolor-icon-theme)
+     `(("hicolor-icon-theme" ,hicolor-icon-theme)
        ("jack" ,jack-1)                 ;for the standalone JACK application
        ("libsndfile" ,libsndfile)
        ("libx11" ,libx11)
@@ -5824,7 +5823,7 @@ ZaMultiComp, ZaMultiCompX2 and ZamSynth.")
     (description "Geonkick is a synthesizer that can synthesize elements
 of percussion such as kicks, snares, hit-hats, shakers, claps and sticks.
 It can also play and mix samples.")
-    (home-page "https://gitlab.com/geontime/geonkick";)
+    (home-page "https://gitlab.com/iurie-sw/geonkick";)
     (license license:gpl3+)))
 
 (define-public dpf-plugins
-- 
2.30.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#46682] [PATCH 2/2] gnu: geonkick: Update to 2.7.0. Date: Tue, 23 Feb 2021 22:18:50 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux)
Hello,

Alexandros Theodotou <alex@zrythm.org> writes:

> * gnu/packages/music.scm (geonkick): Update to 2.7.0.

Applied. Thnak you.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

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