Petr Gajdos
1d8288a933
OBS-URL: https://build.opensuse.org/package/show/M17N/fontconfig?expand=0&rev=108
43 lines
1.6 KiB
Diff
43 lines
1.6 KiB
Diff
Index: fontconfig-2.10.92/conf.d/Makefile.am
|
|
===================================================================
|
|
--- fontconfig-2.10.92.orig/conf.d/Makefile.am
|
|
+++ fontconfig-2.10.92/conf.d/Makefile.am
|
|
@@ -78,6 +78,9 @@ template_DATA = \
|
|
80-delicious.conf \
|
|
90-synthetic.conf
|
|
|
|
+README: $(srcdir)/README.in
|
|
+ sed "s|\@TEMPLATEDIR\@|$(templatedir)|" <$(srcdir)/README.in >README
|
|
+
|
|
install-data-hook:
|
|
mkdir -p $(DESTDIR)$(configdir)
|
|
@(echo cd $(DESTDIR)$(configdir); \
|
|
Index: fontconfig-2.10.92/conf.d/README.in
|
|
===================================================================
|
|
--- /dev/null
|
|
+++ fontconfig-2.10.92/conf.d/README.in
|
|
@@ -0,0 +1,23 @@
|
|
+conf.d/README
|
|
+
|
|
+Each file in this directory is a fontconfig configuration file. Fontconfig
|
|
+scans this directory, loading all files of the form [0-9][0-9]*.conf.
|
|
+These files are normally installed in @TEMPLATEDIR@
|
|
+and then symlinked here, allowing them to be easily installed and then
|
|
+enabled/disabled by adjusting the symlinks.
|
|
+
|
|
+The files are loaded in numeric order, the structure of the configuration
|
|
+has led to the following conventions in usage:
|
|
+
|
|
+ Files begining with: Contain:
|
|
+
|
|
+ 00 through 09 Font directories
|
|
+ 10 through 19 system rendering defaults (AA, etc)
|
|
+ 20 through 29 font rendering options
|
|
+ 30 through 39 family substitution
|
|
+ 40 through 49 generic identification, map family->generic
|
|
+ 50 through 59 alternate config file loading
|
|
+ 60 through 69 generic aliases, map generic->family
|
|
+ 70 through 79 select font (adjust which fonts are available)
|
|
+ 80 through 89 match target="scan" (modify scanned patterns)
|
|
+ 90 through 99 font synthesis
|