GNU bug report logs - #75752
[PATCH] gnu: Add emacs-fj.

Previous Next

Package: guix-patches;

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

Date: Wed, 22 Jan 2025 09:59:02 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

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: Cayetano Santos <csantosb <at> inventati.org>
Subject: bug#75752: closed (Re: [PATCH] gnu: Add emacs-fj.)
Date: Sat, 25 Jan 2025 17:57:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#75752: [PATCH] gnu: Add emacs-fj.

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 75752 <at> debbugs.gnu.org.

-- 
75752: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75752
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: 75752-done <at> debbugs.gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: Re: [PATCH] gnu: Add emacs-fj.
Date: Sat, 25 Jan 2025 18:55:52 +0100
Hello,

> * gnu/packages/emacs-xyz.scm (emacs-fj): New variable.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou



[Message part 3 (message/rfc822, inline)]
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-fj.
Date: Wed, 22 Jan 2025 10:57:31 +0100
* gnu/packages/emacs-xyz.scm (emacs-fj): New variable.

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9e99bad820..41e28418e1 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -36091,6 +36091,30 @@ (define-public emacs-ebdb
 Lisp's (relatively new) EIEIO object oriented libraries.")
     (license license:gpl3+)))
 
+(define-public emacs-fj
+  (let ((commit "c2684eab1cdd745dbc5af6cd5abacd9822099662")
+        (revision "0"))
+    (package
+      (name "emacs-fj")
+      (version (git-version "0.3" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://codeberg.org/martianh/fj.el")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "05kx1h7r4g7x58k849m4h57a7lmcbhhm40qivn39mxfjx4ckn6n9"))))
+      (build-system emacs-build-system)
+      (propagated-inputs (list emacs-fedi emacs-tp emacs-magit))
+      (home-page "https://codeberg.org/martianh/fj.el")
+      (synopsis "Client for forgejo instances")
+      (description
+       "@code{fj.el} contains basic functions for interacting with a
+  Forgejo instance.")
+      (license license:gpl3+))))
+
 (define-public emacs-ebdb-i18n-chn
   (package
     (name "emacs-ebdb-i18n-chn")

base-commit: f0804b0c2253542e9f0e255fbf8dc5847bba919d
--
2.47.1




This bug report was last modified 167 days ago.

Previous Next


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