[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#60862: [PATCH] gnu: emacs-org-present: Update to 20220806-1.4ec04e1.
From: |
Nicolas Goaziou |
Subject: |
bug#60862: [PATCH] gnu: emacs-org-present: Update to 20220806-1.4ec04e1. |
Date: |
Sat, 21 Jan 2023 00:35:24 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) |
Hello,
Cayetano Santos via Guix-patches via <guix-patches@gnu.org> writes:
> * gnu/packages/emacs-xyz.scm (emacs-org-present): Update to
> 20220806-1.4ec04e1.
Thank you. Applied with changes noted below.
> (package
> (name "emacs-org-present")
> - (version "0.0.1")
> + (version (git-version "20220806" revision commit))
The official release number is "0.1", not "20220806".
> (source
> (origin
> (method git-fetch)
> @@ -31246,13 +31247,14 @@ (define-public emacs-org-present
> (file-name (git-file-name name version))
> (sha256
> (base32
> - "0jz8xiny3rv9ql0p623byz32pip1b82j2c2nyfz2wd114kiabb6q"))))
> + "0bcrgwc80968zx52lwg71cs7v2yrygynzbnrakxdja1l5a6h3xy6"))))
> (build-system emacs-build-system)
> - (synopsis "Ultra-minimalist presentation minor-mode for Emacs
> org-mode")
> + (propagated-inputs (list emacs-org))
> + (synopsis "Minimalist presentation minor-mode for Emacs org-mode.")
org-mode -> Org mode
I also removed the final full stop in synopsis.
> (description "Org-present is an extremely minimalist presentation tool
> for Emacs org-mode. Simply layout your presentation with each slide
> under a
Emacs Org mode.
> -top-level header, start the minor mode with @code{org-present}, and page
> through
> -each slide with left/right keys.")
> +top-level header, start the minor mode with @code{org-present}, and page
> +through each slide with left/right keys.")
... Left and Right keys.
> (home-page "https://github.com/rlister/org-present")
> (license license:gpl2))))
License is actually gpl3+.
Regards,
--
Nicolas Goaziou