[csw-devel] SF.net SVN: gar:[4072] csw/mgar/pkg/fontconfig/trunk

a_o_m at users.sourceforge.net a_o_m at users.sourceforge.net
Mon Mar 30 13:33:09 CEST 2009


Revision: 4072
          http://gar.svn.sourceforge.net/gar/?rev=4072&view=rev
Author:   a_o_m
Date:     2009-03-30 11:33:08 +0000 (Mon, 30 Mar 2009)

Log Message:
-----------
fontconfig: checkinstall added because of libexpat 2.x requirement

Modified Paths:
--------------
    csw/mgar/pkg/fontconfig/trunk/checksums

Added Paths:
-----------
    csw/mgar/pkg/fontconfig/trunk/files/CSWfconfig.checkinstall

Modified: csw/mgar/pkg/fontconfig/trunk/checksums
===================================================================
--- csw/mgar/pkg/fontconfig/trunk/checksums	2009-03-30 11:25:40 UTC (rev 4071)
+++ csw/mgar/pkg/fontconfig/trunk/checksums	2009-03-30 11:33:08 UTC (rev 4072)
@@ -1,2 +1,2 @@
 ab54ec1d4ddd836313fdbc0cd5299d6d  download/fontconfig-2.6.0.tar.gz
-eeb4246a85f1ac5215dc66ee0fe3fb8e  download/CSWfconfig.postinstall
+5a5b382b4a5e579cfc869bcffd7c034e  download/CSWfconfig.postinstall

Added: csw/mgar/pkg/fontconfig/trunk/files/CSWfconfig.checkinstall
===================================================================
--- csw/mgar/pkg/fontconfig/trunk/files/CSWfconfig.checkinstall	                        (rev 0)
+++ csw/mgar/pkg/fontconfig/trunk/files/CSWfconfig.checkinstall	2009-03-30 11:33:08 UTC (rev 4072)
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+if [ ! -f ${BASEDIR}/opt/csw/lib/libexpat.so.1 ]; then
+  echo Expat XML parser version 2.0 or higher required. Please upgrade CSWexpat first.
+  exit 1
+fi
+
+exit 0


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list