unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Andrew Tropin <andrew@trop.in>
To: fernseed@fernseed.me, 65610-done@debbugs.gnu.org
Cc: Katherine Cox-Buday <cox.katherine.e+guix@gmail.com>,
	Kierin Bell <fernseed@fernseed.me>,
	Liliana Marie Prikler <liliana.prikler@gmail.com>
Subject: bug#65610: [PATCH] gnu: emacs-denote: Add Info manual.
Date: Wed, 30 Aug 2023 15:49:22 +0400	[thread overview]
Message-ID: <87r0nkg37h.fsf@trop.in> (raw)
In-Reply-To: <6e066c208c261434810ef9309fe351ca75e4fd5d.1693330787.git.fernseed@fernseed.me>

[-- 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 --]

  reply	other threads:[~2023-08-30 11:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-08-29 17:39 [bug#65610] [PATCH] gnu: emacs-denote: Add Info manual fernseed
2023-08-30 11:49 ` Andrew Tropin [this message]
2023-08-30 18:35 ` [bug#65610] [PATCH v2] " fernseed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87r0nkg37h.fsf@trop.in \
    --to=andrew@trop.in \
    --cc=65610-done@debbugs.gnu.org \
    --cc=cox.katherine.e+guix@gmail.com \
    --cc=fernseed@fernseed.me \
    --cc=liliana.prikler@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).