GNU bug report logs - #77821
[PATCH emacs-team] gnu: emacs-jabber: Update to 0.9.0.

Previous Next

Package: guix-patches;

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

Date: Tue, 15 Apr 2025 09:46:01 UTC

Severity: normal

Tags: patch

Done: Cayetano Santos <csantosb <at> inventati.org>

To reply to this bug, email your comments to 77821 AT debbugs.gnu.org.
There is no need to reopen the bug first.

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, hako <at> ultrarare.space, ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org:
bug#77821; Package guix-patches. (Tue, 15 Apr 2025 09:46: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, hako <at> ultrarare.space, ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org. (Tue, 15 Apr 2025 09:46:02 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 emacs-team] gnu: emacs-jabber: Update to 0.9.0.
Date: Tue, 15 Apr 2025 11:42:18 +0200
* gnu/packages/emacs-xyz.scm (emacs-jabber): Update to 0.9.0.

Change-Id: I810cfdd46b84b4dcddc0f10a1bb36385fd4c74f5
---

[arguments]<#:lisp-directory>: Set.
[arguments]<#:test-command>: Update path.
[arguments]<#:phases>: Update `make-info`.
[propagated-inputs]: Remove `emacs-hexrgb`.

 gnu/packages/emacs-xyz.scm | 64 ++++++++++++++++++--------------------
 1 file changed, 30 insertions(+), 34 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 82831f0595..35f7da5cb7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -22436,42 +22436,38 @@ (define-public emacs-eglot-booster
       (license license:gpl3+))))
 
 (define-public emacs-jabber
-  ;; No releases available.
-  (let ((commit "e766d84b81d5df6abc30fcbbb94f7c8640ea54e2")
-        (revision "1"))
-    (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
-                  "0b6msdyvhjr4v4j8hl6kmcjks88iq001w1fhjgfvg8ii9n77n6xn"))))
-      (build-system emacs-build-system)
-      (arguments
-       (list
-        #:emacs emacs                   ;requires gnutls
-        #:test-command #~(list "ert-runner" "tests")
-        #: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 emacs-ert-runner 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
+  (package
+    (name "emacs-jabber")
+    (version "0.9.0")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://codeberg.org/emacs-jabber/emacs-jabber")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "0ain52p79sxll0bnsb4llfp1h4pqcqx3l6im4ibia06lg2aiqhpv"))))
+    (build-system emacs-build-system)
+    (arguments
+     (list
+      #:lisp-directory "lisp"
+      #:emacs emacs                   ;requires gnutls
+      #:test-command #~(list "ert-runner" "../tests")
+      #:phases
+      #~(modify-phases %standard-phases
+          (add-after 'unpack 'make-info
+            (lambda _
+              (invoke "makeinfo" "../jabber.texi"))))))
+    (native-inputs (list emacs-ert-runner texinfo))
+    (propagated-inputs (list emacs-fsm 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+))))
+    (license license:gpl2+)))
 
 (define-public emacs-jarchive
   (package

base-commit: 373545dc9efbae6589f502773aa49e26e42c585e
--
2.49.0





Reply sent to Cayetano Santos <csantosb <at> inventati.org>:
You have taken responsibility. (Mon, 21 Apr 2025 13:37:02 GMT) Full text and rfc822 format available.

Notification sent to Cayetano Santos <csantosb <at> inventati.org>:
bug acknowledged by developer. (Mon, 21 Apr 2025 13:37:03 GMT) Full text and rfc822 format available.

Message #10 received at 77821-done <at> debbugs.gnu.org (full text, mbox):

From: Cayetano Santos <csantosb <at> inventati.org>
To: 77821-done <at> debbugs.gnu.org
Subject: Re: [bug#77821] [PATCH emacs-team] gnu: emacs-jabber: Update to 0.9.0.
Date: Mon, 21 Apr 2025 15:37:08 +0200
[Message part 1 (text/plain, inline)]
Merged.
[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 3 days ago.

Previous Next


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