[Lunar-commits] CVS: moonbase/x11-utils/fontconfig BUILD, 1.2, 1.3 POST_INSTALL, 1.3, 1.4

Nick Hudson nhudson at lunar-linux.org
Fri Sep 10 15:02:10 UTC 2004


Update of /var/cvs/lunar/moonbase/x11-utils/fontconfig
In directory espresso.lunar-linux.org:/tmp/cvs-serv9788/fontconfig

Modified Files:
	BUILD POST_INSTALL 
Log Message:

Fixing this so that the new XOrg stuff can find it.  Also make sure you update this module before testing the new XOrg-test module


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/x11-utils/fontconfig/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD	19 Apr 2004 20:57:08 -0000	1.2
+++ BUILD	10 Sep 2004 15:02:06 -0000	1.3
@@ -1,11 +1,10 @@
 (   
 
-./configure --prefix=/usr/X11R6 \
+./configure --prefix=/usr             \
             --with-confdir=/etc/fonts \
-            --disable-docs      \
-            $OPTS               &&
-default_make  &&
-ln -sf /usr/X11R6/lib/pkgconfig/fontconfig.pc /usr/lib/pkgconfig/fontconfig.pc
+            --disable-docs            \
+            $OPTS                     &&
+default_make  
 
 ) > $C_FIFO 2>&1
 

Index: POST_INSTALL
===================================================================
RCS file: /var/cvs/lunar/moonbase/x11-utils/fontconfig/POST_INSTALL,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- POST_INSTALL	20 Aug 2004 08:05:36 -0000	1.3
+++ POST_INSTALL	10 Sep 2004 15:02:06 -0000	1.4
@@ -1,4 +1,4 @@
 if module_installed pango; then lin -c pango; fi
 
 message "** Running fc-cache please be patient **"
-/usr/X11R6/bin/fc-cache -f
+/usr/bin/fc-cache -f



More information about the Lunar-commits mailing list