iigs
2023-04-25 0fba03a0d56ee787cb9e2efc9a3cb6d62ee79e79
fontconfig: Remove firefox 112 workaround

Firefox 112.0.2 and later has the fix for the bitmap font visibility rendering problem. Remove the workaround for Firefox 112.0
1 files deleted
2 files modified
20 ■■■■■ changed files
components/library/fontconfig/Makefile 2 ●●● patch | view | raw | blame | history
components/library/fontconfig/files/08-remap-pcf-xorg-fonts.conf 16 ●●●●● patch | view | raw | blame | history
components/library/fontconfig/fontconfig.p5m 2 ●●●●● patch | view | raw | blame | history
components/library/fontconfig/Makefile
@@ -19,7 +19,7 @@
include ../../../make-rules/shared-macros.mk
COMPONENT_NAME=        fontconfig
COMPONENT_REVISION=    1
COMPONENT_REVISION=    2
COMPONENT_VERSION=    2.14.2
COMPONENT_SUMMARY=    Fontconfig - Font configuration and customization library
COMPONENT_SRC=        $(COMPONENT_NAME)-$(COMPONENT_VERSION)
components/library/fontconfig/files/08-remap-pcf-xorg-fonts.conf
File was deleted
components/library/fontconfig/fontconfig.p5m
@@ -23,12 +23,10 @@
license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)'
file files/08-remap-pcf-xorg-fonts.conf path=etc/fonts/conf.avail/08-remap-pcf-xorg-fonts.conf
file files/20-indic.conf path=etc/fonts/conf.avail/20-indic.conf
file files/49-sun-preuser.conf path=etc/fonts/conf.avail/49-sun-preuser.conf
file files/90-sun-prefer-bitmap.conf path=etc/fonts/conf.avail/90-sun-prefer-bitmap.conf
link path=etc/fonts/conf.d/08-remap-pcf-xorg-fonts.conf target=../conf.avail/08-remap-pcf-xorg-fonts.conf
link path=etc/fonts/conf.d/20-indic.conf target=../conf.avail/20-indic.conf
link path=etc/fonts/conf.d/49-sun-preuser.conf target=../conf.avail/49-sun-preuser.conf
link path=etc/fonts/conf.d/90-sun-prefer-bitmap.conf target=../conf.avail/90-sun-prefer-bitmap.conf