[PATCH] gnu: Add emacs-elfeed-tube.

  • Done
  • quality assurance status badge
Details
2 participants
  • Cayetano Santos
  • Ian Eure
Owner
unassigned
Submitted by
Cayetano Santos
Severity
normal

Debbugs page

C
C
Cayetano Santos wrote on 14 Mar 05:42 -0700
(address . guix-patches@gnu.org)(name . Cayetano Santos)(address . csantosb@inventati.org)
31cd2f3ce01c190c9adf61f308d2e524de213ad8.1741956126.git.csantosb@inventati.org
* gnu/packages/emacs-xyz.scm (emacs-elfeed-tube): New variable.

Change-Id: Ie6560c50da046d7e963abe1717a3edae38b72149
---
gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)

Toggle diff (37 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2bfd698ce1..6eacf1032b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16251,6 +16251,28 @@ (define-public emacs-elfeed-score
important to you.")
(license license:gpl3+)))
+(define-public emacs-elfeed-tube
+ (package
+ (name "emacs-elfeed-tube")
+ (version "0.15")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/karthink/elfeed-tube.git/")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1vsrsnvz0ysd36a99zk7n2giv0gxznlnls8zq6lcc0hwqw78i5cq"))))
+ (build-system emacs-build-system)
+ (propagated-inputs (list emacs-elfeed emacs-aio emacs-mpv))
+ (home-page "https://github.com/karthink/elfeed-tube/")
+ (synopsis "YouTube integration for Elfeed")
+ (description
+ "@code{elfeed-tube} is an extension for Elfeed that enhances Youtube RSS
+feed subscriptions.")
+ (license license:unlicense)))
+
(define-public emacs-el-x
(package
(name "emacs-el-x")

base-commit: ab0b6e920f805d65255318ed0ea4466ec0ebcee6
--
2.48.1
I
I
Ian Eure wrote on 15 Mar 08:57 -0700
(name . Cayetano Santos)(address . csantosb@inventati.org)(address . 77009@debbugs.gnu.org)
87wmcql21x.fsf@retrospec.tv
Hi Cayetano,

Pushed as 73d6a935fe.

Thanks,

-- Ian
I
I
Ian Eure wrote on 15 Mar 08:57 -0700
control message for bug #77009
(address . control@debbugs.gnu.org)
87v7sal21o.fsf@retrospec.tv
close 77009
quit
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 77009@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 77009
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