[PATCH 0/2] Update cmus

  • Done
  • quality assurance status badge
Details
2 participants
  • jgart
  • Timotej Lazar
Owner
unassigned
Submitted by
Timotej Lazar
Severity
normal
T
T
Timotej Lazar wrote on 18 May 12:26 +0200
(address . guix-patches@gnu.org)(name . Timotej Lazar)(address . timotej.lazar@araneo.si)
cover.1716027969.git.timotej.lazar@araneo.si
Timotej Lazar (2):
gnu: cmus: Update to 2.11.0.
gnu: cmus: Switch to new package style.

gnu/packages/music.scm | 24 +++++++++++-------------
1 file changed, 11 insertions(+), 13 deletions(-)


base-commit: e9b25a6c6c626a560d28a1f732e6e5d362d584a4
--
2.41.0
T
T
Timotej Lazar wrote on 18 May 12:29 +0200
[PATCH 1/2] gnu: cmus: Update to 2.11.0.
(address . 71034@debbugs.gnu.org)(name . Timotej Lazar)(address . timotej.lazar@araneo.si)
aeadb8302e437d1b6ec8a2af659f3af4c5ee417f.1716027969.git.timotej.lazar@araneo.si
* gnu/packages/music.scm (cmus): Update to 2.11.0.

Change-Id: I2b0895640e3db1997c3e78c4d7def3ba9a97697e
---
gnu/packages/music.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (24 lines)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 90bfe1c891..00f0c3b97f 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -762,7 +762,7 @@ (define-public strawberry
(define-public cmus
(package
(name "cmus")
- (version "2.10.0")
+ (version "2.11.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -771,7 +771,7 @@ (define-public cmus
(file-name (git-file-name name version))
(sha256
(base32
- "0csj59q2n7hz9zihq92kb4kzvb51rgzl65y6vd0chq6j3li1pb8x"))))
+ "1k50z99v2yqshycx6mbk4g5bsaalg5dgzjv3xvwq14abwkw44hli"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; cmus does not include tests
--
2.41.0
T
T
Timotej Lazar wrote on 18 May 12:29 +0200
[PATCH 2/2] gnu: cmus: Switch to new package style.
(address . 71034@debbugs.gnu.org)(name . Timotej Lazar)(address . timotej.lazar@araneo.si)
74e71f7dc44f42502331ddc349844e75d1fd92cd.1716027969.git.timotej.lazar@araneo.si
* gnu/packages/music.scm (cmus)[arguments]: Use g-exps. Drop trailing #t from
'configure phase.

Change-Id: Ia840202adddf390bd29a0fb57fa1a3294dd7a61a
---
gnu/packages/music.scm | 20 +++++++++-----------
1 file changed, 9 insertions(+), 11 deletions(-)

Toggle diff (33 lines)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 00f0c3b97f..5c58c95bb5 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -774,17 +774,15 @@ (define-public cmus
"1k50z99v2yqshycx6mbk4g5bsaalg5dgzjv3xvwq14abwkw44hli"))))
(build-system gnu-build-system)
(arguments
- `(#:tests? #f ; cmus does not include tests
- #:phases
- (modify-phases %standard-phases
- (replace 'configure
- (lambda* (#:key outputs #:allow-other-keys)
- (let ((out (assoc-ref outputs "out")))
- ;; It's an idiosyncratic configure script that doesn't
- ;; understand --prefix=..; it wants prefix=.. instead.
- (invoke "./configure"
- (string-append "prefix=" out))
- #t))))))
+ (list
+ #:tests? #f ; cmus does not include tests
+ #:phases
+ #~(modify-phases %standard-phases
+ (replace 'configure
+ (lambda _
+ ;; It's an idiosyncratic configure script that doesn't
+ ;; understand --prefix=..; it wants prefix=.. instead.
+ (invoke "./configure" (string-append "prefix=" #$output)))))))
;; TODO: cmus optionally supports the following formats, which haven't yet
;; been added to Guix:
;;
--
2.41.0
J
Re: [PATCH 0/2] Update cmus
(address . 71034-done@debbugs.gnu.org)(name . Timotej Lazar)(address . timotej.lazar@araneo.si)
943ddb7025c4da91d23803cdd3f11b0385ed3cc9@dismail.de
Hi,

Thanks for the patches.

Applied!

all best,

jgart
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 71034@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 71034
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch