GNU bug report logs - #28530
[PATCH 0/2] Update emacs-pdf-tools and add emacs-tablist

Previous Next

Package: guix-patches;

Reported by: Alex Kost <alezost <at> gmail.com>

Date: Wed, 20 Sep 2017 16:56:01 UTC

Severity: normal

Tags: patch

Done: Alex Kost <alezost <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 28530 in the body.
You can then email your comments to 28530 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#28530; Package guix-patches. (Wed, 20 Sep 2017 16:56:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Alex Kost <alezost <at> gmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 20 Sep 2017 16:56:02 GMT) Full text and rfc822 format available.

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

From: Alex Kost <alezost <at> gmail.com>
To: guix-patches <at> gnu.org
Subject: [PATCH 0/2] Update emacs-pdf-tools and add emacs-tablist
Date: Wed, 20 Sep 2017 19:55:35 +0300
This is a simple update of 'emacs-pdf-tools', except it requires the
additional package now: 'emacs-tablist' (previously it was a part of
'emacs-pdf-tools'), so I will send 2 patches:

[PATCH 1/2] gnu: Add emacs-tablist.
[PATCH 2/2] gnu: emacs-pdf-tools: Update to 0.80.

-- 
Alex




Information forwarded to guix-patches <at> gnu.org:
bug#28530; Package guix-patches. (Wed, 20 Sep 2017 17:02:02 GMT) Full text and rfc822 format available.

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

From: Alex Kost <alezost <at> gmail.com>
To: 28530 <at> debbugs.gnu.org
Subject: [PATCH 1/2] gnu: Add emacs-tablist.
Date: Wed, 20 Sep 2017 20:01:01 +0300
* gnu/packages/emacs.scm (emacs-tablist): New variable.
---
 gnu/packages/emacs.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 817313702..00d2328a9 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -1277,6 +1277,28 @@ Maps directly inside Emacs.")
 single buffer.")
     (license license:gpl3+)))
 
+(define-public emacs-tablist
+  (package
+    (name "emacs-tablist")
+    (version "0.70")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append
+                    "https://github.com/politza/tablist/archive/v"
+                    version ".tar.gz"))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "177d6s7ym1mwz1nhnl09r14z3n093g9a2szm97xsaig0c204xz9c"))))
+    (build-system emacs-build-system)
+    (home-page "https://github.com/politza/tablist")
+    (synopsis "Extension for @code{tabulated-list-mode}")
+    (description "Tablist is the Emacs package that provides several
+additional features to @code{tabulated-list-mode}: it adds marks,
+filters, new key bindings and faces.  It can be enabled by
+@code{tablist-mode} or @code{tablist-minor-mode} commands.")
+    (license license:gpl3+)))
+
 (define-public emacs-pdf-tools
   (package
     (name "emacs-pdf-tools")
-- 
2.13.2





Information forwarded to guix-patches <at> gnu.org:
bug#28530; Package guix-patches. (Wed, 20 Sep 2017 17:02:02 GMT) Full text and rfc822 format available.

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

From: Alex Kost <alezost <at> gmail.com>
To: 28530 <at> debbugs.gnu.org
Subject: [PATCH 2/2] gnu: emacs-pdf-tools: Update to 0.80.
Date: Wed, 20 Sep 2017 20:01:02 +0300
* gnu/packages/emacs.scm (emacs-pdf-tools): Update to 0.80.
[propagated-inputs]: Add 'emacs-tablist' as it is the new dependency.
---
 gnu/packages/emacs.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 00d2328a9..87a644660 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -1302,7 +1302,7 @@ filters, new key bindings and faces.  It can be enabled by
 (define-public emacs-pdf-tools
   (package
     (name "emacs-pdf-tools")
-    (version "0.70")
+    (version "0.80")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -1311,7 +1311,7 @@ filters, new key bindings and faces.  It can be enabled by
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1m0api6wiawswyk46bdsyk6r5rg3b86a4paar6nassm6x6c6vr77"))))
+                "06imydn3a92vr57azpn1zhqc14kxyyslmyi9ldsyphan9b724gb6"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f ; there are no tests
@@ -1360,6 +1360,7 @@ filters, new key bindings and faces.  It can be enabled by
               ("glib" ,glib)
               ("libpng" ,libpng)
               ("zlib" ,zlib)))
+    (propagated-inputs `(("tablist" ,emacs-tablist)))
     (synopsis "Emacs support library for PDF files")
     (description
      "PDF Tools is, among other things, a replacement of DocView for PDF
-- 
2.13.2





Reply sent to Alex Kost <alezost <at> gmail.com>:
You have taken responsibility. (Thu, 28 Sep 2017 15:47:01 GMT) Full text and rfc822 format available.

Notification sent to Alex Kost <alezost <at> gmail.com>:
bug acknowledged by developer. (Thu, 28 Sep 2017 15:47:01 GMT) Full text and rfc822 format available.

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

From: Alex Kost <alezost <at> gmail.com>
To: 28530-done <at> debbugs.gnu.org
Subject: Re: [bug#28530] [PATCH 0/2] Update emacs-pdf-tools and add
 emacs-tablist
Date: Thu, 28 Sep 2017 18:46:06 +0300
Alex Kost (2017-09-20 19:55 +0300) wrote:

> This is a simple update of 'emacs-pdf-tools', except it requires the
> additional package now: 'emacs-tablist' (previously it was a part of
> 'emacs-pdf-tools'), so I will send 2 patches:
>
> [PATCH 1/2] gnu: Add emacs-tablist.
> [PATCH 2/2] gnu: emacs-pdf-tools: Update to 0.80.

Applied.  Sorry if I didn't wait enough time (only about a week), but
since these changes are simple and usual, I decided to go ahead :-)

-- 
Alex




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Fri, 27 Oct 2017 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 6 years and 183 days ago.

Previous Next


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