* [bug#60862] [PATCH] gnu: emacs-org-present: Update to 20220806-1.4ec04e1.
@ 2023-01-16 15:48 Cayetano Santos via Guix-patches via
2023-01-20 23:35 ` Nicolas Goaziou
0 siblings, 1 reply; 2+ messages in thread
From: Cayetano Santos via Guix-patches via @ 2023-01-16 15:48 UTC (permalink / raw)
To: 60862; +Cc: Cayetano Santos
* gnu/packages/emacs-xyz.scm (emacs-org-present): Update to 20220806-1.4ec04e1.
---
gnu/packages/emacs-xyz.scm | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 5f60d82ad5..e461f0f598 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -31233,10 +31233,11 @@ (define-public emacs-shrink-path
(license license:gpl3+)))
(define-public emacs-org-present
- (let ((commit "d13acd70eff6a1608bc991920232146a0de76b21"))
+ (let ((commit "4ec04e1b77dea76d7c30066ccf3200d2e0b7bee9")
+ (revision "1"))
(package
(name "emacs-org-present")
- (version "0.0.1")
+ (version (git-version "20220806" revision commit))
(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.")
(description "Org-present is an extremely minimalist presentation tool
for Emacs org-mode. Simply layout your presentation with each slide under a
-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.")
(home-page "https://github.com/rlister/org-present")
(license license:gpl2))))
base-commit: 238f965c331990459a69cbc713ca951ad40e6044
--
2.38.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [bug#60862] [PATCH] gnu: emacs-org-present: Update to 20220806-1.4ec04e1.
2023-01-16 15:48 [bug#60862] [PATCH] gnu: emacs-org-present: Update to 20220806-1.4ec04e1 Cayetano Santos via Guix-patches via
@ 2023-01-20 23:35 ` Nicolas Goaziou
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Goaziou @ 2023-01-20 23:35 UTC (permalink / raw)
To: 60862; +Cc: 60862-done, Cayetano Santos
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
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-01-20 23:36 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-16 15:48 [bug#60862] [PATCH] gnu: emacs-org-present: Update to 20220806-1.4ec04e1 Cayetano Santos via Guix-patches via
2023-01-20 23:35 ` Nicolas Goaziou
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).