GNU bug report logs -
#75630
[PATCH] gnu: Add emacs-fedi.
Previous Next
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sun, 19 Jan 2025 00:37:02 +0100
with message-id <87o703r8wx.fsf <at> gnu.org>
and subject line Re: [bug#75630] [PATCH] gnu: Add emacs-fedi.
has caused the debbugs.gnu.org bug report #75630,
regarding [PATCH] gnu: Add emacs-fedi.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
75630: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=75630
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/emacs-xyz.scm (emacs-fedi): New variable.
Change-Id: Icfcb92e9e57e060390c14389c748567fa809a6cb
---
gnu/packages/emacs-xyz.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9e99bad820..9eb38db85d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -36070,6 +36070,27 @@ (define-public emacs-mastodon
federated microblogging social network.")
(license license:gpl3+)))
+(define-public emacs-fedi
+ (package
+ (name "emacs-fedi")
+ (version "0.2")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://codeberg.org/martianh/fedi.el")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "0a5zq7axxh3khx6465s7ym9s7v2iw7ky9z486d0zg41k7926bm9d"))))
+ (build-system emacs-build-system)
+ (propagated-inputs (list emacs-markdown-mode))
+ (home-page "https://codeberg.org/martianh/fedi.el")
+ (synopsis "Library to make writing clients for APIs easier")
+ (description "@code{fedi.el} is an Emacs library used by several fediverse
+frontend packages.")
+ (license license:gpl3+)))
+
(define-public emacs-ebdb
(package
(name "emacs-ebdb")
base-commit: f0804b0c2253542e9f0e255fbf8dc5847bba919d
--
2.47.1
[Message part 3 (message/rfc822, inline)]
Cayetano Santos <csantosb <at> inventati.org> skribis:
> * gnu/packages/emacs-xyz.scm (emacs-fedi): New variable.
>
> Change-Id: Icfcb92e9e57e060390c14389c748567fa809a6cb
Applied, thanks! :-)
This bug report was last modified 119 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.