fontconfig: update to 2.14.2

This commit is contained in:
Juergen Daubert 2023-01-27 10:48:58 +01:00
parent 77480092bf
commit e5016f34af
4 changed files with 13 additions and 17 deletions

View File

@ -4,7 +4,7 @@ drwxr-xr-x root/root etc/fonts/conf.d/
lrwxrwxrwx root/root etc/fonts/conf.d/10-autohint.conf -> /usr/share/fontconfig/conf.avail/10-autohint.conf
lrwxrwxrwx root/root etc/fonts/conf.d/10-hinting-slight.conf -> /usr/share/fontconfig/conf.avail/10-hinting-slight.conf
lrwxrwxrwx root/root etc/fonts/conf.d/10-scale-bitmap-fonts.conf -> /usr/share/fontconfig/conf.avail/10-scale-bitmap-fonts.conf
lrwxrwxrwx root/root etc/fonts/conf.d/10-sub-pixel-rgb.conf -> /usr/share/fontconfig/conf.avail/10-sub-pixel-rgb.conf
lrwxrwxrwx root/root etc/fonts/conf.d/10-sub-pixel-none.conf -> /usr/share/fontconfig/conf.avail/10-sub-pixel-none.conf
lrwxrwxrwx root/root etc/fonts/conf.d/10-yes-antialias.conf -> /usr/share/fontconfig/conf.avail/10-yes-antialias.conf
lrwxrwxrwx root/root etc/fonts/conf.d/11-lcdfilter-default.conf -> /usr/share/fontconfig/conf.avail/11-lcdfilter-default.conf
lrwxrwxrwx root/root etc/fonts/conf.d/20-unhint-small-vera.conf -> /usr/share/fontconfig/conf.avail/20-unhint-small-vera.conf
@ -57,9 +57,9 @@ drwxr-xr-x root/root usr/share/fontconfig/conf.avail/
-rw-r--r-- root/root usr/share/fontconfig/conf.avail/10-hinting-none.conf
-rw-r--r-- root/root usr/share/fontconfig/conf.avail/10-hinting-slight.conf
-rw-r--r-- root/root usr/share/fontconfig/conf.avail/10-no-antialias.conf
-rw-r--r-- root/root usr/share/fontconfig/conf.avail/10-no-sub-pixel.conf
-rw-r--r-- root/root usr/share/fontconfig/conf.avail/10-scale-bitmap-fonts.conf
-rw-r--r-- root/root usr/share/fontconfig/conf.avail/10-sub-pixel-bgr.conf
-rw-r--r-- root/root usr/share/fontconfig/conf.avail/10-sub-pixel-none.conf
-rw-r--r-- root/root usr/share/fontconfig/conf.avail/10-sub-pixel-rgb.conf
-rw-r--r-- root/root usr/share/fontconfig/conf.avail/10-sub-pixel-vbgr.conf
-rw-r--r-- root/root usr/share/fontconfig/conf.avail/10-sub-pixel-vrgb.conf

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/SFGzTetHTrH0LMAhQ5k5pltVGpyUs270NsVahXCIDqABnyk+CoE9wT5Fh3Oyk0XpmGXqeopE0MAQkmywNEBag8=
SHA256 (Pkgfile) = 9313afab0a8e7909f73c0b6fd5b06cf57c88edcb2f8072ccc492548225accec9
SHA256 (.footprint) = 7f0e57385c14e12100e5624fda4b1634ca89871e411207ed65f1e432a6e515fe
SHA256 (fontconfig-2.14.1.tar.xz) = 298e883f6e11d2c5e6d53c8a8394de58d563902cfab934e6be12fb5a5f361ef0
RWSE3ohX2g5d/ak/Z0U40gFGfYDW44PE/gMgqnP7IlIaJNDnYddKKlG2mQC654d7V0ogHeswCMN1CJYeRyLobhbm53SPOa5+UAQ=
SHA256 (Pkgfile) = b59858200eed6c491893fafc1c462fc03998ce494357e565245bd7cc59598e6a
SHA256 (.footprint) = 8a0515bae82df3efc112d8605c9cc439ffe98358de6868eb427101fcd6ff0744
SHA256 (fontconfig-2.14.2.tar.xz) = dba695b57bce15023d2ceedef82062c2b925e51f5d4cc4aef736cf13f60a468b

View File

@ -4,8 +4,8 @@
# Depends on: expat freetype
name=fontconfig
version=2.14.1
release=2
version=2.14.2
release=1
source=(https://fontconfig.org/release/$name-$version.tar.xz)
build() {

View File

@ -1,16 +1,12 @@
POST-INSTALL
After upgrading fontconfig, always run rejmerge and upgrade
/etc/fonts/fonts.conf and /etc/fonts/fonts.dtd.
/etc/fonts/conf.avail ships with configuration snippets that can be
symlinked from /etc/fonts/conf.d to enable them.
It's recommended to use these snippets instead of duplicating XML code
in your /etc/fonts/local.conf.
/usr/share/fontconfig/conf.avail ships with configuration snippets
that can be symlinked from /etc/fonts/conf.d to enable them.
It's recommended to use these snippets instead of duplicating XML
code in your /etc/fonts/local.conf.
For more information on conf.avail/conf.d, please see:
http://cgit.freedesktop.org/fontconfig/plain/conf.d/README
http://cgit.freedesktop.org/fontconfig/plain/conf.d/README.in
For more information on fontconfig, please see:
http://www.freedesktop.org/software/fontconfig/fontconfig-user.html