[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
06/08: gnu: Add pango-1.90.
From: |
guix-commits |
Subject: |
06/08: gnu: Add pango-1.90. |
Date: |
Sat, 9 Jul 2022 04:48:20 -0400 (EDT) |
lilyp pushed a commit to branch master
in repository guix.
commit 15b4579a5a2dfa06dfc1b8d3892caed4c4f0a2ce
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Fri Jun 24 23:10:57 2022 +0200
gnu: Add pango-1.90.
* gnu/packages/gtk.scm (pango-1.90): New variable.
---
gnu/packages/gtk.scm | 23 +++++++++++++++++++++++
1 file changed, 23 insertions(+)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 2c8381f5b2..50465c121d 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -468,6 +468,29 @@ handling for GTK+-2.x.")
(("test-layout\\$\\(EXEEXT\\)") ""))
#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
(package
(name "pangox-compat")
- branch master updated (d84bedd830 -> 9e4632081f), guix-commits, 2022/07/09
- 08/08: gnu: vte: Use new package style., guix-commits, 2022/07/09
- 04/08: gnu: harfbuzz-3: Update to 3.4.0., guix-commits, 2022/07/09
- 07/08: gnu: vte: Update to 0.68.0., guix-commits, 2022/07/09
- 06/08: gnu: Add pango-1.90.,
guix-commits <=
- 02/08: gnu: totem: Also wrap GI_TYPELIB_PATH., guix-commits, 2022/07/09
- 05/08: gnu: Add harfbuzz-4., guix-commits, 2022/07/09
- 03/08: gnu: totem: Use new package style., guix-commits, 2022/07/09
- 01/08: gnu: totem: Update to 42.0., guix-commits, 2022/07/09