GNU bug report logs - #77533
[PATCH] gnu: emacs-org-pdftools: Update to 1.0-0.5613b7a.

Previous Next

Package: guix-patches;

Reported by: Cayetano Santos <csantosb <at> inventati.org>

Date: Fri, 4 Apr 2025 15:03:02 UTC

Severity: normal

Tags: patch

Done: Ian Eure <ian <at> retrospec.tv>

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 77533 in the body.
You can then email your comments to 77533 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 andrew <at> trop.in, csantosb <at> inventati.org, divya <at> subvertising.org, ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org:
bug#77533; Package guix-patches. (Fri, 04 Apr 2025 15:03:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Cayetano Santos <csantosb <at> inventati.org>:
New bug report received and forwarded. Copy sent to andrew <at> trop.in, csantosb <at> inventati.org, divya <at> subvertising.org, ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org. (Fri, 04 Apr 2025 15:03:02 GMT) Full text and rfc822 format available.

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

From: Cayetano Santos <csantosb <at> inventati.org>
To: guix-patches <at> gnu.org
Cc: Cayetano Santos <csantosb <at> inventati.org>
Subject: [PATCH] gnu: emacs-org-pdftools: Update to 1.0-0.5613b7a.
Date: Fri,  4 Apr 2025 17:01:45 +0200
* gnu/packages/emacs-xyz.scm (emacs-org-pdftools): Update to 1.0-0.5613b7a.

Change-Id: I837336de1cdb6e11900f96786ca83d9052ee7a9d
---
 gnu/packages/emacs-xyz.scm | 37 ++++++++++++++++++-------------------
 1 file changed, 18 insertions(+), 19 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0c49bb5d4d..80ec820366 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6580,37 +6580,36 @@ (define-public emacs-saveplace-pdf-view
 
 (define-public emacs-org-pdftools
   (let ((revision "0")
-        (commit "4e420233a153a9c4ab3d1a7e1d7d3211c836f0ac"))
+        (commit "5613b7ae561e0af199f25aacc0a9c34c16638408"))
     (package
       (name "emacs-org-pdftools")
-      (version (git-version "0.0.0" revision commit))
+      (version (git-version "1.1" revision commit))
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
-                       (url "https://github.com/fuxialexander/org-pdftools.git")
-                       (commit commit)))
+                      (url "https://github.com/fuxialexander/org-pdftools/")
+                      (commit commit)))
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "0n8apjqlm7rs66l635szvsvc4qn8m147g07rgkd30a4v4m24mj8x"))))
+                  "0p86943abk55bc2402w5lb7115l3b61wv0w07m84wxi4hbfqk8k6"))))
       (build-system emacs-build-system)
       (arguments
-       (list #:phases
+       (list #:tests? #f ; there are no tests
+             #:phases
              #~(modify-phases %standard-phases
-               (add-after 'unpack 'setenv
-                 (lambda _
-                   (substitute* "org-pdftools.el"
-                    ;; Fix a small typo.
-                    (("let [(]pdf-isearch-narrow-to-page t[)]")
-                     "let ((pdf-isearch-narrow-to-page t))"))
-                   (setenv "HOME" "/tmp"))))))
+                 (add-after 'unpack 'setenv
+                   (lambda _
+                     (substitute* "org-pdftools.el"
+                       ;; Fix a small typo.
+                       (("let [(]pdf-isearch-narrow-to-page t[)]")
+                        "let ((pdf-isearch-narrow-to-page t))"))
+                     (setenv "HOME" "/tmp"))))))
       (propagated-inputs (list emacs-org-noter emacs-pdf-tools))
-      ;(native-inputs (list emacs-log4e emacs-with-simulated-input))
-      (synopsis "Org mode PDF tools (for doc-view, nov.el and pdf-tools)")
-      (description "This package provides org-mode PDF tools (for builtin
-doc-view and for pdf-view), for example to be able to store links to a page
-in a PDF into an org file.")
-      (home-page "https://github.com/fuxialexander/org-pdftools")
+      (synopsis "Support for links to documents in pdfview mode")
+      (description "This package adds support for org links from pdftools buffers
+with more precise location control.")
+      (home-page "https://github.com/fuxialexander/org-pdftools/")
       (license license:gpl3+))))
 
 (define-public emacs-sage-shell-mode

base-commit: f664a9377deed2c9e644b53a0b497153c7e7a41f
-- 
2.49.0





Information forwarded to guix-patches <at> gnu.org:
bug#77533; Package guix-patches. (Sat, 05 Apr 2025 15:24:02 GMT) Full text and rfc822 format available.

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

From: Ian Eure <ian <at> retrospec.tv>
To: Cayetano Santos <csantosb <at> inventati.org>
Cc: 77533 <at> debbugs.gnu.org, Katherine Cox-Buday <cox.katherine.e+guix <at> gmail.com>,
 Liliana Marie Prikler <liliana.prikler <at> gmail.com>,
 Divya Ranjan Pattanaik <divya <at> subvertising.org>,
 Andrew Tropin <andrew <at> trop.in>
Subject: Re: [bug#77533] [PATCH] gnu: emacs-org-pdftools: Update to
 1.0-0.5613b7a.
Date: Sat, 05 Apr 2025 08:23:28 -0700
Hi Cayetano,

Pushed as 521d08c6b9.

And a special thank you for opening the upstream PR for the typo 
fix!

-- Ian




bug closed, send any further explanations to 77533 <at> debbugs.gnu.org and Cayetano Santos <csantosb <at> inventati.org> Request was from Ian Eure <ian <at> retrospec.tv> to control <at> debbugs.gnu.org. (Sat, 05 Apr 2025 15:24:02 GMT) Full text and rfc822 format available.

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

This bug report was last modified 107 days ago.

Previous Next


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