mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add pango-1.90.
* gnu/packages/gtk.scm (pango-1.90): New variable.
This commit is contained in:
parent
bcf6730e68
commit
15b4579a5a
1 changed files with 23 additions and 0 deletions
|
@ -468,6 +468,29 @@ handling for GTK+-2.x.")
|
||||||
(("test-layout\\$\\(EXEEXT\\)") ""))
|
(("test-layout\\$\\(EXEEXT\\)") ""))
|
||||||
#t)))))))
|
#t)))))))
|
||||||
|
|
||||||
|
(define-public pango-1.90
|
||||||
|
(package
|
||||||
|
(inherit pango)
|
||||||
|
(name "pango")
|
||||||
|
(version "1.90.0")
|
||||||
|
(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
|
||||||
|
"1zqif72jxa819bwi4jv2vgac574qas3w37f7qvn8l31rm1jgjf7i"))
|
||||||
|
(modules '((guix build utils)))
|
||||||
|
(snippet
|
||||||
|
#~(begin
|
||||||
|
(substitute* "pango/pangocairo-font.c"
|
||||||
|
(("cairo_user_font_face_set_render_color_glyph_func")
|
||||||
|
"cairo_user_font_face_set_render_glyph_func"))))))
|
||||||
|
(inputs (modify-inputs (package-inputs pango)
|
||||||
|
(prepend harfbuzz-4)))))
|
||||||
|
|
||||||
(define-public pangox-compat
|
(define-public pangox-compat
|
||||||
(package
|
(package
|
||||||
(name "pangox-compat")
|
(name "pangox-compat")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue