mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 21:49:34 -05:00
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.
This commit is contained in:
parent
0d56844268
commit
b071402d35
1 changed files with 6 additions and 10 deletions
|
@ -362,7 +362,7 @@ (define-public libthai
|
|||
(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,7 +371,7 @@ (define-public pango
|
|||
(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
|
||||
|
@ -384,8 +384,7 @@ (define-public pango
|
|||
(("\\[ '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,10 +399,7 @@ (define-public pango
|
|||
("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.
|
||||
|
|
Loading…
Reference in a new issue