mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-jabber: Update to 0.9.0.
* gnu/packages/emacs-xyz.scm (emacs-jabber): Update to 0.9.0. [arguments]<#:lisp-directory>: New argument. <#:test-command, #:phases>: Adjust accordingly. [propagated-inputs]: Remove `emacs-hexrgb`. Change-Id: I810cfdd46b84b4dcddc0f10a1bb36385fd4c74f5
This commit is contained in:
parent
6307d22b6c
commit
ae28a11c65
1 changed files with 30 additions and 34 deletions
|
@ -22807,42 +22807,38 @@ with Eglot.")
|
|||
(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))
|
||||
(version "0.9.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://codeberg.org/emacs-jabber/emacs-jabber")
|
||||
(commit commit)))
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0b6msdyvhjr4v4j8hl6kmcjks88iq001w1fhjgfvg8ii9n77n6xn"))))
|
||||
"0ain52p79sxll0bnsb4llfp1h4pqcqx3l6im4ibia06lg2aiqhpv"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:lisp-directory "lisp"
|
||||
#:emacs emacs ;requires gnutls
|
||||
#:test-command #~(list "ert-runner" "tests")
|
||||
#:test-command #~(list "ert-runner" "../tests")
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'build 'make-info
|
||||
(add-after 'unpack 'make-info
|
||||
(lambda _
|
||||
(invoke "makeinfo" "jabber.texi")
|
||||
(install-file "jabber.info"
|
||||
(string-append #$output "/share/info")))))))
|
||||
(invoke "makeinfo" "../jabber.texi"))))))
|
||||
(native-inputs (list emacs-ert-runner texinfo))
|
||||
(propagated-inputs (list emacs-fsm emacs-hexrgb emacs-srv gnutls))
|
||||
(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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue