Update of /cvsroot/fink/dists/10.3/unstable/main/finkinfo/x11
In directory 
sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv25437/10.3/unstable/main/finkinfo/x11

Modified Files:
        qt3-mysql.info qt3-postgresql.info qt3.info 
Log Message:
kde 3.5.5, koffice 1.6.0, and more!

Index: qt3.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/x11/qt3.info,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- qt3.info    3 Aug 2006 17:30:00 -0000       1.34
+++ qt3.info    15 Nov 2006 13:35:40 -0000      1.35
@@ -1,6 +1,6 @@
 Package: qt3
-Version: 3.3.6
-Revision: 19
+Version: 3.3.7
+Revision: 11
 Description: Cross-Platform GUI application framework
 License: GPL
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
@@ -30,7 +30,7 @@
 Source2: http://ranger.befunk.com/fink/qt-upstream-patches-0003.tar.bz2
 SourceDirectory: qt-x11-free-%v
 Source2ExtractDir: qt-x11-free-%v
-Source-MD5: dc1384c03ac08af21f6fefab32d982cf
+Source-MD5: 655e21cf6a7e66daf8ec6ceda81aae1e
 Source2-MD5: cfe0cc6a7a8411bce151ebfaaa7e03e7
 PatchScript: <<
        #!/bin/sh -ex
@@ -179,26 +179,26 @@
        # %p/bin
        install -d -m 0755 %i/bin
        for file in `cd %i/lib/%N/bin; ls`; do
-               ln -sf %p/lib/%N/bin/$file %i/bin/$file
+               ln -sf ../lib/%N/bin/$file %i/bin/$file
        done
 
        # %p/include/qt
        install -d -m 0755 %i/include
-       ln -sf %p/include/qt %i/lib/%N/include
+       ln -sf ../../include/qt %i/lib/%N/include
 
        # %p/lib
        install -d -m 0755 %i/lib/%N/lib
        mv %i/lib/*.* %i/lib/%N/lib/
 
        for file in `cd %i/lib/%N/lib; ls`; do
-               [ "$file" != "pkgconfig" ] && ln -sf %p/lib/%N/lib/$file 
%i/lib/$file
+               [ "$file" != "pkgconfig" ] && ln -sf %N/lib/$file %i/lib/$file
        done
 
        # clean up some bad data in the .la and .pc files
        perl -pi -e "s,^libdir=.*,libdir='%p/lib/%N/lib',; s,-L..QTDIR./lib ,,; 
s,^includedir=.*,includedir='%p/lib/%N/include'," %i/lib/%N/lib/*.la 
%i/lib/pkgconfig/*.pc
 
        # %p/lib/%N/doc
-       ln -sf %p/share/doc/%N %i/lib/%N/doc
+       ln -sf ../../share/doc/%N %i/lib/%N/doc
 
        # mkspecs bad symlink
        rm -rf %i/lib/%N/mkspecs/default
@@ -296,7 +296,7 @@
 if [ -d %p/lib/%N-plugins ] && [ ! -L %p/lib/%N-plugins ]; then
        if rsync -arL %p/lib/%N-plugins/ %p/lib/%N/plugins/; then
                rm -rf %p/lib/%N-plugins
-               ln -sf %p/lib/%N/plugins %p/lib/%N-plugins
+               ln -sf %N/plugins %p/lib/%N-plugins
        else
                cat <<END;
 WARNING: I was unable to copy your plugins from the (deprecated)

Index: qt3-postgresql.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.3/unstable/main/finkinfo/x11/qt3-postgresql.info,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- qt3-postgresql.info 22 May 2006 12:03:29 -0000      1.10
+++ qt3-postgresql.info 15 Nov 2006 13:35:40 -0000      1.11
@@ -1,12 +1,12 @@
 Package: qt3-postgresql
-Version: 3.3.6
-Revision: 17
+Version: 3.3.7
+Revision: 11
 Description: Cross-Platform GUI application framework (PostgreSQL Plugin)
 License: GPL
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 
-Depends: postgresql81-shlibs, qt3-shlibs (>= 3.3.6-14)
-BuildDepends: postgresql81-dev, qt3 (>= 3.3.6-14)
+Depends: postgresql81-shlibs, qt3-shlibs (>= 3.3.6-17)
+BuildDepends: postgresql81-dev, qt3 (>= 3.3.6-17)
 Replaces: qt3, qt3-shlibs
 GCC: 3.3
 
@@ -23,8 +23,8 @@
 <<
 Source: mirror:custom:qt-x11-free-%v.tar.bz2
 SourceDirectory: qt-x11-free-%v
-Source-MD5: dc1384c03ac08af21f6fefab32d982cf
-PatchScript:   perl -pi.bak -e 's,REQUIRES.*=.*sql.*,,' 
plugins/src/sqldrivers/*/*.pro
+Source-MD5: 655e21cf6a7e66daf8ec6ceda81aae1e
+PatchScript:   perl -pi -e 's,REQUIRES.*=.*sql.*,,' 
plugins/src/sqldrivers/*/*.pro
 
 CompileScript: <<
 #!/bin/sh -ex

Index: qt3-mysql.info
===================================================================
RCS file: /cvsroot/fink/dists/10.3/unstable/main/finkinfo/x11/qt3-mysql.info,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- qt3-mysql.info      22 May 2006 12:03:29 -0000      1.9
+++ qt3-mysql.info      15 Nov 2006 13:35:40 -0000      1.10
@@ -1,12 +1,12 @@
 Package: qt3-mysql
-Version: 3.3.6
-Revision: 17
+Version: 3.3.7
+Revision: 11
 Description: Cross-Platform GUI application framework (MySQL Plugin)
 License: GPL
 Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
 
-Depends: mysql14-shlibs, qt3-shlibs (>= 3.3.6-14)
-BuildDepends: mysql14-dev, qt3 (>= 3.3.6-14)
+Depends: mysql14-shlibs, qt3-shlibs (>= 3.3.6-17)
+BuildDepends: mysql14-dev, qt3 (>= 3.3.6-17)
 Replaces: qt3, qt3-shlibs
 GCC: 3.3
 
@@ -23,8 +23,8 @@
 <<
 Source: mirror:custom:qt-x11-free-%v.tar.bz2
 SourceDirectory: qt-x11-free-%v
-Source-MD5: dc1384c03ac08af21f6fefab32d982cf
-PatchScript:   perl -pi.bak -e 's,REQUIRES.*=.*sql.*,,' 
plugins/src/sqldrivers/*/*.pro
+Source-MD5: 655e21cf6a7e66daf8ec6ceda81aae1e
+PatchScript:   perl -pi -e 's,REQUIRES.*=.*sql.*,,' 
plugins/src/sqldrivers/*/*.pro
 
 CompileScript: <<
 #!/bin/sh -ex


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to