From fec5a9b85dc1b96dfb3854d2b932c03ea73f0597 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Sat, 1 Nov 2025 20:12:59 +0200 Subject: [PATCH] Update dependencies --- pkg.info | 12 ++++++++---- source.sh | 2 +- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/pkg.info b/pkg.info index 55d54dc..6b6196e 100644 --- a/pkg.info +++ b/pkg.info @@ -1,19 +1,23 @@ name: harfbuzz description: OpenType text shaping engine version: 12.1.0 -revision: 1 +revision: 2 url: https://harfbuzz.github.io/ license: MIT architecture: any type: source depends: - - gobject-introspection + - freetype2 - glib - glibc - - icu - - freetype2 make_depends: + - cairo + - gobject-introspection + - gtk-doc + - help2man + - icu - meson + - python3 downloads: - url: https://github.com/harfbuzz/harfbuzz/releases/download/${BPM_PKG_VERSION}/harfbuzz-${BPM_PKG_VERSION}.tar.xz extract_to: ${BPM_SOURCE} diff --git a/source.sh b/source.sh index e2e3177..921a30d 100644 --- a/source.sh +++ b/source.sh @@ -5,7 +5,7 @@ # The build function is executed in the source directory # This function is used to compile the source code build() { - meson setup --prefix=/usr --libdir=/usr/lib --buildtype=release -Ddocs=disabled build + meson setup --prefix=/usr -Dcpp_std=c++17 build } # The check function is executed in the source directory