mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
45 lines
1.4 KiB
Plaintext
45 lines
1.4 KiB
Plaintext
$NetBSD: patch-aa,v 1.6 2012/06/13 08:15:14 mef Exp $
|
|
|
|
Convert hardcoded PATH to @PREFIX@
|
|
|
|
--- 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 @PREFIX@/lib/X11/fonts/TTF and put some *ttf fonts
|
|
+ there, now run:
|
|
|
|
make xfstt && make install
|
|
xfstt --sync
|
|
@@ -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:
|
|
+ Copy *.ttf fonts into the @PREFIX@/lib/X11/fonts/TTF/
|
|
+ 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/TTF/winfonts
|
|
|
|
Now run "xfstt --sync" in order to have the new fonts recognized.
|
|
Adding fonts while xfstt is running doesn't work yet.
|
|
@@ -358,8 +358,8 @@
|
|
|
|
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/TTF,
|
|
+ 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.
|
|
|