GNU bug report logs - #77892
[PATCH emacs-team] gnu: emacs-tmr: Update to 1.1.0.

Previous Next

Package: guix-patches;

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

Date: Fri, 18 Apr 2025 07:55:06 UTC

Severity: normal

Tags: patch

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

To reply to this bug, email your comments to 77892 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#77892; Package guix-patches. (Fri, 18 Apr 2025 07:55:07 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. (Fri, 18 Apr 2025 07:55:07 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-tmr: Update to 1.1.0.
Date: Fri, 18 Apr 2025 09:52:34 +0200
* 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(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 320046063c..0054225eea 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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

base-commit: 871a5af3e02e8eb567055f5208ca39693e7114f1
--
2.49.0





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

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

From: Cayetano Santos <csantosb <at> inventati.org>
To: 77892-done <at> debbugs.gnu.org
Subject: Re: [bug#77892] [PATCH emacs-team] gnu: emacs-tmr: Update to 1.1.0.
Date: Mon, 21 Apr 2025 15:42:14 +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.