aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorJonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>2021-09-08 12:04:22 +0800
committerGitHub <noreply@github.com>2021-09-07 21:04:22 -0700
commitc126a7817c74c88ef95672640c5ec2ba518f7341 (patch)
treed558e569cf018fdfb53bdd2ebdbd73e8b17364e8 /ports
parent4d8cf181f1172e32fb0494aebaa2a8a117c4cebc (diff)
downloadvcpkg-c126a7817c74c88ef95672640c5ec2ba518f7341.tar.gz
vcpkg-c126a7817c74c88ef95672640c5ec2ba518f7341.zip
[harfbuzz] update to 2.9.0 (#19817)
* [harfbuzz] update to 2.9.0 * update version * update version to version-semver * update version * remove fontconfig option * update version
Diffstat (limited to 'ports')
-rw-r--r--ports/harfbuzz/portfile.cmake5
-rw-r--r--ports/harfbuzz/vcpkg.json2
2 files changed, 3 insertions, 4 deletions
diff --git a/ports/harfbuzz/portfile.cmake b/ports/harfbuzz/portfile.cmake
index 7b3caed4c..bb5cdc37f 100644
--- a/ports/harfbuzz/portfile.cmake
+++ b/ports/harfbuzz/portfile.cmake
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO harfbuzz/harfbuzz
- REF 63e15eac4f443fa53565d1e4fb9611cdd7814f28 # 2.8.2
- SHA512 8a743ce465f01d6cb49ac74efb1159d965e41c89267eeb4078ec4c342c24599e14419a0416f8d35a0b9dd00e76cc79b4dbd6f50ddd1b8da761d61158d1018ebc
+ REF 9aa6f8a93f035dd0a1e3978da495d830049480c8 # 2.9.0
+ SHA512 7ef82298e6f5e0d8a78bb6a408e2ec0a4016c7931ef69d52e75ed8e9e0b31628f2ae5ea913dcbfa7d5159412ae487400ea1391254477064ba8fb1aa0cdbe5ed9
HEAD_REF master
PATCHES
# This patch is a workaround that is needed until the following issues are resolved upstream:
@@ -49,7 +49,6 @@ vcpkg_configure_meson(
SOURCE_PATH ${SOURCE_PATH}
OPTIONS ${FEATURE_OPTIONS}
-Dcairo=disabled # Use Cairo graphics library
- -Dfontconfig=disabled # Use fontconfig
-Dintrospection=disabled # Generate gobject-introspection bindings (.gir/.typelib files)
-Ddocs=disabled # Generate documentation with gtk-doc
-Dtests=disabled
diff --git a/ports/harfbuzz/vcpkg.json b/ports/harfbuzz/vcpkg.json
index 2eb7e6d3f..4bab55174 100644
--- a/ports/harfbuzz/vcpkg.json
+++ b/ports/harfbuzz/vcpkg.json
@@ -1,6 +1,6 @@
{
"name": "harfbuzz",
- "version": "2.8.2",
+ "version-semver": "2.9.0",
"description": "HarfBuzz OpenType text shaping engine",
"homepage": "https://github.com/harfbuzz/harfbuzz",
"dependencies": [