all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#68522] [PATCH] gnu: Add cmusfm.
@ 2024-01-17  1:45 TakeV via Guix-patches via
  2024-01-17 15:26 ` [bug#68522] [PATCH vREVISION] " TakeV via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: TakeV via Guix-patches via @ 2024-01-17  1:45 UTC (permalink / raw)
  To: 68522; +Cc: TakeV

* gnu/packages/music.scm (cmusfm): New variable.

Change-Id: Ib27ed6c065ba4eaae146a587f13105798118db9b
---
 gnu/packages/music.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 77e952d383..4c5db33af9 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -739,6 +739,31 @@ (define-public cmus
 many input formats and provides a customisable Vi-style user interface.")
      (license license:gpl2+)))
 
+(define-public cmusfm
+  (package
+    (name "cmusfm")
+    (version "v0.5.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/arkq/cmusfm.git")
+             (commit "v0.5.0")))
+       (file-name (git-file-name name version))
+       (sha256 (base32 "06q3m57ss60hyy9042vrjj1hb8whfq0dbz1vhc5w7i34kbjpq3h8"))))
+    (native-inputs
+     (list pkg-config
+           autoconf
+           automake))
+    (inputs
+     (list cmus curl libnotify))
+    (build-system gnu-build-system)
+    (arguments (list #:configure-flags #~(list "--enable-libnotify")))
+    (home-page "https://github.com/Arkq/cmusfm")
+    (synopsis "Last.fm standalone scrobbler for the cmus music player")
+    (description "Last.fm standalone scrobbler for the cmus music player.")
+    (license license:gpl3+)))
+
 (define-public denemo
   (package
     (name "denemo")

base-commit: 171ac4fa4f5e5dd2f2e110487de5d41b5b79a564
-- 
2.41.0





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

* [bug#68522] [PATCH vREVISION] gnu: Add cmusfm.
  2024-01-17  1:45 [bug#68522] [PATCH] gnu: Add cmusfm TakeV via Guix-patches via
@ 2024-01-17 15:26 ` TakeV via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: TakeV via Guix-patches via @ 2024-01-17 15:26 UTC (permalink / raw)
  To: 68522; +Cc: TakeV

Accidentally added cmus as an input.

* gnu/packages/music.scm (cmusfm): New variable.

Change-Id: Ib27ed6c065ba4eaae146a587f13105798118db9b
---
 gnu/packages/music.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 77e952d383..7c69bce1a4 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -739,6 +739,32 @@ (define-public cmus
 many input formats and provides a customisable Vi-style user interface.")
      (license license:gpl2+)))
 
+(define-public cmusfm
+  (package
+    (name "cmusfm")
+    (version "v0.5.0")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/arkq/cmusfm.git")
+             (commit "v0.5.0")))
+       (file-name (git-file-name name version))
+       (sha256 (base32 "06q3m57ss60hyy9042vrjj1hb8whfq0dbz1vhc5w7i34kbjpq3h8"))))
+    (native-inputs
+     (list pkg-config
+           autoconf
+           automake))
+    (inputs
+     (list curl
+           libnotify))
+    (build-system gnu-build-system)
+    (arguments (list #:configure-flags #~(list "--enable-libnotify")))
+    (home-page "https://github.com/Arkq/cmusfm")
+    (synopsis "Last.fm standalone scrobbler for the cmus music player")
+    (description "Last.fm standalone scrobbler for the cmus music player.")
+    (license license:gpl3+)))
+
 (define-public denemo
   (package
     (name "denemo")

base-commit: 171ac4fa4f5e5dd2f2e110487de5d41b5b79a564
-- 
2.41.0





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

end of thread, other threads:[~2024-01-17 15:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-17  1:45 [bug#68522] [PATCH] gnu: Add cmusfm TakeV via Guix-patches via
2024-01-17 15:26 ` [bug#68522] [PATCH vREVISION] " TakeV via Guix-patches via

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.