diff options
| author | Alonso Schaich <alonsoschaich@fastmail.fm> | 2021-08-28 00:06:39 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-27 17:06:39 -0700 |
| commit | 21935b744dc411e0fb1926618fdfb18c67d4b188 (patch) | |
| tree | c153970b6a5369873bc6e81a74fa83e9ff680e06 | |
| parent | e6ed80cfca60da5ad016b28764818be7b7b0b77f (diff) | |
| download | vcpkg-21935b744dc411e0fb1926618fdfb18c67d4b188.tar.gz vcpkg-21935b744dc411e0fb1926618fdfb18c67d4b188.zip | |
[pango] Fix libthai splelling (microsoft#19758) (#19760)
| -rw-r--r-- | ports/pango/portfile.cmake | 2 | ||||
| -rw-r--r-- | ports/pango/vcpkg.json | 1 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/p-/pango.json | 5 |
4 files changed, 8 insertions, 2 deletions
diff --git a/ports/pango/portfile.cmake b/ports/pango/portfile.cmake index ffbefb02f..db31f6f15 100644 --- a/ports/pango/portfile.cmake +++ b/ports/pango/portfile.cmake @@ -13,7 +13,7 @@ vcpkg_configure_meson( -Dintrospection=disabled # Build the GObject introspection data for Pango -Dfontconfig=enabled # Build with FontConfig support. -Dsysprof=disabled # include tracing support for sysprof - -Dlibtahi=disabled # Build with libthai support + -Dlibthai=disabled # Build with libthai support -Dcairo=enabled # Build with cairo support -Dxft=disabled # Build with xft support -Dfreetype=enabled # Build with freetype support diff --git a/ports/pango/vcpkg.json b/ports/pango/vcpkg.json index 5b4858add..f07410236 100644 --- a/ports/pango/vcpkg.json +++ b/ports/pango/vcpkg.json @@ -1,6 +1,7 @@ { "name": "pango", "version": "1.48.4", + "port-version": 1, "description": "Text and font handling library.", "homepage": "https://ftp.gnome.org/pub/GNOME/sources/pango/", "dependencies": [ diff --git a/versions/baseline.json b/versions/baseline.json index 2aaa893b2..2028c1159 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -4822,7 +4822,7 @@ }, "pango": { "baseline": "1.48.4", - "port-version": 0 + "port-version": 1 }, "pangolin": { "baseline": "0.5", diff --git a/versions/p-/pango.json b/versions/p-/pango.json index cac5e657e..0f14a351c 100644 --- a/versions/p-/pango.json +++ b/versions/p-/pango.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "a130f1c74d2e337d2f9405fbb57f3b1fe46f173a", + "version": "1.48.4", + "port-version": 1 + }, + { "git-tree": "271c6de990817cce14e8299ac3add736bdce57f5", "version": "1.48.4", "port-version": 0 |
