mirror of
git://slackware.nl/current.git
synced 2024-12-26 09:58:59 +01:00
6e6f0c6efb
a/tcsh-6.24.14-x86_64-1.txz: Upgraded. ap/sudo-1.9.16p2-x86_64-1.txz: Upgraded. n/netatalk-4.0.7-x86_64-2.txz: Rebuilt. Fixed config file handling. Thanks to marav. n/openldap-2.6.9-x86_64-1.txz: Upgraded. t/texlive-2024.240409-x86_64-3.txz: Rebuilt. Move files from /etc/fonts/conf.avail to /usr/share/fontconfig/fonts.avail. x/dejavu-fonts-ttf-2.37-noarch-7.txz: Rebuilt. Move files from /etc/fonts/conf.avail to /usr/share/fontconfig/fonts.avail. x/font-bh-ttf-1.0.4-noarch-2.txz: Rebuilt. Move files from /etc/fonts/conf.avail to /usr/share/fontconfig/fonts.avail. x/fontconfig-2.15.0-x86_64-1.txz: Upgraded. Thanks to Didier Spaier for the updated patches and meson build script! x/liberation-fonts-ttf-2.1.5-noarch-2.txz: Rebuilt. Move files from /etc/fonts/conf.avail to /usr/share/fontconfig/fonts.avail. x/noto-cjk-fonts-ttf-2.001-noarch-4.txz: Rebuilt. Move files from /etc/fonts/conf.avail to /usr/share/fontconfig/fonts.avail. x/ttf-indic-fonts-0.5.14-noarch-6.txz: Rebuilt. Move files from /etc/fonts/conf.avail to /usr/share/fontconfig/fonts.avail. x/ttf-tlwg-0.7.3-noarch-2.txz: Rebuilt. Move files from /etc/fonts/conf.avail to /usr/share/fontconfig/fonts.avail. x/wqy-zenhei-font-ttf-0.8.38_1-noarch-10.txz: Rebuilt. Move files from /etc/fonts/conf.avail to /usr/share/fontconfig/fonts.avail. xap/xlockmore-5.81-x86_64-1.txz: Upgraded. testing/packages/mesa-24.3.0-x86_64-1.txz: Added.
34 lines
1.2 KiB
Diff
34 lines
1.2 KiB
Diff
diff -ru fontconfig-2.15.0/fonts.conf.in fontconfig-2.15.0.new/fonts.conf.in
|
|
--- fontconfig-2.15.0/fonts.conf.in 2023-12-22 14:43:03.000000000 +0100
|
|
+++ fontconfig-2.15.0.new/fonts.conf.in 2024-11-22 23:08:01.630099792 +0100
|
|
@@ -24,12 +24,28 @@
|
|
|
|
<!-- Font directory list -->
|
|
|
|
-@FC_DEFAULT_FONTS@
|
|
- @FC_FONTPATH@
|
|
+ <dir>/usr/share/fonts/OTF</dir>
|
|
+ <dir>/usr/share/fonts/TTF</dir>
|
|
+ <dir>/usr/share/fonts/Type1</dir>
|
|
+ <dir>/usr/share/fonts/Speedo</dir>
|
|
+ <dir>/usr/share/fonts/cyrillic</dir>
|
|
+ <dir>/usr/share/fonts/misc</dir>
|
|
<dir prefix="xdg">fonts</dir>
|
|
<!-- the following element will be removed in the future -->
|
|
<dir>~/.fonts</dir>
|
|
|
|
+<!-- Commented out font directories:
|
|
+ These are not indexed by default, as fontconfig then seems
|
|
+ to prefer bitmapped fonts in some cases...
|
|
+ <dir>/usr/share/fonts/100dpi</dir>
|
|
+ <dir>/usr/share/fonts/75dpi</dir>
|
|
+ The top-level font directory should also not be indexed, as that
|
|
+ will include the directories of bitmapped fonts:
|
|
+ <dir>/usr/share/fonts</dir>
|
|
+ The empty line below is produced by the FC_FONTPATH macro.
|
|
+ Moving it here so it doesn't become a problem in the future:
|
|
+-->
|
|
+
|
|
<!--
|
|
Accept deprecated 'mono' alias, replacing it with 'monospace'
|
|
-->
|