Update of /cvsroot/fink/dists/10.4/stable/main/finkinfo/x11
In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv27193

Added Files:
        fontconfig-path-10.5.info fontconfig-path-10.5.patch 
Log Message:
move the 10.5 version to stable


--- NEW FILE: fontconfig-path-10.5.patch ---
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 @@
+<?xml version="1.0"?>
+<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
+<!-- /etc/fonts.conf file to configure system font access -->
+<fontconfig>
+       <dir>@PREFIX@/share/fontconfig-path</dir>
+
+<!--
+  Load regular configuration file
+-->
+       <include>/usr/X11/lib/X11/fonts/fonts.conf</include>
+
+</fontconfig>
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 [EMAIL PROTECTED]@/share/fontconfig-path/fontconfig-path.conf

--- NEW FILE: fontconfig-path-10.5.info ---
Package: fontconfig-path
Version: 20071103
Revision: 1
Distribution: 10.5
Type: nosource
NoSourceDirectory: true
PatchScript: sed 's|@PREFIX@|%p|' %a/%n-10.5.patch | patch -p1
CompileScript: echo "No compile needed"
InstallScript: <<
mkdir -p %i/share/%n
cp %n.conf %i/share/%n
mkdir -p %i/etc/profile.d
chmod a+x %n.*sh
cp %n.*sh %i/etc/profile.d
<<
PostRmScript: <<
  if [["$1" == "remove" || "$1" == "purge"]]; then
    rm -rf %p/share/fontconfig-path
    FONTCONFIG_FILE=/usr/X11/lib/X11/fonts/fonts.conf fc-cache || echo Ignoring 
errors...
  fi
<<
DocFiles: README
Description: Add custom directories to fontconfig search
License: Public Domain
Maintainer: Matthias Neeracher <[EMAIL PROTECTED]>




-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to