unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#65610] [PATCH] gnu: emacs-denote: Add Info manual.
@ 2023-08-29 17:39 fernseed
  2023-08-30 11:49 ` bug#65610: " Andrew Tropin
  2023-08-30 18:35 ` [bug#65610] [PATCH v2] " fernseed
  0 siblings, 2 replies; 3+ messages in thread
From: fernseed @ 2023-08-29 17:39 UTC (permalink / raw)
  To: 65610
  Cc: Kierin Bell, Andrew Tropin, Katherine Cox-Buday,
	Liliana Marie Prikler

From: Kierin Bell <fernseed@fernseed.me>

* gnu/packages/emacs-xyz.scm (emacs-denote): Add Info manual.
---
 gnu/packages/emacs-xyz.scm | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 3eaf215134..73d17bf497 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16586,6 +16586,20 @@ (define-public emacs-denote
         (base32 "0nwqghh73lbw6v6yhkalcwwqjs1fyhxqi53d9y2dcfhfq58g1rb9"))))
     (build-system emacs-build-system)
     (native-inputs (list texinfo))
+    (arguments
+     (list
+      #:phases
+      #~(modify-phases %standard-phases
+          (add-after 'install 'makeinfo
+            (lambda _
+              (invoke "emacs"
+                      "--batch"
+                      "--eval=(require 'ox-texinfo)"
+                      "--eval=(find-file \"README.org\")"
+                      "--eval=(org-texinfo-export-to-info)")
+              (install-file "denote.info"
+                            (string-append #$output
+                                           "/share/info")))))))
     (home-page "https://protesilaos.com/emacs/denote/")
     (synopsis "Simple notes for Emacs")
     (description

base-commit: 9f4b6bcb5c548f9206b89270b13da54abdff31b1
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#65610: [PATCH] gnu: emacs-denote: Add Info manual.
  2023-08-29 17:39 [bug#65610] [PATCH] gnu: emacs-denote: Add Info manual fernseed
@ 2023-08-30 11:49 ` Andrew Tropin
  2023-08-30 18:35 ` [bug#65610] [PATCH v2] " fernseed
  1 sibling, 0 replies; 3+ messages in thread
From: Andrew Tropin @ 2023-08-30 11:49 UTC (permalink / raw)
  To: fernseed, 65610-done
  Cc: Katherine Cox-Buday, Kierin Bell, Liliana Marie Prikler

[-- Attachment #1: Type: text/plain, Size: 1577 bytes --]

On 2023-08-29 13:39, fernseed@fernseed.me wrote:

> From: Kierin Bell <fernseed@fernseed.me>
>
> * gnu/packages/emacs-xyz.scm (emacs-denote): Add Info manual.
> ---
>  gnu/packages/emacs-xyz.scm | 14 ++++++++++++++
>  1 file changed, 14 insertions(+)
>
> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
> index 3eaf215134..73d17bf497 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -16586,6 +16586,20 @@ (define-public emacs-denote
>          (base32 "0nwqghh73lbw6v6yhkalcwwqjs1fyhxqi53d9y2dcfhfq58g1rb9"))))
>      (build-system emacs-build-system)
>      (native-inputs (list texinfo))
> +    (arguments
> +     (list
> +      #:phases
 > +      #~(modify-phases %standard-phases
> +          (add-after 'install 'makeinfo
> +            (lambda _
> +              (invoke "emacs"
> +                      "--batch"
> +                      "--eval=(require 'ox-texinfo)"
> +                      "--eval=(find-file \"README.org\")"
> +                      "--eval=(org-texinfo-export-to-info)")
> +              (install-file "denote.info"
> +                            (string-append #$output
> +                                           "/share/info")))))))
>      (home-page "https://protesilaos.com/emacs/denote/")
>      (synopsis "Simple notes for Emacs")
>      (description
>
> base-commit: 9f4b6bcb5c548f9206b89270b13da54abdff31b1

Applied, pushed, thank you! :)

https://git.savannah.gnu.org/cgit/guix.git/commit/?id=c534e50631

-- 
Best regards,
Andrew Tropin

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [bug#65610] [PATCH v2] gnu: emacs-denote: Add Info manual.
  2023-08-29 17:39 [bug#65610] [PATCH] gnu: emacs-denote: Add Info manual fernseed
  2023-08-30 11:49 ` bug#65610: " Andrew Tropin
@ 2023-08-30 18:35 ` fernseed
  1 sibling, 0 replies; 3+ messages in thread
From: fernseed @ 2023-08-30 18:35 UTC (permalink / raw)
  To: 65610
  Cc: Kierin Bell, Andrew Tropin, Katherine Cox-Buday,
	Liliana Marie Prikler

From: Kierin Bell <fernseed@fernseed.me>

* gnu/packages/emacs-xyz.scm (emacs-denote): Add Info manual.
---
Didn't see this one pushed yet either.  Updated as with bug#65611.
Sorry for the mess...

 gnu/packages/emacs-xyz.scm | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 3eaf215134..af9f62b6cd 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -132,6 +132,7 @@
 ;;; Copyright © 2023 Fabio Natali <me@fabionatali.com>
 ;;; Copyright © 2023 Arnaud Lechevallier <arnaud.lechevallier@free.fr>
 ;;; Copyright © 2023 Ahmad Draidi <a.r.draidi@redscript.org>
+;;; Copyright © 2023 Kierin Bell <fernseed@fernseed.me>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -16586,6 +16587,17 @@ (define-public emacs-denote
         (base32 "0nwqghh73lbw6v6yhkalcwwqjs1fyhxqi53d9y2dcfhfq58g1rb9"))))
     (build-system emacs-build-system)
     (native-inputs (list texinfo))
+    (arguments
+     (list
+      #:phases
+      #~(modify-phases %standard-phases
+          (add-after 'install 'makeinfo
+            (lambda _
+              (emacs-batch-edit-file "README.org"
+                "(progn (require 'ox-texinfo) (org-texinfo-export-to-info))")
+              (install-file "denote.info"
+                            (string-append #$output
+                                           "/share/info")))))))
     (home-page "https://protesilaos.com/emacs/denote/")
     (synopsis "Simple notes for Emacs")
     (description

base-commit: d72c3fcf2d72e97715389762c09bf4c4fe81dc0e
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-08-30 18:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-29 17:39 [bug#65610] [PATCH] gnu: emacs-denote: Add Info manual fernseed
2023-08-30 11:49 ` bug#65610: " Andrew Tropin
2023-08-30 18:35 ` [bug#65610] [PATCH v2] " fernseed

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).