[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
123/201: gnu: pango: Update to 1.48.10.
From: |
guix-commits |
Subject: |
123/201: gnu: pango: Update to 1.48.10. |
Date: |
Mon, 1 Nov 2021 23:18:55 -0400 (EDT) |
apteryx pushed a commit to branch core-updates-frozen-batched-changes
in repository guix.
commit 7c7f1c11f838b31ef5e61144919cdf8325d6575b
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)
- 177/201: gnu: xorg-server, xorg-server-for-tests: Update to 21.1.0., (continued)
- 177/201: gnu: xorg-server, xorg-server-for-tests: Update to 21.1.0., guix-commits, 2021/11/01
- 188/201: gnu: gnome-online-accounts: Update to 3.43.1., guix-commits, 2021/11/01
- 194/201: gnu: docker-compose: Update to 1.29.2., guix-commits, 2021/11/01
- 73/201: bluez: Update to 5.61., guix-commits, 2021/11/01
- 80/201: gnu: diffutils: Update to 3.8., guix-commits, 2021/11/01
- 84/201: gnu: make-ld-wrapper: Add a LINKER argument., guix-commits, 2021/11/01
- 88/201: guix: packages: Fix repacking of plain tarballs., guix-commits, 2021/11/01
- 93/201: gnu: Build all Rust packages using the latest rustc., guix-commits, 2021/11/01
- 108/201: gnu: lsof: Fix indentation., guix-commits, 2021/11/01
- 120/201: gnu: mit-krb5: Absorb 1.19.2 graft., guix-commits, 2021/11/01
- 123/201: gnu: pango: Update to 1.48.10.,
guix-commits <=
- 129/201: gnu: libsoup: Update to 3.0.1., guix-commits, 2021/11/01
- 138/201: profiles: Add a gdk-pixbuf-loaders-cache-file hook., guix-commits, 2021/11/01
- 156/201: gnu: python-six-bootstrap: Update to 1.16.0., guix-commits, 2021/11/01
- 160/201: gnu: mesa: Replace obsolete vulkan-overlay-layer build option., guix-commits, 2021/11/01
- 192/201: gnu: Add python-dotenv., guix-commits, 2021/11/01
- 198/201: gnu: ansible: Update to 4.7.0., guix-commits, 2021/11/01
- 179/201: gnu: Add polkit-duktape., guix-commits, 2021/11/01
- 61/201: gnu: gst-plugins-base: Update to 1.18.5., guix-commits, 2021/11/01
- 72/201: gnu: libnice: Update to 0.1.18-0.47a9633 and disable test-bind test., guix-commits, 2021/11/01
- 121/201: gnu: util-linux: Globally disable the lsns test., guix-commits, 2021/11/01