From a149f4a3694a067e1be0744bbc926416ba16f591 Mon Sep 17 00:00:00 2001 From: Jia Yue Hua <3423893+jiayuehua@users.noreply.github.com> Date: Thu, 17 Oct 2024 17:52:22 +0800 Subject: [PATCH] [pango] update to 1.54.0 (#41598) --- ports/pango/portfile.cmake | 7 +------ ports/pango/vcpkg.json | 3 +-- versions/baseline.json | 4 ++-- versions/p-/pango.json | 5 +++++ 4 files changed, 9 insertions(+), 10 deletions(-) diff --git a/ports/pango/portfile.cmake b/ports/pango/portfile.cmake index c30aea1190..81c05ef699 100644 --- a/ports/pango/portfile.cmake +++ b/ports/pango/portfile.cmake @@ -4,15 +4,10 @@ vcpkg_from_gitlab( OUT_SOURCE_PATH SOURCE_PATH REPO GNOME/pango REF "${VERSION}" - SHA512 5de67e711a1f25bd2c741162bb8306ae380d134f95b9103db6e96864d3a1100321ce106d8238dca54e746cd8f1cfdbe50cc407878611d3d09694404f3f128c73 + SHA512 1c5f5f2de778b2ca157a4f3eb8bbbba1a79f5f9d60aac678e9c213005f1d8bedfc027ee5c1cebb07dc0eb8c308c38c37beb05293ef2cbe4ac9a0b481176934bb HEAD_REF master ) -# Fix for https://github.com/microsoft/vcpkg/issues/31573 -# Mimics patch for Gentoo https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f688df5100ef2b88c975ecd40fd343c62e2ab276 -# Silence false positive with GCC 13 and -O3 at least -# https://gitlab.gnome.org/GNOME/pango/-/issues/740 -vcpkg_replace_string("${SOURCE_PATH}/meson.build" "-Werror=array-bounds" "") if("introspection" IN_LIST FEATURES) list(APPEND OPTIONS_DEBUG -Dintrospection=disabled) diff --git a/ports/pango/vcpkg.json b/ports/pango/vcpkg.json index e61eb9bc02..2e10321987 100644 --- a/ports/pango/vcpkg.json +++ b/ports/pango/vcpkg.json @@ -1,7 +1,6 @@ { "name": "pango", - "version": "1.50.14", - "port-version": 4, + "version": "1.54.0", "description": "Text and font handling library.", "homepage": "https://ftp.gnome.org/pub/GNOME/sources/pango/", "license": "LGPL-2.0-or-later", diff --git a/versions/baseline.json b/versions/baseline.json index e5cabf3c6a..4fb3035627 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6833,8 +6833,8 @@ "port-version": 0 }, "pango": { - "baseline": "1.50.14", - "port-version": 4 + "baseline": "1.54.0", + "port-version": 0 }, "pangolin": { "baseline": "0.9.2", diff --git a/versions/p-/pango.json b/versions/p-/pango.json index 3a32719f10..3b7a731268 100644 --- a/versions/p-/pango.json +++ b/versions/p-/pango.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "ac54330a51296954a9479f950666df455bffb07a", + "version": "1.54.0", + "port-version": 0 + }, { "git-tree": "e2a88ce998fab5ed3f3a2edf817f32734c78187b", "version": "1.50.14",