mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: pango: Update to 1.50.10 and remove input labels.
* gnu/packages/gtk.scm (pango): Update to 1.50.10 and remove input labels.
This commit is contained in:
parent
8da7e38773
commit
805f92c392
1 changed files with 4 additions and 3 deletions
|
@ -345,7 +345,7 @@ (define-public libthai
|
||||||
(define-public pango
|
(define-public pango
|
||||||
(package
|
(package
|
||||||
(name "pango")
|
(name "pango")
|
||||||
(version "1.50.8")
|
(version "1.50.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/"
|
||||||
|
@ -354,7 +354,7 @@ (define-public pango
|
||||||
(patches (search-patches "pango-skip-libthai-test.patch"))
|
(patches (search-patches "pango-skip-libthai-test.patch"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1yjm28qnq4v3dm8nj59cmhjiszv6x4h4j0y4fhqh4v0lvmcnyqng"))))
|
"0rj9sszflckk8gj47ppirpndpp3mzsx97l64lalj8kc580g2ypby"))))
|
||||||
(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
|
||||||
|
@ -382,7 +382,8 @@ (define-public pango
|
||||||
libxft
|
libxft
|
||||||
libxrender))
|
libxrender))
|
||||||
(inputs
|
(inputs
|
||||||
(list bash-minimal zlib))
|
(list bash-minimal
|
||||||
|
zlib))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list `(,glib "bin") ;glib-mkenums, etc.
|
(list `(,glib "bin") ;glib-mkenums, etc.
|
||||||
gobject-introspection ;g-ir-compiler, etc.
|
gobject-introspection ;g-ir-compiler, etc.
|
||||||
|
|
Loading…
Reference in a new issue