diff --git a/ports/fontconfig/CONTROL b/ports/fontconfig/CONTROL index fcdf2f768d..d02960b620 100644 --- a/ports/fontconfig/CONTROL +++ b/ports/fontconfig/CONTROL @@ -1,6 +1,6 @@ Source: fontconfig Version: 2.13.1 -Port-Version: 1 +Port-Version: 2 Homepage: https://www.freedesktop.org/software/fontconfig/front.html Description: Library for configuring and customizing font access. Build-Depends: freetype, expat, libiconv, dirent, pthread, json-c, dirent, libuuid (!windows&!osx), gettext \ No newline at end of file diff --git a/ports/fontconfig/disable-install-data.patch b/ports/fontconfig/disable-install-data.patch new file mode 100644 index 0000000000..e15253264b --- /dev/null +++ b/ports/fontconfig/disable-install-data.patch @@ -0,0 +1,14 @@ +diff --git a/po-conf/LINGUAS b/po-conf/LINGUAS +index 0d5d97c..e7604c1 100644 +--- a/po-conf/LINGUAS ++++ b/po-conf/LINGUAS +@@ -1,2 +1 @@ + # Please keep this list sorted alphabetically. +-zh_CN +diff --git a/po/LINGUAS b/po/LINGUAS +index 0d5d97c..e7604c1 100644 +--- a/po/LINGUAS ++++ b/po/LINGUAS +@@ -1,2 +1 @@ + # Please keep this list sorted alphabetically. +-zh_CN diff --git a/ports/fontconfig/portfile.cmake b/ports/fontconfig/portfile.cmake index 150bca5e95..cf840dd122 100644 --- a/ports/fontconfig/portfile.cmake +++ b/ports/fontconfig/portfile.cmake @@ -14,6 +14,7 @@ vcpkg_from_gitlab( PATCHES remove_tests.patch build.patch build2.patch + disable-install-data.patch ${PATCHES} )