diff -ruN fontconfig-path-orig/README fontconfig-path/README --- fontconfig-path-orig/README Wed Dec 31 16:00:00 1969 +++ fontconfig-path/README Sat Jan 29 00:15:27 2005 @@ -0,0 +1,16 @@ +fontconfig-path is a simple package to add additional font directories, e.g. the ghostscript fonts, +to the fontconfig search path. + +To use fontconfig-path, add the following lines to your package + +Depend: fontconfig-path +Install: << + mkdir -p %i/share/fontconfig-path + ln -s your-font-directory %i/share/fontconfig-path/your-package-name +<< +PostInstScript: fc-cache +PostRmScript: fc-cache + +fontconfig-path is in the public domain. + +Matthias Neeracher diff -ruN fontconfig-path-orig/fontconfig-path.conf fontconfig-path/fontconfig-path.conf --- fontconfig-path-orig/fontconfig-path.conf Wed Dec 31 16:00:00 1969 +++ fontconfig-path/fontconfig-path.conf Fri Jan 28 23:52:42 2005 @@ -0,0 +1,12 @@ + + + + + @PREFIX@/share/fontconfig-path + + + /etc/fonts/fonts.conf + + diff -ruN fontconfig-path-orig/fontconfig-path.csh fontconfig-path/fontconfig-path.csh --- fontconfig-path-orig/fontconfig-path.csh Wed Dec 31 16:00:00 1969 +++ fontconfig-path/fontconfig-path.csh Fri Jan 28 23:55:05 2005 @@ -0,0 +1 @@ +setenv FONTCONFIG_FILE @PREFIX@/share/fontconfig-path/fontconfig-path.conf diff -ruN fontconfig-path-orig/fontconfig-path.sh fontconfig-path/fontconfig-path.sh --- fontconfig-path-orig/fontconfig-path.sh Wed Dec 31 16:00:00 1969 +++ fontconfig-path/fontconfig-path.sh Sat Jan 29 00:15:37 2005 @@ -0,0 +1 @@ +export FONTCONFIG_FILE=@PREFIX@/share/fontconfig-path/fontconfig-path.conf