Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11
In directory sc8-pr-cvs17:/tmp/cvs-serv32155

Modified Files:
        fontconfig-path.info fontconfig-path.patch 
Added Files:
        fontconfig-path-10.5.info fontconfig-path-10.5.patch 
Log Message:
Configuration paths changed in 10.5

Index: fontconfig-path.patch
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11/fontconfig-path.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- fontconfig-path.patch       20 Jan 2006 20:34:22 -0000      1.1
+++ fontconfig-path.patch       4 Nov 2007 00:32:40 -0000       1.2
@@ -31,7 +31,7 @@
 +<!--
 +  Load regular configuration file
 +-->
-+      <include>/etc/fonts/fonts.conf</include>
++      <include>/usr/X11R6/lib/X11/fonts/fonts.conf</include>
 +
 +</fontconfig>
 diff -ruN fontconfig-path-orig/fontconfig-path.csh 
fontconfig-path/fontconfig-path.csh

--- 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]>



--- 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

Index: fontconfig-path.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/x11/fontconfig-path.info,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- fontconfig-path.info        20 Jan 2006 20:34:22 -0000      1.1
+++ fontconfig-path.info        4 Nov 2007 00:32:40 -0000       1.2
@@ -1,6 +1,7 @@
 Package: fontconfig-path
 Version: 20050601
 Revision: 1
+Distribution: 10.3, 10.4
 Type: nosource
 NoSourceDirectory: true
 PatchScript: sed 's|@PREFIX@|%p|' %a/%n.patch | patch -p1


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to