diff --git a/ports/pango/portfile.cmake b/ports/pango/portfile.cmake index db31f6f15e8..eb12a9b6087 100644 --- a/ports/pango/portfile.cmake +++ b/ports/pango/portfile.cmake @@ -2,8 +2,8 @@ vcpkg_from_gitlab( GITLAB_URL https://gitlab.gnome.org/ OUT_SOURCE_PATH SOURCE_PATH REPO GNOME/pango - REF 386639c3b118cc973f714eb485877f480391f31f #v1.48.4 - SHA512 d7de3bc3108826de9f0b34ca888e0c1eb97c1d0723b2dd68cfb1030fb78d1367e3ac4df88e4a5dea66b08854ef85ecf562d149a58f070351768d6ac144da8520 + REF dc5bde2a20cbb025c9d0ed29ed687740a4d027da #v1.48.10 + SHA512 8454b2cb81fd57e140372b5c1e5786542e92bcad85d4718b7976dccbf694cfe0fec62938edc32e5de50991e2cda2b00e8d4e976921881069ca29976fe973f4ac HEAD_REF master # branch name ) @@ -28,7 +28,7 @@ vcpkg_install_meson() vcpkg_fixup_pkgconfig() vcpkg_copy_pdbs() -vcpkg_copy_tools(TOOL_NAMES pango-view pango-list AUTO_CLEAN) +vcpkg_copy_tools(TOOL_NAMES pango-view pango-list pango-segmentation AUTO_CLEAN) file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright) diff --git a/ports/pango/vcpkg.json b/ports/pango/vcpkg.json index f0741023681..07b7c83113f 100644 --- a/ports/pango/vcpkg.json +++ b/ports/pango/vcpkg.json @@ -1,7 +1,6 @@ { "name": "pango", - "version": "1.48.4", - "port-version": 1, + "version": "1.48.10", "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 0c78c71804d..ecafab0a9a6 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5121,8 +5121,8 @@ "port-version": 0 }, "pango": { - "baseline": "1.48.4", - "port-version": 1 + "baseline": "1.48.10", + "port-version": 0 }, "pangolin": { "baseline": "0.6", diff --git a/versions/p-/pango.json b/versions/p-/pango.json index 0f14a351ccf..3cb984a7c5c 100644 --- a/versions/p-/pango.json +++ b/versions/p-/pango.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "a411f99ebac4507806d3824364cc766f578850e5", + "version": "1.48.10", + "port-version": 0 + }, { "git-tree": "a130f1c74d2e337d2f9405fbb57f3b1fe46f173a", "version": "1.48.4",