[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
123/227: gnu: pango: Update to 1.48.10.
From: |
guix-commits |
Subject: |
123/227: gnu: pango: Update to 1.48.10. |
Date: |
Thu, 11 Nov 2021 12:30:22 -0500 (EST) |
apteryx pushed a commit to branch core-updates-frozen
in repository guix.
commit b071402d35427c7400dff224f54d6c57d35104e2
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Oct 15 23:56:42 2021 -0400
gnu: pango: Update to 1.48.10.
* gnu/packages/gtk.scm (pango): Update to 1.48.10. Remove trailing #t.
[inputs]: Remove conditional on the bash-minimal input.
---
gnu/packages/gtk.scm | 16 ++++++----------
1 file changed, 6 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index e92c6b1..35c66e9 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -362,7 +362,7 @@ applications.")
(define-public pango
(package
(name "pango")
- (version "1.48.9")
+ (version "1.48.10")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/pango/"
@@ -371,10 +371,10 @@ applications.")
(patches (search-patches "pango-skip-libthai-test.patch"))
(sha256
(base32
- "1akj11n0ycqrm1rvi0fdfldqk7l5zk9vb8sq77009ap57xyna4x9"))))
+ "166wxhsjb6hb0dk7wkkdcmpvasl9n0a0aa64mdgagzfdidwzbq91"))))
(build-system meson-build-system)
(arguments
- '(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
+ '(#:glib-or-gtk? #t ; To wrap binaries and/or compile schemas
#:phases (modify-phases %standard-phases
(add-after 'unpack 'disable-cantarell-tests
(lambda _
@@ -384,8 +384,7 @@ applications.")
(("\\[ 'test-layout'.*") "")
(("\\[ 'test-itemize'.*") "")
(("\\[ 'test-font'.*") "")
- (("\\[ 'test-harfbuzz'.*") ""))
- #t)))))
+ (("\\[ 'test-harfbuzz'.*") "")))))))
(propagated-inputs
;; These are all in Requires or Requires.private of the '.pc' files.
`(("cairo" ,cairo)
@@ -400,13 +399,10 @@ applications.")
("libxft" ,libxft)
("libxrender" ,libxrender)))
(inputs
- ;; TODO(core-updates): Unconditionally add "bash-minimal"
- `(,@(if (%current-target-system)
- `(("bash-minimal" ,bash-minimal)) ; for glib-or-gtk-wrap
- '())
+ `(("bash-minimal" ,bash-minimal)
("zlib" ,zlib)))
(native-inputs
- `(("glib" ,glib "bin") ; glib-mkenums, etc.
+ `(("glib" ,glib "bin") ; glib-mkenums, etc.
("gobject-introspection" ,gobject-introspection) ; g-ir-compiler, etc.
("help2man" ,help2man)
("perl" ,perl)
- 215/227: gnu: conan: Update to 1.42.0., (continued)
- 215/227: gnu: conan: Update to 1.42.0., guix-commits, 2021/11/11
- 225/227: gnu: Add binutils-next., guix-commits, 2021/11/11
- 226/227: gnu: binutils-gold: Inherit from binutils-next., guix-commits, 2021/11/11
- 178/227: gnu: xorg-server: Fix indentation., guix-commits, 2021/11/11
- 206/227: gnu: Add python-sphinxcontrib-asyncio., guix-commits, 2021/11/11
- 204/227: gnu: icecat: Enable geckodriver., guix-commits, 2021/11/11
- 133/227: gnu: python-flit: Update to 3.3.0., guix-commits, 2021/11/11
- 214/227: gnu: python-urllib3: Update to 1.26.7., guix-commits, 2021/11/11
- 208/227: gnu: Add python-asyncmy., guix-commits, 2021/11/11
- 219/227: gnu: geocode-glib: Use libsoup 2., guix-commits, 2021/11/11
- 123/227: gnu: pango: Update to 1.48.10.,
guix-commits <=
- 143/227: gnu: elogind: Update to 246.10., guix-commits, 2021/11/11
- 197/227: gnu: ansible-core: Use GUIX_PYTHONPATH to fix build., guix-commits, 2021/11/11
- 207/227: gnu: Add python-asyncpg., guix-commits, 2021/11/11
- 213/227: gnu: python-wmctrl: Add missing python-attrs propagated inputs., guix-commits, 2021/11/11
- 222/227: gnu: glade3: Use meson-0.59., guix-commits, 2021/11/11