unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Liliana Marie Prikler <liliana.prikler@gmail.com>
To: 56211@debbugs.gnu.org
Subject: [bug#56211] [PATCH 2/3] gnu: Add harfbuzz-4.
Date: Fri, 24 Jun 2022 23:10:49 +0200	[thread overview]
Message-ID: <dca6d07796164a1dbfe86be03e560f0e2be0040d.camel@gmail.com> (raw)
In-Reply-To: <e523de748ba3a4e87d1d74ec6e62ea9b61ee7b32.camel@gmail.com>

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

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 9c4af3e512..7418acb31e 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -292,6 +292,19 @@ (define-public harfbuzz-3
                (base32
                 "0lprrl8iih8ji1n17xwm5llz05a1hv4g04b7a3y229dq9myahn3i"))))))
 
+(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")
-- 
2.36.1





  parent reply	other threads:[~2022-06-25  6:50 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-25  6:43 [bug#56211] [PATCH 0/3] "Update" harfbuzz and pango Liliana Marie Prikler
2022-06-24 21:08 ` [bug#56211] [PATCH 1/3] gnu: harfbuzz-3: Update to 3.4.0 Liliana Marie Prikler
2022-06-24 21:10 ` Liliana Marie Prikler [this message]
2022-06-24 21:10 ` [bug#56211] [PATCH 3/3] gnu: Add pango-1.90 Liliana Marie Prikler
2022-07-09  8:48 ` bug#56211: [PATCH 0/3] "Update" harfbuzz and pango Liliana Marie Prikler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=dca6d07796164a1dbfe86be03e560f0e2be0040d.camel@gmail.com \
    --to=liliana.prikler@gmail.com \
    --cc=56211@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).