guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

08/10: gnu: pdfarranger: Update to 1.10.1.


From: guix-commits
Subject: 08/10: gnu: pdfarranger: Update to 1.10.1.
Date: Mon, 11 Dec 2023 17:50:39 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 17213c1b20dd784bfe421813b1ce9995be48261f
Author: Jack Hill <jackhill@jackhill.us>
AuthorDate: Sat Nov 11 16:50:39 2023 -0500

    gnu: pdfarranger: Update to 1.10.1.
    
    * gnu/packages/pdf.scm (pdfarranger): Update to 1.10.1.
    [arguments]: Add set-home phase.
    
    Change-Id: Id31925e7e34fc4b23abb73456bac8cd0012f1d6f
    Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
 gnu/packages/pdf.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index be9f13d7b6..874076effb 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -1388,7 +1388,7 @@ manage or manipulate PDFs.")
 (define-public pdfarranger
   (package
     (name "pdfarranger")
-    (version "1.9.2")
+    (version "1.10.1")
     (source
      (origin
        (method git-fetch)
@@ -1397,7 +1397,7 @@ manage or manipulate PDFs.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1zj1fdaqih9d878yxy96ivgqyg4j31slvh2gqsyz2l2vj3s8z54x"))))
+        (base32 "0bi3yyns05yamml5jcnqvdaf7i19jg636wb1fj2mwlial9ww7zwp"))))
     (build-system python-build-system)
     (arguments
      (list
@@ -1409,7 +1409,10 @@ manage or manipulate PDFs.")
               (let ((program (string-append #$output "/bin/pdfarranger")))
                 (wrap-program program
                   `("GI_TYPELIB_PATH" ":" prefix
-                    (,(getenv "GI_TYPELIB_PATH"))))))))))
+                    (,(getenv "GI_TYPELIB_PATH")))))))
+          (add-before 'sanity-check 'set-home
+            (lambda _
+              (setenv "HOME" "/tmp"))))))
     (native-inputs
      (list intltool python-distutils-extra))
     (inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]