emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#61218: closed ([PATCH] gnu: Add emacs-jabber.)


From: GNU bug Tracking System
Subject: bug#61218: closed ([PATCH] gnu: Add emacs-jabber.)
Date: Fri, 03 Feb 2023 22:48:02 +0000

Your message dated Fri, 03 Feb 2023 23:47:13 +0100
with message-id <87lelez7ri.fsf@nicolasgoaziou.fr>
and subject line Re: [bug#61218] [PATCH] gnu: Add emacs-jabber.
has caused the debbugs.gnu.org bug report #61218,
regarding [PATCH] gnu: Add emacs-jabber.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
61218: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61218
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add emacs-jabber. Date: Wed, 1 Feb 2023 20:31:21 +0000
* gnu/packages/emacs-xyz.scm (emacs-jabber): New variable.
---
Please apply in reverse order, thanks.

 gnu/packages/emacs-xyz.scm | 36 ++++++++++++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b98798a7d2..ae3466bb1a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -35653,6 +35653,42 @@ (define-public emacs-srv
 in turn.")
     (license license:gpl2+)))
 
+(define-public emacs-jabber
+  ;; No releases available.
+  (let ((commit "af0315e174fa6446d5c4dd3e6465d48912950e58")
+        (revision "0"))
+    (package
+      (name "emacs-jabber")
+      (version (git-version "0.8.92" revision commit))
+      (source (origin
+                (method git-fetch)
+                (uri (git-reference
+                      (url "https://codeberg.org/emacs-jabber/emacs-jabber";)
+                      (commit commit)))
+                (file-name (git-file-name name version))
+                (sha256
+                 (base32
+                  "08q0hbm4pvp8sf261w1ihqa93sg8blfybfkhq7wrnvgs6kasgwvq"))))
+      (build-system emacs-build-system)
+      (arguments
+       (list #:emacs emacs ;requires gnutls
+             #:phases #~(modify-phases %standard-phases
+                          (add-after 'build 'make-info
+                            (lambda _
+                              (invoke "makeinfo" "jabber.texi")
+                              (install-file "jabber.info"
+                                            (string-append #$output
+                                                           "/share/info")))))))
+      (native-inputs (list texinfo))
+      (propagated-inputs (list emacs-fsm emacs-hexrgb emacs-srv gnutls))
+      (home-page "https://codeberg.org/emacs-jabber/emacs-jabber";)
+      (synopsis "XMPP (Jabber) client for Emacs")
+      (description
+       "@code{jabber.el} is an XMPP client for Emacs.  XMPP (also known as
+\"Jabber\") is an instant messaging system; see @url{https://xmpp.org} for more
+information.")
+      (license license:gpl2+))))
+
 ;;;
 ;;; Avoid adding new packages to the end of this file. To reduce the chances
 ;;; of a merge conflict, place them above by existing packages with similar
-- 
2.38.1




--- End Message ---
--- Begin Message --- Subject: Re: [bug#61218] [PATCH] gnu: Add emacs-jabber. Date: Fri, 03 Feb 2023 23:47:13 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux)
Hello,

Antero Mejr via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/emacs-xyz.scm (emacs-jabber): New variable.
> ---
> Please apply in reverse order, thanks.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]