guix-commits
[Top][All Lists]
Advanced

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

103/113: gnu: pango: Update to 1.48.3.


From: guix-commits
Subject: 103/113: gnu: pango: Update to 1.48.3.
Date: Wed, 24 Mar 2021 19:24:01 -0400 (EDT)

lle_bout pushed a commit to branch wip-gnome-40
in repository guix.

commit 94825fd49045ac77481832e8ada2ad807f481f6f
Author: Léo Le Bouter <lle-bout@zaclys.net>
AuthorDate: Tue Mar 23 20:56:16 2021 +0100

    gnu: pango: Update to 1.48.3.
    
    * gnu/packages/gtk.scm (pango): Update to 1.48.3.
    [arguments]<#:phases>: Add one more 'test-font' disabled test. Add 'set-HOME
    phase to fix other tests.
---
 gnu/packages/gtk.scm | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index bfc73a3..2096a50 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -307,7 +307,7 @@ applications.")
 (define-public pango
   (package
    (name "pango")
-   (version "1.44.7")
+   (version "1.48.3")
    (source (origin
             (method url-fetch)
             (uri (string-append "mirror://gnome/sources/pango/"
@@ -316,7 +316,7 @@ applications.")
             (patches (search-patches "pango-skip-libthai-test.patch"))
             (sha256
              (base32
-              "07qvxa2sk90chp1l12han6vxvy098mc37sdqcznyywyv2g6bd9b6"))))
+              "0ijbkcs6217ygzphlpi0vajxkccifdbsl0jdjpy8wz11h9f19sin"))))
    (build-system meson-build-system)
    (arguments
     '(#:phases (modify-phases %standard-phases
@@ -327,8 +327,11 @@ applications.")
                        ;; adding it here would introduce a circular dependency.
                        (("\\[ 'test-harfbuzz'.*") "")
                        (("\\[ 'test-itemize'.*") "")
-                       (("\\[ 'test-layout'.*") ""))
-                     #t)))))
+                       (("\\[ 'test-layout'.*") "")
+                       (("\\[ 'test-font'.*") ""))
+                     #t))
+                 (add-before 'check 'set-HOME
+                   (lambda _ (setenv "HOME" (getcwd)))))))
    (propagated-inputs
     ;; These are all in Requires or Requires.private of the '.pc' files.
     `(("cairo" ,cairo)



reply via email to

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