mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: pango: Update to 1.50.7.
* gnu/packages/gtk.scm (pango): Update to 1.50.7. (pango-next): Remove variable. (gtk, pangomm)[inputs]: Change from PANGO-NEXT to PANGO.
This commit is contained in:
parent
2a023a7bd8
commit
dc5fc7d23f
1 changed files with 4 additions and 20 deletions
|
@ -345,7 +345,7 @@ (define-public libthai
|
||||||
(define-public pango
|
(define-public pango
|
||||||
(package
|
(package
|
||||||
(name "pango")
|
(name "pango")
|
||||||
(version "1.48.10")
|
(version "1.50.7")
|
||||||
(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
|
||||||
"166wxhsjb6hb0dk7wkkdcmpvasl9n0a0aa64mdgagzfdidwzbq91"))))
|
"0cxdwfvr0rsw82nfqzp29mznlx84q2fri9lrfbgrbinlldlz6xq4"))))
|
||||||
(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
|
||||||
|
@ -399,22 +399,6 @@ (define-public pango
|
||||||
(home-page "https://pango.gnome.org/")
|
(home-page "https://pango.gnome.org/")
|
||||||
(license license:lgpl2.0+)))
|
(license license:lgpl2.0+)))
|
||||||
|
|
||||||
;; TODO: Make this the default package in next release cycle.
|
|
||||||
(define-public pango-next
|
|
||||||
(package
|
|
||||||
(inherit pango)
|
|
||||||
(name "pango")
|
|
||||||
(version "1.50.4")
|
|
||||||
(source (origin
|
|
||||||
(method url-fetch)
|
|
||||||
(uri (string-append "mirror://gnome/sources/pango/"
|
|
||||||
(version-major+minor version) "/"
|
|
||||||
name "-" version ".tar.xz"))
|
|
||||||
(patches (search-patches "pango-skip-libthai-test.patch"))
|
|
||||||
(sha256
|
|
||||||
(base32
|
|
||||||
"0qn1a7ccs3p5vc6swbqm6hdzka879l0gp9220lq4bcf2gpl67bgl"))))))
|
|
||||||
|
|
||||||
(define-public pango-1.42
|
(define-public pango-1.42
|
||||||
(package
|
(package
|
||||||
(inherit pango)
|
(inherit pango)
|
||||||
|
@ -1234,7 +1218,7 @@ (define-public gtk
|
||||||
("libxkbcommon" ,libxkbcommon)
|
("libxkbcommon" ,libxkbcommon)
|
||||||
("libxrandr" ,libxrandr)
|
("libxrandr" ,libxrandr)
|
||||||
("libxrender" ,libxrender)
|
("libxrender" ,libxrender)
|
||||||
("pango" ,pango-next)
|
("pango" ,pango)
|
||||||
("vulkan-headers" ,vulkan-headers)
|
("vulkan-headers" ,vulkan-headers)
|
||||||
("vulkan-loader" ,vulkan-loader) ;for vulkan graphics API support
|
("vulkan-loader" ,vulkan-loader) ;for vulkan graphics API support
|
||||||
("wayland" ,wayland) ;for wayland display-backend
|
("wayland" ,wayland) ;for wayland display-backend
|
||||||
|
@ -1651,7 +1635,7 @@ (define-public pangomm
|
||||||
("python" ,python)
|
("python" ,python)
|
||||||
("xsltproc" ,libxslt)))
|
("xsltproc" ,libxslt)))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list cairo cairomm glibmm pango-next))
|
(list cairo cairomm glibmm pango))
|
||||||
(home-page "https://pango.gnome.org//")
|
(home-page "https://pango.gnome.org//")
|
||||||
(synopsis "C++ interface to the Pango text rendering library")
|
(synopsis "C++ interface to the Pango text rendering library")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Reference in a new issue