GNU bug report logs -
#77608
[PATCH] gnu: emacs-cape: Update to 2.0.
Previous Next
To reply to this bug, email your comments to 77608 AT debbugs.gnu.org.
There is no need to reopen the bug first.
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, guix-patches <at> gnu.org
:
bug#77608
; Package
guix-patches
.
(Mon, 07 Apr 2025 12:24:02 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
.
(Mon, 07 Apr 2025 12:24: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-cape): Update to 2.0.
[arguments]<#:phases>: No need to install info file explicitely in makeinfo.
Change-Id: I46abd7feb31ded4acc5769b1288393cb4f4f32d4
---
gnu/packages/emacs-xyz.scm | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index b0ed0fdd0b..7d6e8722e2 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5690,7 +5690,7 @@ (define-public emacs-corfu-candidate-overlay
(define-public emacs-cape
(package
(name "emacs-cape")
- (version "1.9")
+ (version "2.0")
(source
(origin
(method git-fetch)
@@ -5699,21 +5699,19 @@ (define-public emacs-cape
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0pcgxv011z0gl0g38yh2dr09sx17pwpbvydz2dzvm730k9lbyikh"))))
+ (base32 "0wm0y982zrfzzbdizpvr39c55bhp9y7l7w1sp8ps1b4ijbmgd0r9"))))
(build-system emacs-build-system)
(arguments
(list
#:phases
#~(modify-phases %standard-phases
- (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 "cape.info"
- (string-append #$output "/share/info")))))))
+ "--eval=(org-texinfo-export-to-info)"))))))
(native-inputs (list texinfo))
(propagated-inputs (list emacs-compat))
(home-page "https://github.com/minad/cape")
base-commit: 6408ad2464dc778a609ffcfb29e2f6026bc4f27e
--
2.49.0
Reply sent
to
Hilton Chain <hako <at> ultrarare.space>
:
You have taken responsibility.
(Tue, 08 Apr 2025 16:13:06 GMT)
Full text and
rfc822 format available.
Notification sent
to
Cayetano Santos <csantosb <at> inventati.org>
:
bug acknowledged by developer.
(Tue, 08 Apr 2025 16:13:06 GMT)
Full text and
rfc822 format available.
Message #10 received at 77608-done <at> debbugs.gnu.org (full text, mbox):
On Mon, 07 Apr 2025 20:22:30 +0800,
Cayetano Santos wrote:
>
> * gnu/packages/emacs-xyz.scm (emacs-cape): Update to 2.0.
>
> [arguments]<#:phases>: No need to install info file explicitely in makeinfo.
>
> Change-Id: I46abd7feb31ded4acc5769b1288393cb4f4f32d4
> ---
> gnu/packages/emacs-xyz.scm | 10 ++++------
> 1 file changed, 4 insertions(+), 6 deletions(-)
Applied as d052452a7f51aa83032947745467d4be1bf33f13, thanks!
This bug report was last modified 4 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.