GNU bug report logs - #74811
[PATCH] gnu: Add livemarks-icecat.

Previous Next

Package: guix-patches;

Reported by: Hilton Chain <hako <at> ultrarare.space>

Date: Thu, 12 Dec 2024 07:33:02 UTC

Severity: normal

Tags: patch

Done: Hilton Chain <hako <at> ultrarare.space>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Hilton Chain <hako <at> ultrarare.space>
Subject: bug#74811: closed (Re: bug#74811: Acknowledgement ([PATCH] gnu:
 Add livemarks-icecat.))
Date: Wed, 18 Dec 2024 15:50:03 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#74811: [PATCH] gnu: Add livemarks-icecat.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 74811 <at> debbugs.gnu.org.

-- 
74811: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=74811
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Hilton Chain <hako <at> ultrarare.space>
To: 74811-done <at> debbugs.gnu.org
Subject: Re: bug#74811: Acknowledgement ([PATCH] gnu: Add livemarks-icecat.)
Date: Wed, 18 Dec 2024 23:48:09 +0800
Applied as 0e4b36f21c9a9bf0f056a41358b1407ad02fffe4, closing.

[Message part 3 (message/rfc822, inline)]
From: Hilton Chain <hako <at> ultrarare.space>
To: guix-patches <at> gnu.org
Cc: Hilton Chain <hako <at> ultrarare.space>
Subject: [PATCH] gnu: Add livemarks-icecat.
Date: Thu, 12 Dec 2024 15:32:23 +0800
* gnu/packages/browser-extensions.scm (livemarks,livemarks/icecat): New
variables.

Change-Id: Ie13563ac62ed2d39c5b52e681c6f9351dbdab41c
---
 gnu/packages/browser-extensions.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/browser-extensions.scm b/gnu/packages/browser-extensions.scm
index 9500488c0a..33d3caf34d 100644
--- a/gnu/packages/browser-extensions.scm
+++ b/gnu/packages/browser-extensions.scm
@@ -282,6 +282,33 @@ (define keepassxc-browser
 (define-public keepassxc-browser/icecat
   (make-icecat-extension keepassxc-browser))
 
+(define livemarks
+  (package
+    (name "livemarks")
+    (version "3.5")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/nt1m/livemarks")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "02p2080lgnb2xy4n781ydjdywkg7g7hmz6cpnbh6icldbjy5xa5i"))))
+    (build-system copy-build-system)
+    (arguments
+     (list #:install-plan
+           #~'(("." #$(assq-ref (package-properties this-package) 'addon-id)))))
+    (home-page "https://github.com/nt1m/livemarks")
+    (synopsis "RSS feed bookmark folders")
+    (description
+     "This browser extension provides auto-updated RSS feed bookmark folders.")
+    (license license:expat)
+    (properties '((addon-id . "{c5867acc-54c9-4074-9574-04d8818d53e8}")))))
+
+(define-public livemarks/icecat
+  (make-icecat-extension livemarks))
+
 (define noscript
   (package
     (name "noscript")

base-commit: c2e2b0376b82a503e064fa826d1b153d94bf0b06
prerequisite-patch-id: f132b4af7b85df465998e4f459bf729f8b66f320
prerequisite-patch-id: ecd87e69b7aebebd64256db106ed96dc12f6c12d
prerequisite-patch-id: f27c33b6c7f5dcb37c36551ecde29f1f0c734935
prerequisite-patch-id: fc6ad5af54f75869a657c065c86b262d74a1efff
prerequisite-patch-id: 1665e62d1990a460bc5679bc89d600e94bab407a
prerequisite-patch-id: e1cd1fdc5036bbd74d338df158ae7c348b180cf4
prerequisite-patch-id: bea29848814b393ccd3619f0a744ee36632ac5df
prerequisite-patch-id: 41d13263266c55b695d0a28d173d795fca52e440
prerequisite-patch-id: 4ed8a51618fd43ffcbbbe458492aa8ca674da9b9
-- 
2.46.0




This bug report was last modified 246 days ago.

Previous Next


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