Date: Friday, January 27, 2023 @ 15:15:22 Author: heftig Revision: 467444
2.14.2-1 Modified: fontconfig/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2023-01-27 13:30:33 UTC (rev 467443) +++ PKGBUILD 2023-01-27 15:15:22 UTC (rev 467444) @@ -2,8 +2,8 @@ # Contributor: Jan de Groot <[email protected]> pkgname=fontconfig -pkgver=2.14.1 -pkgrel=2 +pkgver=2.14.2 +pkgrel=1 epoch=2 pkgdesc="Library for configuring and customizing font access" url=https://www.freedesktop.org/wiki/Software/fontconfig/ @@ -26,7 +26,7 @@ replaces=('fontconfig-docs<2:2.13.93-1') backup=(etc/fonts/fonts.conf) install=fontconfig.install -_commit=c45e09df1ef235d653d56aef05012f6a3cc57979 # tags/2.14.1^0 +_commit=7861a719616b4b132b9cac089c6c64f47832edb1 # tags/2.14.2^0 source=( "git+https://gitlab.freedesktop.org/fontconfig/fontconfig.git#commit=$_commit" 40-fontconfig-config.script @@ -49,6 +49,8 @@ build() { local meson_options=( + -D default-hinting=slight + -D default-sub-pixel-rendering=rgb -D doc-html=enabled -D doc-pdf=disabled -D doc-txt=disabled
