guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/08: gnu: Remove harfbuzz@4.


From: guix-commits
Subject: 03/08: gnu: Remove harfbuzz@4.
Date: Wed, 27 Jul 2022 12:24:00 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit 1c526affa3edd89ebad94d23c9eb323f18af4fad
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Jul 23 23:08:58 2022 +0200

    gnu: Remove harfbuzz@4.
    
    * gnu/packages/gtk.scm (harfbuzz-4): Remove variable.
    (pango-1.90)[inputs]: Remove.
---
 gnu/packages/gtk.scm | 17 +----------------
 1 file changed, 1 insertion(+), 16 deletions(-)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 9f65f29eb3..f12c697452 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -279,19 +279,6 @@ output.  Experimental backends include OpenGL, BeOS, OS/2, 
and DirectFB.")
                                 "See 'COPYING' in the distribution."))
     (home-page "https://www.freedesktop.org/wiki/Software/HarfBuzz/";)))
 
-(define-public harfbuzz-4
-  (package
-    (inherit harfbuzz)
-    (version "4.3.0")
-    (source (origin
-              (method url-fetch)
-              (uri (string-append "https://github.com/harfbuzz/harfbuzz";
-                                  "/releases/download/" version
-                                  "/harfbuzz-" version ".tar.xz"))
-              (sha256
-               (base32
-                "0c5mzwgz43d37h75p4b6cgjg4v24jdd96i7gjpgxirn8qks2i5m4"))))))
-
 (define-public libdatrie
   (package
     (name "libdatrie")
@@ -458,9 +445,7 @@ handling for GTK+-2.x.")
                #~(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)))))
+                      "cairo_user_font_face_set_render_glyph_func"))))))))
 
 (define-public pangox-compat
   (package



reply via email to

[Prev in Thread] Current Thread [Next in Thread]