From d823fe6955f54fee474c0e1c51fcb21df225a1ec Mon Sep 17 00:00:00 2001 From: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> Date: Sat, 11 Jan 2025 16:52:19 +0000 Subject: [PATCH 1/2] harfbuzz/10.2.0 package update Signed-off-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com> --- harfbuzz.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/harfbuzz.yaml b/harfbuzz.yaml index e3235121236..2da2820de30 100644 --- a/harfbuzz.yaml +++ b/harfbuzz.yaml @@ -1,6 +1,6 @@ package: name: harfbuzz - version: 10.1.0 + version: "10.2.0" epoch: 0 description: Text shaping library copyright: @@ -29,7 +29,7 @@ environment: pipeline: - uses: fetch with: - expected-sha256: 6ce3520f2d089a33cef0fc48321334b8e0b72141f6a763719aaaecd2779ecb82 + expected-sha256: 620e3468faec2ea8685d32c46a58469b850ef63040b3565cde05959825b48227 uri: https://github.com/harfbuzz/harfbuzz/releases/download/${{package.version}}/harfbuzz-${{package.version}}.tar.xz - uses: meson/configure From 2bd355a57cf0a7aa215ad28d0747fd31a6e75234 Mon Sep 17 00:00:00 2001 From: kranurag7 <81210977+kranurag7@users.noreply.github.com> Date: Sat, 11 Jan 2025 22:41:27 +0530 Subject: [PATCH 2/2] add python3 as build time dependency the AI suggested comment was right this time, the build was invoking a python script during build and python was not available, adding python3 builds the package. Signed-off-by: kranurag7 <81210977+kranurag7@users.noreply.github.com> --- harfbuzz.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/harfbuzz.yaml b/harfbuzz.yaml index 2da2820de30..14c2835c41f 100644 --- a/harfbuzz.yaml +++ b/harfbuzz.yaml @@ -24,6 +24,7 @@ environment: - icu-dev - meson - posix-libc-utils + - python3 - zlib-dev pipeline: