]> git.pld-linux.org Git - packages/XFree86-fonts.git/blame - XFree86-fonts-do_not_run_fccache.patch
- many small fixes, mostly inpired by kloczek
[packages/XFree86-fonts.git] / XFree86-fonts-do_not_run_fccache.patch
CommitLineData
e4ae37c7 1diff -urN xc.orig/fonts/scaled/TTF/Imakefile xc/fonts/scaled/TTF/Imakefile
2--- xc.orig/fonts/scaled/TTF/Imakefile Sun Mar 9 13:47:53 2003
3+++ xc/fonts/scaled/TTF/Imakefile Sun Mar 9 14:47:49 2003
4@@ -11,14 +11,12 @@
5 MakeFontsDir(fonts.scale)
6
7 #if UseFreetype2
8-MakeFcCache($(FONTS))
9 #endif
10
11 InstallFonts($(FONTINSTDIR))
12 InstallFontScale($(FONTINSTDIR))
13 InstallEncodingsDir($(ENCODINGSSRC),$(FONTINSTDIR))
14 #if UseFreetype2
15-InstallFcCache($(FONTINSTDIR))
16 #endif
17
18 #ifdef IHaveSubdirs
19diff -urN xc.orig/fonts/scaled/Type1/Imakefile xc/fonts/scaled/Type1/Imakefile
20--- xc.orig/fonts/scaled/Type1/Imakefile Sun Mar 9 13:47:53 2003
21+++ xc/fonts/scaled/Type1/Imakefile Sun Mar 9 14:25:27 2003
22@@ -32,14 +32,12 @@
23
24 MakeFontsDir(fonts.scale)
25 #if UseFreetype2
26-MakeFcCache($(FONTS))
27 #endif
28
29 InstallFonts($(FONTINSTDIR))
30 InstallFontScale($(FONTINSTDIR))
31 InstallEncodingsDir($(ENCODINGSSRC),$(FONTINSTDIR))
32 #if UseFreetype2
33-InstallFcCache($(FONTINSTDIR))
34 #endif
35
499ba8c6
JB
36 #ifdef IHaveSubdirs
37--- xc/fonts/scaled/Ethiopic/Imakefile.orig 2003-02-04 03:18:19.000000000 +0100
38+++ xc/fonts/scaled/Ethiopic/Imakefile 2003-06-04 00:53:08.000000000 +0200
39@@ -7,7 +7,6 @@
40 OTFINSTDIR = $(FONTDIR)/OTF
41
42 #if UseFreetype2
43-MakeFcCache($(TTFFONTS) $(OTFFONTS))
44 #endif
45
46 InstallMultipleFlags($(TTFFONTS),$(TTFINSTDIR),$(INSTDATFLAGS))
47--- xc/fonts/scaled/Meltho/Imakefile.orig 2003-06-04 01:27:53.000000000 +0200
48+++ xc/fonts/scaled/Meltho/Imakefile 2003-06-04 01:28:04.000000000 +0200
49@@ -15,14 +15,12 @@
50 MakeFontsDir(fonts.scale)
51
52 #if UseFreetype2
53-MakeFcCache($(FONTS))
54 #endif
55
56 InstallFonts($(FONTINSTDIR))
57 InstallFontScale($(FONTINSTDIR))
58 InstallEncodingsDir($(ENCODINGSSRC),$(FONTINSTDIR))
59 #if UseFreetype2
60-InstallFcCache($(FONTINSTDIR))
61 #endif
62
e4ae37c7 63 #ifdef IHaveSubdirs
This page took 0.077192 seconds and 4 git commands to generate.