1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 04:27:45 +00:00

Ports/harfbuzz: Update harfbuzz to version 4.3.0

This commit is contained in:
EWouters 2022-06-03 16:25:21 +02:00 committed by Linus Groh
parent 9a692aaabc
commit accf20c83e
2 changed files with 6 additions and 6 deletions

View file

@ -1,11 +1,11 @@
#!/usr/bin/env -S bash ../.port_include.sh
port=harfbuzz
useconfigure=true
version=2.8.1
port='harfbuzz'
version='4.3.0'
files="https://github.com/harfbuzz/harfbuzz/releases/download/${version}/harfbuzz-${version}.tar.xz harfbuzz-${version}.tar.xz a49628f4c4c8e6d8df95ef44935a93446cf2e46366915b0e3ca30df21fffb530"
useconfigure='true'
auth_type='sha256'
depends=("freetype" "libicu")
configopts=("-DCMAKE_TOOLCHAIN_FILE=${SERENITY_BUILD_DIR}/CMakeToolchain.txt" "-DHB_HAVE_FREETYPE=ON" "-DHB_HAVE_ICU=ON")
files="https://github.com/harfbuzz/harfbuzz/releases/download/${version}/harfbuzz-${version}.tar.xz harfbuzz-${version}.tar.xz 4124f663ec4bf4e294d9cf230668370b4249a48ff34deaf0f06e8fc82d891300"
auth_type=sha256
configure() {
run mkdir -p build