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 @@ applications.")
|
||||||
(define-public pango
|
(define-public pango
|
||||||
(package
|
(package
|
||||||
(name "pango")
|
(name "pango")
|
||||||
(version "1.48.9")
|
(version "1.48.10")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/pango/"
|
(uri (string-append "mirror://gnome/sources/pango/"
|
||||||
|
@ -371,10 +371,10 @@ applications.")
|
||||||
(patches (search-patches "pango-skip-libthai-test.patch"))
|
(patches (search-patches "pango-skip-libthai-test.patch"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1akj11n0ycqrm1rvi0fdfldqk7l5zk9vb8sq77009ap57xyna4x9"))))
|
"166wxhsjb6hb0dk7wkkdcmpvasl9n0a0aa64mdgagzfdidwzbq91"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(arguments
|
(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
|
#:phases (modify-phases %standard-phases
|
||||||
(add-after 'unpack 'disable-cantarell-tests
|
(add-after 'unpack 'disable-cantarell-tests
|
||||||
(lambda _
|
(lambda _
|
||||||
|
@ -384,8 +384,7 @@ applications.")
|
||||||
(("\\[ 'test-layout'.*") "")
|
(("\\[ 'test-layout'.*") "")
|
||||||
(("\\[ 'test-itemize'.*") "")
|
(("\\[ 'test-itemize'.*") "")
|
||||||
(("\\[ 'test-font'.*") "")
|
(("\\[ 'test-font'.*") "")
|
||||||
(("\\[ 'test-harfbuzz'.*") ""))
|
(("\\[ 'test-harfbuzz'.*") "")))))))
|
||||||
#t)))))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
;; These are all in Requires or Requires.private of the '.pc' files.
|
;; These are all in Requires or Requires.private of the '.pc' files.
|
||||||
`(("cairo" ,cairo)
|
`(("cairo" ,cairo)
|
||||||
|
@ -400,13 +399,10 @@ applications.")
|
||||||
("libxft" ,libxft)
|
("libxft" ,libxft)
|
||||||
("libxrender" ,libxrender)))
|
("libxrender" ,libxrender)))
|
||||||
(inputs
|
(inputs
|
||||||
;; TODO(core-updates): Unconditionally add "bash-minimal"
|
`(("bash-minimal" ,bash-minimal)
|
||||||
`(,@(if (%current-target-system)
|
|
||||||
`(("bash-minimal" ,bash-minimal)) ; for glib-or-gtk-wrap
|
|
||||||
'())
|
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("glib" ,glib "bin") ; glib-mkenums, etc.
|
`(("glib" ,glib "bin") ; glib-mkenums, etc.
|
||||||
("gobject-introspection" ,gobject-introspection) ; g-ir-compiler, etc.
|
("gobject-introspection" ,gobject-introspection) ; g-ir-compiler, etc.
|
||||||
("help2man" ,help2man)
|
("help2man" ,help2man)
|
||||||
("perl" ,perl)
|
("perl" ,perl)
|
||||||
|
|
Reference in a new issue