GNU bug report logs - #77530
[PATCH] gnu: Add emacs-wallabag.

Previous Next

Package: guix-patches;

Reported by: Cayetano Santos <csantosb <at> inventati.org>

Date: Fri, 4 Apr 2025 07:52:02 UTC

Severity: normal

Tags: patch

Done: Ian Eure <ian <at> retrospec.tv>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 77530 in the body.
You can then email your comments to 77530 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to andrew <at> trop.in, csantosb <at> inventati.org, divya <at> subvertising.org, ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org:
bug#77530; Package guix-patches. (Fri, 04 Apr 2025 07:52:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Cayetano Santos <csantosb <at> inventati.org>:
New bug report received and forwarded. Copy sent to andrew <at> trop.in, csantosb <at> inventati.org, divya <at> subvertising.org, ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org. (Fri, 04 Apr 2025 07:52:03 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Cayetano Santos <csantosb <at> inventati.org>
To: guix-patches <at> gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: [PATCH] gnu: Add emacs-wallabag.
Date: Fri,  4 Apr 2025 09:50:30 +0200
* gnu/packages/emacs-xyz.scm (emacs-wallabag): New variable.

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0c49bb5d4d..dda5ae62b4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -43049,6 +43049,31 @@ (define-public emacs-semi-epg
 EasyPG and latest Emacs.")
       (license license:gpl2+))))
 
+(define-public emacs-wallabag
+  (let ((commit "071cf68d3b150c4ae20eef79e301c3ba96d312ab")
+        (revision "0"))
+    (package
+      (name "emacs-wallabag")
+      (version (git-version "1.1.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/chenyanming/wallabag.el/")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "17awlzmxw3l7l8882k89gj1wv3ssni9vfxhih6mrwcminns83drl"))))
+      (build-system emacs-build-system)
+      (arguments
+       '(#:tests? #f ;no tests
+         #:include (cons* "emojis.alist" %default-include)))
+      (propagated-inputs (list emacs-emacsql emacs-request emacs-s emacs-gptel))
+      (home-page "https://github.com/chenyanming/wallabag.el/")
+      (synopsis "Emacs interface to wallabag")
+      (description "This package manages articles from a wallabag instance.")
+      (license license:gpl3+))))
+
 (define-public emacs-wanderlust
   ;; No release since Jan 15, 2010.
   (let ((commit "891e223673c2c550efbe411885af860c909f0120")

base-commit: f664a9377deed2c9e644b53a0b497153c7e7a41f
-- 
2.49.0





Information forwarded to guix-patches <at> gnu.org:
bug#77530; Package guix-patches. (Sat, 05 Apr 2025 19:18:01 GMT) Full text and rfc822 format available.

Message #8 received at 77530 <at> debbugs.gnu.org (full text, mbox):

From: Ian Eure <ian <at> retrospec.tv>
To: Cayetano Santos <csantosb <at> inventati.org>
Cc: 77530 <at> debbugs.gnu.org, Katherine Cox-Buday <cox.katherine.e+guix <at> gmail.com>,
 Liliana Marie Prikler <liliana.prikler <at> gmail.com>,
 Divya Ranjan Pattanaik <divya <at> subvertising.org>,
 Andrew Tropin <andrew <at> trop.in>
Subject: Re: [bug#77530] [PATCH] gnu: Add emacs-wallabag.
Date: Sat, 05 Apr 2025 12:16:57 -0700
Hi Cayetano,

Pushed as b7bf6bad33.

Thanks,
 -- Ian




bug closed, send any further explanations to 77530 <at> debbugs.gnu.org and Cayetano Santos <csantosb <at> inventati.org> Request was from Ian Eure <ian <at> retrospec.tv> to control <at> debbugs.gnu.org. (Sat, 05 Apr 2025 19:18:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 04 May 2025 11:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 6 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.