Skip to content

Commit

Permalink
[pangomm] Update to 2.56.1 (microsoft#43932)
Browse files Browse the repository at this point in the history
  • Loading branch information
MonicaLiu0311 authored Feb 21, 2025
1 parent 96ac1dc commit e40130e
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 8 deletions.
10 changes: 6 additions & 4 deletions ports/pangomm/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
string(REGEX REPLACE "\\.[0-9]+$" "" MAJOR_MINOR ${VERSION})

# Keep distfile, don't use GitLab!
vcpkg_download_distfile(ARCHIVE
URLS "https://ftp.gnome.org/pub/GNOME/sources/pangomm/2.50/pangomm-2.50.1.tar.xz"
FILENAME "pangomm-2.50.1.tar.xz"
SHA512 bffc55eedc4f278480a74afcf119b79a295bf5775123f582746ba425e19e2690d627baa9a9813b70db9e063db7efe959f365567dd7bcbc1fc862212ba8225a98
URLS "https://ftp.gnome.org/pub/GNOME/sources/pangomm/${MAJOR_MINOR}/pangomm-${VERSION}.tar.xz"
FILENAME "pangomm-${VERSION}.tar.xz"
SHA512 3000126cdf538f43c131a186999fd39d81ec471f5770d8dfd721ff84cb3f5ad44d17cdcc732299ee9d9f34f2dd1279959cf6e1b863c3a0afc32e49b453db782b
)

vcpkg_extract_source_archive(
Expand All @@ -24,4 +26,4 @@ vcpkg_install_meson()
vcpkg_fixup_pkgconfig()
vcpkg_copy_pdbs()

file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/COPYING")
3 changes: 1 addition & 2 deletions ports/pangomm/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "pangomm",
"version": "2.50.1",
"port-version": 3,
"version": "2.56.1",
"description": "pangomm is the official C++ interface for the Pango font layout library. See, for instance, the Pango::Layout class.",
"homepage": "https://gitlab.gnome.org/GNOME/pangomm",
"license": "LGPL-2.1-or-later",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6869,8 +6869,8 @@
"port-version": 0
},
"pangomm": {
"baseline": "2.50.1",
"port-version": 3
"baseline": "2.56.1",
"port-version": 0
},
"parallel-hashmap": {
"baseline": "2.0.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/pangomm.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "32d7b5a60ba2a7df9c252ee9d848bf9cdc6dc48b",
"version": "2.56.1",
"port-version": 0
},
{
"git-tree": "934da9592c2710373598b3f3d3a53103bad2b1e4",
"version": "2.50.1",
Expand Down

0 comments on commit e40130e

Please sign in to comment.