GNU bug report logs -
#77484
[PATCH] gnu: emacs-corfu: Update to 2.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 77484 in the body.
You can then email your comments to 77484 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#77484
; Package
guix-patches
.
(Thu, 03 Apr 2025 10:27: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
guix-patches <at> gnu.org
.
(Thu, 03 Apr 2025 10:27: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-corfu): Update to 2.0.
Change-Id: Ibebd4b221984e814fa970802fd922f02e8d4b779
---
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 e30989cb1e..ca7f43003c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5565,7 +5565,7 @@ (define-public emacs-citeproc-el
(define-public emacs-corfu
(package
(name "emacs-corfu")
- (version "1.7")
+ (version "2.0")
(source
(origin
(method git-fetch)
@@ -5574,7 +5574,7 @@ (define-public emacs-corfu
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0yyc64bfqpsjs5iwgwxm171sg85al4mzj4pv3qd4cpmkgmamrrv3"))))
+ (base32 "15vmhbwpjgvc9ly8icrjf74jhbplhigfyfa762s45ipnrq6gyixq"))))
(build-system emacs-build-system)
(arguments
(list
@@ -5588,15 +5588,12 @@ (define-public emacs-corfu
(for-each (lambda (f)
(rename-file f (basename f)))
el-files))))
- (add-after 'install 'makeinfo
+ (add-after 'unpack 'makeinfo
(lambda _
- (invoke "emacs"
- "--batch"
+ (invoke "emacs" "--batch"
"--eval=(require 'ox-texinfo)"
"--eval=(find-file \"README.org\")"
- "--eval=(org-texinfo-export-to-info)")
- (install-file "corfu.info"
- (string-append #$output "/share/info")))))))
+ "--eval=(org-texinfo-export-to-info)"))))))
(native-inputs (list texinfo))
(propagated-inputs
(list emacs-compat))
base-commit: 6f53abfdab78e45530d0d9ca3b789482c052c6a7
--
2.49.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#77484
; Package
guix-patches
.
(Thu, 03 Apr 2025 11:46:01 GMT)
Full text and
rfc822 format available.
Message #8 received at 77484 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emacs-xyz.scm (emacs-corfu): Update to 2.0.
Change-Id: Ibebd4b221984e814fa970802fd922f02e8d4b779
---
gnu/packages/emacs-xyz.scm | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index e30989cb1e..66a829ef2d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5565,7 +5565,7 @@ (define-public emacs-citeproc-el
(define-public emacs-corfu
(package
(name "emacs-corfu")
- (version "1.7")
+ (version "2.0")
(source
(origin
(method git-fetch)
@@ -5574,10 +5574,11 @@ (define-public emacs-corfu
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0yyc64bfqpsjs5iwgwxm171sg85al4mzj4pv3qd4cpmkgmamrrv3"))))
+ (base32 "15vmhbwpjgvc9ly8icrjf74jhbplhigfyfa762s45ipnrq6gyixq"))))
(build-system emacs-build-system)
(arguments
(list
+ #:tests? #f ; there are no tests
#:phases
#~(modify-phases %standard-phases
;; Move the extensions source files to the top level, which is included
@@ -5588,15 +5589,12 @@ (define-public emacs-corfu
(for-each (lambda (f)
(rename-file f (basename f)))
el-files))))
- (add-after 'install 'makeinfo
+ (add-after 'unpack 'makeinfo
(lambda _
- (invoke "emacs"
- "--batch"
+ (invoke "emacs" "--batch"
"--eval=(require 'ox-texinfo)"
"--eval=(find-file \"README.org\")"
- "--eval=(org-texinfo-export-to-info)")
- (install-file "corfu.info"
- (string-append #$output "/share/info")))))))
+ "--eval=(org-texinfo-export-to-info)"))))))
(native-inputs (list texinfo))
(propagated-inputs
(list emacs-compat))
base-commit: 6f53abfdab78e45530d0d9ca3b789482c052c6a7
--
2.49.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#77484
; Package
guix-patches
.
(Sat, 05 Apr 2025 19:06:01 GMT)
Full text and
rfc822 format available.
Message #11 received at 77484 <at> debbugs.gnu.org (full text, mbox):
Hi Cayetano,
Pushed as 5b528fd307.
Thanks,
-- Ian
bug closed, send any further explanations to
77484 <at> debbugs.gnu.org and Cayetano Santos <csantosb <at> inventati.org>
Request was from
Ian Eure <ian <at> retrospec.tv>
to
control <at> debbugs.gnu.org
.
(Sat, 05 Apr 2025 19:07:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 04 May 2025 11:24:28 GMT)
Full text and
rfc822 format available.
This bug report was last modified 48 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.