GNU bug report logs -
#78759
[PATCH] gnu: emacs-modus-themes: Update to 4.8.0.
Previous Next
Full log
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
This bug report was last modified today.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.