Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] harfbuzz: update to 7.1.0
@ 2023-03-23 20:27 cinerea0
  2023-03-28  3:20 ` [PR PATCH] [Merged]: " classabbyamp
  0 siblings, 1 reply; 2+ messages in thread
From: cinerea0 @ 2023-03-23 20:27 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 554 bytes --]

There is a new pull request by cinerea0 against master on the void-packages repository

https://github.com/cinerea0/void-packages harfbuzz
https://github.com/void-linux/void-packages/pull/42954

harfbuzz: update to 7.1.0
#### Testing the changes
- I tested the changes in this PR: **YES**

---

I've been testing this update for a little under a week. I know I can't test all of the packages this affects, but in my limited survey everything looks the same.

A patch file from https://github.com/void-linux/void-packages/pull/42954.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-harfbuzz-42954.patch --]
[-- Type: text/x-diff, Size: 2999 bytes --]

From cfb6cb0b92c882db01716fa975fca0c97d5d67d6 Mon Sep 17 00:00:00 2001
From: cinerea0 <cinerea0@disroot.org>
Date: Thu, 23 Mar 2023 16:24:55 -0400
Subject: [PATCH] harfbuzz: update to 7.1.0

---
 common/shlibs                                 |  1 +
 .../harfbuzz/patches/fix-char-signed.patch    | 29 -------------------
 srcpkgs/harfbuzz/template                     |  6 ++--
 3 files changed, 4 insertions(+), 32 deletions(-)
 delete mode 100644 srcpkgs/harfbuzz/patches/fix-char-signed.patch

diff --git a/common/shlibs b/common/shlibs
index b8d161c2d932..ba99e3a7c99b 100644
--- a/common/shlibs
+++ b/common/shlibs
@@ -1171,6 +1171,7 @@ libharfbuzz.so.0 libharfbuzz-5.1.0_1
 libharfbuzz-icu.so.0 libharfbuzz-5.1.0_1
 libharfbuzz-subset.so.0 libharfbuzz-5.1.0_1
 libharfbuzz-gobject.so.0 libharfbuzz-5.1.0_1
+libharfbuzz-cairo.so.0 libharfbuzz-7.1.0_1
 libosinfo-1.0.so.0 libosinfo-0.10.0_2
 libspice-client-gtk-3.0.so.5 spice-gtk-0.41_2
 libspice-client-glib-2.0.so.8 spice-gtk-0.41_2
diff --git a/srcpkgs/harfbuzz/patches/fix-char-signed.patch b/srcpkgs/harfbuzz/patches/fix-char-signed.patch
deleted file mode 100644
index affcbc57dc55..000000000000
--- a/srcpkgs/harfbuzz/patches/fix-char-signed.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-Patch-Source: https://github.com/harfbuzz/harfbuzz/pull/3771
-From 81fe35159e4fdc5ca2c9436cc9ad2750bda64203 Mon Sep 17 00:00:00 2001
-From: psykose <alice@ayaya.dev>
-Date: Mon, 1 Aug 2022 07:45:25 +0000
-Subject: [PATCH] [repacker] fix signedness of char in tests
-
----
- src/test-repacker.cc | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/src/test-repacker.cc b/src/test-repacker.cc
-index 053c0c603..1b7e1f08b 100644
---- a/src/test-repacker.cc
-+++ b/src/test-repacker.cc
-@@ -112,9 +112,9 @@ static void start_lookup (int8_t type,
-                           hb_serialize_context_t* c)
- {
-   char lookup[] = {
--    0, type, // type
-+    0, (char)type, // type
-     0, 0, // flag
--    0, num_subtables, // num subtables
-+    0, (char)num_subtables, // num subtables
-   };
- 
-   start_object (lookup, 6, c);
--- 
-2.37.1
-
diff --git a/srcpkgs/harfbuzz/template b/srcpkgs/harfbuzz/template
index 2fc515698f92..a55630712547 100644
--- a/srcpkgs/harfbuzz/template
+++ b/srcpkgs/harfbuzz/template
@@ -1,7 +1,7 @@
 # Template file for 'harfbuzz'
 pkgname=harfbuzz
-version=5.1.0
-revision=2
+version=7.1.0
+revision=1
 build_style=meson
 build_helper="gir qemu"
 configure_args="-Dglib=enabled -Dfreetype=enabled -Dcairo=enabled -Dicu=enabled
@@ -14,7 +14,7 @@ license="MIT"
 homepage="http://www.freedesktop.org/wiki/Software/HarfBuzz/"
 changelog="https://github.com/harfbuzz/harfbuzz/raw/main/NEWS"
 distfiles="https://github.com/harfbuzz/harfbuzz/releases/download/${version}/harfbuzz-${version}.tar.xz"
-checksum=2edb95db668781aaa8d60959d21be2ff80085f31b12053cdd660d9a50ce84f05
+checksum=f135a61cd464c9ed6bc9823764c188f276c3850a8dc904628de2a87966b7077b
 
 libharfbuzz_package() {
 	short_desc+=" - runtime library"

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PR PATCH] [Merged]: harfbuzz: update to 7.1.0
  2023-03-23 20:27 [PR PATCH] harfbuzz: update to 7.1.0 cinerea0
@ 2023-03-28  3:20 ` classabbyamp
  0 siblings, 0 replies; 2+ messages in thread
From: classabbyamp @ 2023-03-28  3:20 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 400 bytes --]

There's a merged pull request on the void-packages repository

harfbuzz: update to 7.1.0
https://github.com/void-linux/void-packages/pull/42954

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

---

I've been testing this update for a little under a week. I know I can't test all of the packages this affects, but in my limited survey everything looks the same.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-03-28  3:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-23 20:27 [PR PATCH] harfbuzz: update to 7.1.0 cinerea0
2023-03-28  3:20 ` [PR PATCH] [Merged]: " classabbyamp

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 NNTP newsgroup(s).