From 02056549bf9950d4e854dad95426ff1ad42fefc7 Mon Sep 17 00:00:00 2001 From: Patrick J Volkerding Date: Mon, 28 Oct 2019 20:22:51 +0000 Subject: Mon Oct 28 20:22:51 UTC 2019 l/imagemagick-6.9.10_70-x86_64-1.txz: Upgraded. x/libinput-1.14.3-x86_64-1.txz: Upgraded. x/mkfontdir-1.0.7-noarch-2.txz: Removed. The mkfontdir wrapper script and man page are provided by recent versions of the mkfontscale package, making the mkfontdir package redundant. Thanks to DarkVision. x/mkfontscale-1.2.1-x86_64-2.txz: Rebuilt. Moved the mkfontdir install script to this package since it includes the mkfontdir wrapper script now. xap/gimp-2.10.14-x86_64-1.txz: Upgraded. --- .../post-install/mkfontscale/setup.04.mkfontdir | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 source/x/x11/post-install/mkfontscale/setup.04.mkfontdir (limited to 'source/x/x11/post-install/mkfontscale/setup.04.mkfontdir') diff --git a/source/x/x11/post-install/mkfontscale/setup.04.mkfontdir b/source/x/x11/post-install/mkfontscale/setup.04.mkfontdir new file mode 100644 index 000000000..b54076332 --- /dev/null +++ b/source/x/x11/post-install/mkfontscale/setup.04.mkfontdir @@ -0,0 +1,23 @@ +#!/bin/sh +#BLURB="Run mkfontdir and mkfontscale in font directories." +# Just in case. +chroot . /sbin/ldconfig 1> /dev/null 2> /dev/null +if [ -x usr/bin/fc-cache ]; then + if [ "$COLOR" = "on" -o -r $TMP/SeTcolor ]; then + dialog --title "MKFONTDIR AND MKFONTSCALE UPDATE" --infobox \ + "Please wait while we run mkfontscale and mkfontdir in \ +your font directories." 4 68 + else + echo "Please wait while we run mkfontscale and mkfontdir in your font directories." + fi + for fontdir in 100dpi 75dpi OTF Speedo TTF Type1 cyrillic ; do + if [ -d usr/share/fonts/$fontdir ]; then + chroot . mkfontscale /usr/share/fonts/$fontdir 1> /dev/null 2> /dev/null + chroot . mkfontdir /usr/share/fonts/$fontdir 1> /dev/null 2> /dev/null + fi + done + if [ -d usr/share/fonts/misc ]; then + chroot . mkfontscale /usr/share/fonts/misc 1> /dev/null 2> /dev/null + chroot . mkfontdir -e /usr/share/fonts/encodings -e /usr/share/fonts/encodings/large /usr/share/fonts/misc 1> /dev/null 2> /dev/null + fi +fi -- cgit v1.2.3-80-g2a13