[bug#77892,emacs-team] gnu: emacs-tmr: Update to 1.1.0.
Commit Message
* gnu/packages/emacs-xyz.scm (emacs-tmr): Update to 1.1.0.
Change-Id: Id0b92f741ac8a7b313cfe8d28902a3aaa5aa67db
---
[arguments]<#:tests>: Fix comment, there are no tests.
[arguments]<#:phases>: makeinfo after upack phase; no need to install file manually.
[propagated-inputs]: Emacs-compat is not needed anymore.
gnu/packages/emacs-xyz.scm | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
base-commit: 871a5af3e02e8eb567055f5208ca39693e7114f1
--
2.49.0
@@ -19893,7 +19893,7 @@ (define-public emacs-logos
(define-public emacs-tmr
(package
(name "emacs-tmr")
- (version "1.0.0")
+ (version "1.1.0")
(source
(origin
(method git-fetch)
@@ -19902,11 +19902,11 @@ (define-public emacs-tmr
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1xhnr3hiw6h1qbcazd4b76q7299wd50z8v5wfzdakmdc1bfl9vmv"))))
+ (base32 "0dpv88g9phh84pzq5443xiq3d3pz4hl178gcim858isz44fq6319"))))
(build-system emacs-build-system)
(arguments
(list
- #:tests? #f ; spurious lint errors
+ #:tests? #f ; no tests
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'patch-paths
@@ -19919,18 +19919,15 @@ (define-public emacs-tmr
(search-input-file
inputs
"share/sounds/freedesktop/stereo/alarm-clock-elapsed.oga")))))
- (add-after 'install 'makeinfo
+ (add-after 'unpack 'makeinfo
(lambda _
(invoke "emacs"
"--batch"
"--eval=(require 'ox-texinfo)"
"--eval=(find-file \"README.org\")"
- "--eval=(org-texinfo-export-to-info)")
- (install-file "tmr.info"
- (string-append #$output "/share/info")))))))
+ "--eval=(org-texinfo-export-to-info)"))))))
(native-inputs (list texinfo))
(inputs (list ffmpeg sound-theme-freedesktop))
- (propagated-inputs (list emacs-compat))
(home-page "https://protesilaos.com/emacs/tmr/")
(synopsis "Set timers using a convenient notation")
(description