GNU bug report logs - #37690
[PATCH] gnu: emacs-org-tree-slide: Update to 2.8.14.

Previous Next

Package: guix-patches;

Reported by: Diego Nicola Barbato <dnbarbato <at> posteo.de>

Date: Thu, 10 Oct 2019 09:55:02 UTC

Severity: normal

Tags: patch

Done: Brian Leung <bkleung89 <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Brian Leung <bkleung89 <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#37690: closed ([PATCH] gnu: emacs-org-tree-slide: Update to
 2.8.14.)
Date: Thu, 10 Oct 2019 16:05:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 10 Oct 2019 18:03:53 +0200
with message-id <CAAc=MEySwd6K9wAGxxbqrZLBtQGuQHEm4EyTZDUv+_PBj83MLw <at> mail.gmail.com>
and subject line Done
has caused the debbugs.gnu.org bug report #37690,
regarding [PATCH] gnu: emacs-org-tree-slide: Update to 2.8.14.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
37690: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37690
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Diego Nicola Barbato <dnbarbato <at> posteo.de>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: emacs-org-tree-slide: Update to 2.8.14.
Date: Thu, 10 Oct 2019 11:54:25 +0200
[Message part 3 (text/plain, inline)]
Hello Guix,

This patch updates emacs-org-tree-slide to version 2.8.14.

Regards,

Diego

[0001-gnu-emacs-org-tree-slide-Update-to-2.8.14.patch (text/x-patch, inline)]
From a8dff1ceddd7493431c3dcbb953313fe5cd45410 Mon Sep 17 00:00:00 2001
From: Diego Nicola Barbato <dnbarbato <at> posteo.de>
Date: Thu, 10 Oct 2019 09:42:00 +0200
Subject: [PATCH] gnu: emacs-org-tree-slide: Update to 2.8.14.

* gnu/packages/emacs-xyz.scm (emacs-org-tree-slide): Update to 2.8.14.
---
 gnu/packages/emacs-xyz.scm | 36 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 18 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index e6cf4bd1eb..cf45283a11 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10657,26 +10657,26 @@ navigation with the grails mode.")
   (deprecated-package "groovy-emacs-modes" emacs-groovy-modes))
 
 (define-public emacs-org-tree-slide
-  (let ((commit "dff8f1a4a64c8dd0a1fde0b0131e2fe186747134")
-        (revision "0"))
-    (package
-      (name "emacs-org-tree-slide")
-      (version (git-version "0.1" revision commit))
-      (home-page "https://github.com/takaxp/org-tree-slide")
-      (source (origin
-                (method git-fetch)
-                (uri (git-reference (url home-page) (commit commit)))
-                (sha256
-                 (base32
-                  "153bg0x7ypla11pq51jmsgzfjklwwnrq56xgpbfhk1j16xwz9hyf"))
-                (file-name (git-file-name name version))))
-      (build-system emacs-build-system)
-      (synopsis "Presentation tool for org-mode")
-      (description
-       "Org-tree-slide provides a slideshow mode to view org-mode files.  Use
+  (package
+    (name "emacs-org-tree-slide")
+    (version "2.8.14")
+    (home-page "https://github.com/takaxp/org-tree-slide")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url home-page)
+                    (commit "036a36eec1cf712d3db155572aed325daa372eb5")))
+              (sha256
+               (base32
+                "1r8ncx25xmxicgciyv5przp68y8qgy40fm10ba55awvql4xcm0yk"))
+              (file-name (git-file-name name version))))
+    (build-system emacs-build-system)
+    (synopsis "Presentation tool for org-mode")
+    (description
+     "Org-tree-slide provides a slideshow mode to view org-mode files.  Use
 @code{org-tree-slide-mode} to enter the slideshow mode, and then @kbd{C->} and
 @kbd{C-<} to jump to the next and previous slide.")
-      (license license:gpl3+))))
+    (license license:gpl3+)))
 
 (define-public emacs-scratch-el
   (let ((commit "2cdf2b841ce7a0987093f65b0cc431947549f897")
-- 
2.23.0

[Message part 5 (message/rfc822, inline)]
From: Brian Leung <bkleung89 <at> gmail.com>
To: 37690-done <at> debbugs.gnu.org, dnbarbato <at> posteo.de
Subject: Done
Date: Thu, 10 Oct 2019 18:03:53 +0200
[Message part 6 (text/plain, inline)]
Thanks for the patch. I made some small changes and merged.
[Message part 7 (text/html, inline)]

This bug report was last modified 5 years and 221 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.