GNU bug report logs -
#78759
[PATCH] gnu: emacs-modus-themes: Update to 4.8.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 78759 in the body.
You can then email your comments to 78759 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, trev <at> trevdev.ca, guix-patches <at> gnu.org
:
bug#78759
; Package
guix-patches
.
(Wed, 11 Jun 2025 15:04:01 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, trev <at> trevdev.ca, guix-patches <at> gnu.org
.
(Wed, 11 Jun 2025 15:04: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-modus-themes): Update to 4.8.0.
[arguments]<#:tests>: Disable.
<#:phases>{make-info}: Remove install-file.
Change-Id: Ie95daaa88b0e73531c409c0775d43802a104aa4b
---
The install-file is executed by the builder, which now installs modus-themes.info; previous version was installing doc/modus-themes.info instead.
gnu/packages/emacs-xyz.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 4fc81f525b..a60334b4a6 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -38176,7 +38176,7 @@ (define-public emacs-doom-themes
(define-public emacs-modus-themes
(package
(name "emacs-modus-themes")
- (version "4.6.0")
+ (version "4.8.0")
(source
(origin
(method git-fetch)
@@ -38185,11 +38185,12 @@ (define-public emacs-modus-themes
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "05vzbjhas9a4zapjk2d57a6ljabf2q24d9c1zxncyff8kyimzkq2"))))
+ (base32 "1nwb5jb58pg3fskc98qvxjv3ikfiwbzdkgxwpmvw13bhhwcmc408"))))
(native-inputs (list texinfo))
(build-system emacs-build-system)
(arguments
(list
+ #:tests? #f
#:phases
#~(modify-phases %standard-phases
(add-after 'install 'makeinfo
@@ -38198,9 +38199,7 @@ (define-public emacs-modus-themes
"--batch"
"--eval=(require 'ox-texinfo)"
"--eval=(find-file \"doc/modus-themes.org\")"
- "--eval=(org-texinfo-export-to-info)")
- (install-file "doc/modus-themes.info"
- (string-append #$output "/share/info")))))))
+ "--eval=(org-texinfo-export-to-info)"))))))
(home-page "https://protesilaos.com/modus-themes/")
(synopsis "Accessible themes for Emacs (WCAG AAA standard)")
(description
base-commit: 92372309075275feb6ef4853396278b33b953911
--
2.49.0
Reply sent
to
Cayetano Santos <csantosb <at> inventati.org>
:
You have taken responsibility.
(Sun, 15 Jun 2025 19:31:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Cayetano Santos <csantosb <at> inventati.org>
:
bug acknowledged by developer.
(Sun, 15 Jun 2025 19:31:03 GMT)
Full text and
rfc822 format available.
Message #10 received at 78759-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Merged in 9b316a0.
[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
.
(Mon, 14 Jul 2025 11:24:26 GMT)
Full text and
rfc822 format available.
This bug report was last modified 32 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.