guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: harfbuzz: Add 3.0.


From: guix-commits
Subject: 01/03: gnu: harfbuzz: Add 3.0.
Date: Sat, 2 Oct 2021 07:14:46 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 74f2bb1b77f152a1abdb0224f19a84a42283b5f7
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sat Oct 2 00:47:22 2021 +0200

    gnu: harfbuzz: Add 3.0.
    
    * gnu/packages/gtk.scm (harfbuzz-3.0): New public variable.
---
 gnu/packages/gtk.scm | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 7a2bd55..2a587d9 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -238,6 +238,19 @@ affine transformation (scale, rotation, shear, etc.).")
                        "See 'COPYING' in the distribution."))
    (home-page "https://www.freedesktop.org/wiki/Software/HarfBuzz/";)))
 
+(define-public harfbuzz-3.0
+  (package
+    (inherit harfbuzz)
+    (version "3.0.0")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "https://github.com/harfbuzz/harfbuzz";
+                                  "/releases/download/" version
+                                  "/harfbuzz-" version ".tar.xz"))
+              (sha256
+               (base32
+                "1ngk8vn06rryx3s4v5pbl91bw1j1pd4431n77rw3j5a533hhwsq3"))))))
+
 (define-public libdatrie
   (package
     (name "libdatrie")



reply via email to

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