guix-commits
[Top][All Lists]
Advanced

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

branch core-updates-frozen updated: gnu: libpeas: Update to 1.30.0.


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: libpeas: Update to 1.30.0.
Date: Sun, 22 Aug 2021 06:22:41 -0400

This is an automated email from the git hooks/post-receive script.

mothacehe pushed a commit to branch core-updates-frozen
in repository guix.

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new c130c94  gnu: libpeas: Update to 1.30.0.
c130c94 is described below

commit c130c94284bc8fc812368e2a50f9fbc058ef1f2d
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Sun Aug 22 12:21:38 2021 +0200

    gnu: libpeas: Update to 1.30.0.
    
    * gnu/packages/gnome.scm (libpeas): Update to 1.30.0.
    [arguments]: Set XDG_CACHE_HOME and XDG_CONFIG_HOME variables to fix the 
tests.
---
 gnu/packages/gnome.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index f746401..b23fe4a 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -3086,7 +3086,7 @@ some form of information without getting in the user's 
way.")
 (define-public libpeas
   (package
     (name "libpeas")
-    (version "1.28.0")
+    (version "1.30.0")
     (source
      (origin
       (method url-fetch)
@@ -3095,7 +3095,7 @@ some form of information without getting in the user's 
way.")
                           name "-" version ".tar.xz"))
       (sha256
        (base32
-        "05cb7drn6arc4gi02wgsvzibigi2riz5gnfnmlb0zmbfnj9ikna2"))))
+        "18xrk1c1ixlhkmykcfiafrl2am470ws687xqvjlq40zwkcp5dx8b"))))
     (build-system meson-build-system)
     (arguments
      '(#:phases
@@ -3105,6 +3105,8 @@ some form of information without getting in the user's 
way.")
              (let ((xorg-server (assoc-ref inputs "xorg-server"))
                    (disp ":1"))
                (setenv "DISPLAY" disp)
+               (setenv "XDG_CACHE_HOME" "/tmp/xdg-cache")
+               (setenv "XDG_CONFIG_HOME" "/tmp")
                ;; Tests require a running X server.
                (system (format #f "~a/bin/Xvfb ~a &" xorg-server disp))
                #t))))))



reply via email to

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