GNU bug report logs - #77608
[PATCH] gnu: emacs-cape: Update to 2.0.

Previous Next

Package: guix-patches;

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

Date: Mon, 7 Apr 2025 12:24:02 UTC

Severity: normal

Tags: patch

Done: Hilton Chain <hako <at> ultrarare.space>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Hilton Chain <hako <at> ultrarare.space>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#77608: closed ([PATCH] gnu: emacs-cape: Update to 2.0.)
Date: Tue, 08 Apr 2025 16:13:06 +0000
[Message part 1 (text/plain, inline)]
Your message dated Wed, 09 Apr 2025 00:11:38 +0800
with message-id <87o6x6iqf9.wl-hako <at> ultrarare.space>
and subject line Re: [bug#77608] [PATCH] gnu: emacs-cape: Update to 2.0.
has caused the debbugs.gnu.org bug report #77608,
regarding [PATCH] gnu: emacs-cape: Update to 2.0.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
77608: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=77608
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Cayetano Santos <csantosb <at> inventati.org>
To: guix-patches <at> gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: [PATCH] gnu: emacs-cape: Update to 2.0.
Date: Mon,  7 Apr 2025 14:22:30 +0200
* 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



[Message part 3 (message/rfc822, inline)]
From: Hilton Chain <hako <at> ultrarare.space>
To: Cayetano Santos <csantosb <at> inventati.org>
Cc: Ian Eure <ian <at> retrospec.tv>, 77608-done <at> debbugs.gnu.org,
 Katherine Cox-Buday <cox.katherine.e+guix <at> gmail.com>,
 Liliana Marie Prikler <liliana.prikler <at> gmail.com>,
 Andrew Tropin <andrew <at> trop.in>,
 Divya Ranjan Pattanaik <divya <at> subvertising.org>
Subject: Re: [bug#77608] [PATCH] gnu: emacs-cape: Update to 2.0.
Date: Wed, 09 Apr 2025 00:11:38 +0800
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 61 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.