all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#67113] [PATCH] gnu: pdfarranger: Update to 1.10.1
@ 2023-11-11 21:50 Jack Hill
  2023-12-11 22:31 ` bug#67113: " Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Jack Hill @ 2023-11-11 21:50 UTC (permalink / raw)
  To: 67113

* gnu/packages/pdf.scm (pdfarranger): Update to 1.10.1.
[arguments]: Add set-home phase.

Change-Id: Id31925e7e34fc4b23abb73456bac8cd0012f1d6f
---
 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 44bae7f0d9..cf3bebcb6a 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -1388,7 +1388,7 @@ (define-public python-pypdf2
 (define-public pdfarranger
   (package
     (name "pdfarranger")
-    (version "1.9.2")
+    (version "1.10.1")
     (source
      (origin
        (method git-fetch)
@@ -1397,7 +1397,7 @@ (define-public pdfarranger
              (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 @@ (define-public pdfarranger
               (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

base-commit: af6105afc67a15a491a0a4fd18a28c9f801a0b94
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#67113: [PATCH] gnu: pdfarranger: Update to 1.10.1
  2023-11-11 21:50 [bug#67113] [PATCH] gnu: pdfarranger: Update to 1.10.1 Jack Hill
@ 2023-12-11 22:31 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2023-12-11 22:31 UTC (permalink / raw)
  To: Jack Hill; +Cc: 67113-done

Hey,

Jack Hill <jackhill@jackhill.us> skribis:

> * gnu/packages/pdf.scm (pdfarranger): Update to 1.10.1.
> [arguments]: Add set-home phase.
>
> Change-Id: Id31925e7e34fc4b23abb73456bac8cd0012f1d6f

Applied, thanks!

Ludo’.




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-12-11 22:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-11 21:50 [bug#67113] [PATCH] gnu: pdfarranger: Update to 1.10.1 Jack Hill
2023-12-11 22:31 ` bug#67113: " Ludovic Courtès

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.