GNU bug report logs -
#77821
[PATCH emacs-team] gnu: emacs-jabber: Update to 0.9.0.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 77821 in the body.
You can then email your comments to 77821 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
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):
* 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):
[Message part 1 (text/plain, inline)]
Merged.
[signature.asc (application/pgp-signature, inline)]
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 20 May 2025 11:24:11 GMT)
Full text and
rfc822 format available.
This bug report was last modified 81 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.