gnu: emacspeak: Update to 49.0.
* gnu/packages/emacs.scm (emacspeak): Update to 49.0. [arguments]: In the 'install' phase, fix the launch script substitution.master
parent
5c1c1716f5
commit
ea32c94698
|
@ -6037,7 +6037,7 @@ highlights quasi-quoted expressions.")
|
||||||
(define-public emacspeak
|
(define-public emacspeak
|
||||||
(package
|
(package
|
||||||
(name "emacspeak")
|
(name "emacspeak")
|
||||||
(version "48.0")
|
(version "49.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -6046,7 +6046,7 @@ highlights quasi-quoted expressions.")
|
||||||
version "/emacspeak-" version ".tar.bz2"))
|
version "/emacspeak-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"07imi3hji06b3r7v7v59978q76s8a7ynmxwfc9j03pgnv965lpjy"))))
|
"1smf26m7201z0bk49lzbw9zhbjfi6wylidfjixb8ylp6g0wnh8dx"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:make-flags (list (string-append "prefix="
|
'(#:make-flags (list (string-append "prefix="
|
||||||
|
@ -6081,9 +6081,8 @@ highlights quasi-quoted expressions.")
|
||||||
"stumpwm" "xsl"))
|
"stumpwm" "xsl"))
|
||||||
;; Make sure emacspeak is loaded from the correct directory.
|
;; Make sure emacspeak is loaded from the correct directory.
|
||||||
(substitute* "etc/emacspeak.sh"
|
(substitute* "etc/emacspeak.sh"
|
||||||
(("exec FLAVOR.*")
|
(("/lisp/emacspeak-setup.el")
|
||||||
(string-append "exec " emacs " -l " lisp
|
(string-append lisp "/lisp/emacspeak-setup.el")))
|
||||||
"/lisp/emacspeak-setup.el $CL_ALL")))
|
|
||||||
;; Install the convenient startup script.
|
;; Install the convenient startup script.
|
||||||
(mkdir-p bin)
|
(mkdir-p bin)
|
||||||
(copy-file "etc/emacspeak.sh" (string-append bin "/emacspeak")))
|
(copy-file "etc/emacspeak.sh" (string-append bin "/emacspeak")))
|
||||||
|
|
Reference in New Issue