diff options
Diffstat (limited to 'x11/xfstt/patches/patch-aa')
-rw-r--r-- | x11/xfstt/patches/patch-aa | 38 |
1 files changed, 20 insertions, 18 deletions
diff --git a/x11/xfstt/patches/patch-aa b/x11/xfstt/patches/patch-aa index 2ad6bda108f..7f00e9dce47 100644 --- a/x11/xfstt/patches/patch-aa +++ b/x11/xfstt/patches/patch-aa @@ -1,40 +1,42 @@ -$NetBSD: patch-aa,v 1.3 2003/02/22 13:33:31 salo Exp $ +$NetBSD: patch-aa,v 1.4 2004/01/01 20:06:11 salo Exp $ ---- doc/FAQ.orig 2002-11-14 13:08:07.000000000 +0100 -+++ doc/FAQ 2003-02-22 12:34:43.000000000 +0100 -@@ -67,7 +67,8 @@ +--- doc/FAQ.orig 2003-08-07 08:59:03.000000000 +0200 ++++ doc/FAQ 2004-01-01 20:44:46.000000000 +0100 +@@ -68,8 +68,8 @@ 1.1 How do I test it? -- mkdir /usr/share/fonts/truetype and put some *ttf fonts there, now run +- mkdir /usr/share/fonts/truetype and put some *ttf fonts there, now +- run: + mkdir @PREFIX@/lib/X11/fonts/TrueType and put some *ttf fonts -+ there, now run ++ there, now run: make xfstt && make install xfstt --sync -@@ -171,9 +172,11 @@ +@@ -175,11 +175,11 @@ 2.4 How does one add fonts? -- Copy *.ttf fonts into the /usr/share/fonts/truetype/ directory or put some -- softlinks to font directories in there. A typical example is -- ln -s /DOS/windows/fonts /usr/share/fonts/truetype/winfonts +- Copy *.ttf fonts into the /usr/share/fonts/truetype/ directory or +- put some softlinks to font directories in there. A typical example +- is: + Copy *.ttf fonts into the @PREFIX@/lib/X11/fonts/TrueType/ -+ directory or put some softlinks to font directories in there. -+ A typical example is -+ -+ ln -s /DOS/windows/fonts @PREFIX@/lib/X11/fonts/TrueType/winfonts ++ directory or put some softlinks to font directories in there. ++ A typical example is: + +- ln -s /DOS/windows/fonts /usr/share/fonts/truetype/winfonts ++ ln -s /DOS/windows/fonts @PREFIX@/lib/X11/fonts/TrueType/winfonts Now run "xfstt --sync" in order to have the new fonts recognized. Adding fonts while xfstt is running doesn't work yet. -@@ -346,8 +349,8 @@ +@@ -358,8 +358,8 @@ - 3.0 How do I put fonts in categories? + 3.0 How do I put fonts in categories? - Create some subdirectories in /usr/share/fonts/truetype, e.g. - modern, script, brush, old, symbol, ... + Create some subdirectories in @PREFIX@/lib/X11/fonts/TrueType, -+ e.g. modern, script, brush, old, symbol, ... ++ e.g. modern, script, brush, old, symbol, ... and put the appropriate fonts in there. The corresponding font - names will be -modern-*, -script-*, -brush-* and so on + names will be -modern-*, -script-*, -brush-* and so on. |