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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 37690 in the body.
You can then email your comments to 37690 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#37690; Package guix-patches. (Thu, 10 Oct 2019 09:55:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Diego Nicola Barbato <dnbarbato <at> posteo.de>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Thu, 10 Oct 2019 09:55:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

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 1 (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


Reply sent to Brian Leung <bkleung89 <at> gmail.com>:
You have taken responsibility. (Thu, 10 Oct 2019 16:05:02 GMT) Full text and rfc822 format available.

Notification sent to Diego Nicola Barbato <dnbarbato <at> posteo.de>:
bug acknowledged by developer. (Thu, 10 Oct 2019 16:05:04 GMT) Full text and rfc822 format available.

Message #10 received at 37690-done <at> debbugs.gnu.org (full text, mbox):

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 1 (text/plain, inline)]
Thanks for the patch. I made some small changes and merged.
[Message part 2 (text/html, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 08 Nov 2019 12:24:08 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 165 days ago.

Previous Next


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