unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#30330] [PATCH] gnu: Add curseradio.
@ 2018-02-02 22:30 Stefan Reichör
  2018-02-06 15:41 ` bug#30330: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Stefan Reichör @ 2018-02-02 22:30 UTC (permalink / raw)
  To: 30330

* gnu/packages/music.scm (curseradio): New variable.
---
 gnu/packages/music.scm |   27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 2e8bc17..33795e5 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2317,6 +2317,33 @@ analogue-like user interface.")
 socket or command line.")
       (license license:gpl3+))))
 
+(define-public curseradio
+  (let ((commit "1bd4bd0faeec675e0647bac9a100b526cba19f8d")
+        (revision "1"))
+    (package
+      (name "curseradio")
+      (version (git-version "0" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://github.com/chronitis/curseradio.git")
+                      (commit commit)))
+                (file-name (git-file-name name version))
+                (sha256
+                 (base32
+                  "11bf0jnj8h2fxhpdp498189r4s6b47vy4wripv0z4nx7lxajl88i"))))
+    (build-system python-build-system)
+    (propagated-inputs
+     `(("python-lxml" ,python-lxml)
+       ("python-requests" ,python-requests)
+       ("python-pyxdg" ,python-pyxdg)
+       ("mpv" ,mpv)))
+    (home-page "https://github.com/chronitis/curseradio")
+    (synopsis "Command line internet radio player")
+    (description "Curses based radio player that uses a tunein sender list from
+@url{http://opml.radiotime.com}.")
+    (license license:expat))))
+
 (define-public pianobar
   (package
     (name "pianobar")

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

* bug#30330: [PATCH] gnu: Add curseradio.
  2018-02-02 22:30 [bug#30330] [PATCH] gnu: Add curseradio Stefan Reichör
@ 2018-02-06 15:41 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2018-02-06 15:41 UTC (permalink / raw)
  To: Stefan Reichör; +Cc: 30330-done

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

Hi Stefan,

Stefan Reichör <stefan@xsteve.at> skribis:

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

Applied with the change below, thanks!

Ludo’.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 738 bytes --]

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index afce9bd69..2db8ffea3 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2339,9 +2339,9 @@ socket or command line.")
        ("python-pyxdg" ,python-pyxdg)
        ("mpv" ,mpv)))
     (home-page "https://github.com/chronitis/curseradio")
-    (synopsis "Command line internet radio player")
-    (description "Curses based radio player that uses a tunein sender list from
-@url{http://opml.radiotime.com}.")
+    (synopsis "Command-line Internet radio player")
+    (description "Curseradio is a Curses-based radio player that uses a
+tune-in sender list from @url{http://opml.radiotime.com}.")
     (license license:expat))))
 
 (define-public pianobar

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

end of thread, other threads:[~2018-02-06 15:42 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-02 22:30 [bug#30330] [PATCH] gnu: Add curseradio Stefan Reichör
2018-02-06 15:41 ` bug#30330: " Ludovic Courtès

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