guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.

commit ee1f416d76c2ba1081a1fc5c22692441a38d17a7
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sat May 17 21:03:39 2025 +0900

    gnu: Remove pango-1.90.
    
    This version is not used anywhere, is actually older than the recent
    releases (e.g. 1.56.3) and confuses the updater.
    
    * gnu/packages/gtk.scm (pango-1.90): Delete variable.
    
    Change-Id: I3d236b9f9d5385628edc161ec36e8a6e5e6251c4
---
 gnu/packages/gtk.scm | 26 --------------------------
 1 file changed, 26 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 43a6b66e3f..419afb9050 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -472,32 +472,6 @@ 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"))
-                   ;; Disable a failing test
-                   (substitute* "tests/testmisc.c"
-                     (("\
-g_test_add_func \\(\"/layout/gravity-metrics2\", test_gravity_metrics2\\);")
-                      ""))))))))
-
 (define-public pangox-compat
   (package
     (name "pangox-compat")

Reply via email to