Skip to content

Commit

Permalink
[fontconfig] update to 2.14.2 (#30840)
Browse files Browse the repository at this point in the history
* Update to 2.14.2 (#30838)

* regenerate version registries (#30838)
  • Loading branch information
SchaichAlonso committed Apr 14, 2023
1 parent b080256 commit 8061099
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 22 deletions.
13 changes: 0 additions & 13 deletions ports/fontconfig/fix-mingw-gperf-fallback.patch

This file was deleted.

7 changes: 2 additions & 5 deletions ports/fontconfig/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
set(FONTCONFIG_VERSION 2.14.1)

vcpkg_from_gitlab(
GITLAB_URL https://gitlab.freedesktop.org
OUT_SOURCE_PATH SOURCE_PATH
REPO fontconfig/fontconfig
REF ${FONTCONFIG_VERSION}
SHA512 39d25e2fde5085cf66230e18621c1b7ab33935c78771dcc9d6b9e514ddd39af53fcdb0d89a8c7f582d476f431ccf61adde427509256c49cd9d09d249d2d736f7
REF ${VERSION}
SHA512 b6cbb4ad7db224dabfb8a96c1d0743bab5bbe8f403e49d9b9a44effd161fd97062a2f7205a700308a1f805655038538ba2fb1b65169faa2d69ea88e477230849
HEAD_REF master
PATCHES
no-etc-symlinks.patch
libgetopt.patch
fix-mingw-gperf-fallback.patch
fix-preprocessor-clang-cl.patch
)

Expand Down
3 changes: 1 addition & 2 deletions ports/fontconfig/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "fontconfig",
"version": "2.14.1",
"port-version": 2,
"version": "2.14.2",
"description": "Library for configuring and customizing font access.",
"homepage": "https://www.freedesktop.org/wiki/Software/fontconfig",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2549,8 +2549,8 @@
"port-version": 1
},
"fontconfig": {
"baseline": "2.14.1",
"port-version": 2
"baseline": "2.14.2",
"port-version": 0
},
"foonathan-lexy": {
"baseline": "2022.12.1",
Expand Down
5 changes: 5 additions & 0 deletions versions/f-/fontconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "26490bc4c9aa1377da98980ba6e1089525fdaa55",
"version": "2.14.2",
"port-version": 0
},
{
"git-tree": "b97a0d2144c26df38257732da8e15f133a084782",
"version": "2.14.1",
Expand Down

0 comments on commit 8061099

Please sign in to comment.