Skip to content

Commit

Permalink
[pango][pangomm] update to 1.50.3 and 1.50.0 (#22176)
Browse files Browse the repository at this point in the history
* [pango] Update pango to 1.50.3 (#22174)

* [pangomm] Update pangomm to 1.50.0 (#22175)

Co-authored-by: Schaich <alonso.schaich@sodgeit.de>
  • Loading branch information
SchaichAlonso and Schaich committed Dec 28, 2021
1 parent cfc1e66 commit 76975f7
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 13 deletions.
4 changes: 2 additions & 2 deletions ports/pango/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ vcpkg_from_gitlab(
GITLAB_URL https://gitlab.gnome.org/
OUT_SOURCE_PATH SOURCE_PATH
REPO GNOME/pango
REF dc5bde2a20cbb025c9d0ed29ed687740a4d027da #v1.48.10
SHA512 8454b2cb81fd57e140372b5c1e5786542e92bcad85d4718b7976dccbf694cfe0fec62938edc32e5de50991e2cda2b00e8d4e976921881069ca29976fe973f4ac
REF 26aadb2508f9022cbfc72e73b558c6791f5d46d9 #v1.50.3
SHA512 09c2578300d391b406c14dfbf7f28968d326c6861f7eb1a3a8d1d8c4700d6e9f74c8621a3f2d181abe1f695324c6e5fc3a55eb038ebbe53a53be086983e3a186
HEAD_REF master # branch name
)

Expand Down
3 changes: 1 addition & 2 deletions ports/pango/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "pango",
"version": "1.48.10",
"port-version": 1,
"version": "1.50.3",
"description": "Text and font handling library.",
"homepage": "https://ftp.gnome.org/pub/GNOME/sources/pango/",
"dependencies": [
Expand Down
6 changes: 3 additions & 3 deletions ports/pangomm/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
vcpkg_fail_port_install(ON_ARCH "arm" "arm64")

vcpkg_download_distfile(ARCHIVE
URLS "https://ftp.gnome.org/pub/GNOME/sources/pangomm/2.48/pangomm-2.48.1.tar.xz"
FILENAME "pangomm-2.48.1.tar.xz"
SHA512 c204a1cb7a404f055d62880a760716c5567a835ca495cc5e01589ed59fabb332490e529de716c3438cefbc4428c025d6d01c71e4412b2843e3ab3a3175ccc2f4
URLS "https://ftp.gnome.org/pub/GNOME/sources/pangomm/2.50/pangomm-2.50.0.tar.xz"
FILENAME "pangomm-2.50.0.tar.xz"
SHA512 844850db93b8c4dab19dd364e674ee3d61b2fcb8e020ab3d314f240065ee17aeceea21e9ddc438a7d09d56410e3f82147a57425f76bb01e26d82872934269477
)

vcpkg_extract_source_archive_ex(
Expand Down
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.48.1",
"port-version": 1,
"version": "2.50.0",
"description": "pangomm is the official C++ interface for the Pango font layout library. See, for instance, the Pango::Layout class.",
"homepage": "https://ftp.gnome.org/pub/GNOME/sources/pangomm",
"dependencies": [
Expand Down
8 changes: 4 additions & 4 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5145,16 +5145,16 @@
"port-version": 0
},
"pango": {
"baseline": "1.48.10",
"port-version": 1
"baseline": "1.50.3",
"port-version": 0
},
"pangolin": {
"baseline": "0.6",
"port-version": 2
},
"pangomm": {
"baseline": "2.48.1",
"port-version": 1
"baseline": "2.50.0",
"port-version": 0
},
"parallel-hashmap": {
"baseline": "1.33",
Expand Down
5 changes: 5 additions & 0 deletions versions/p-/pango.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "024f716f80c8454769393287ef14a75de4785f32",
"version": "1.50.3",
"port-version": 0
},
{
"git-tree": "a9cc75941c3ff73920fb3900615d84bc6f1b423e",
"version": "1.48.10",
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": "72d0e19b3eb2fdb5d8c60c1ae78bafc51866325d",
"version": "2.50.0",
"port-version": 0
},
{
"git-tree": "c01e75e9dc192ca4e6e7161f3362d6866a952e7c",
"version": "2.48.1",
Expand Down

0 comments on commit 76975f7

Please sign in to comment.