Update of /cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/x11
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9441/10.2-gcc3.3/unstable/main/finkinfo/x11
Modified Files:
qt3.info
Added Files:
qt3-mysql.info qt3-postgresql.info
Log Message:
fix for building with fileutils/coreutils, also figured out how to split out the sql
plugins
Index: qt3.info
===================================================================
RCS file: /cvsroot/fink/dists/10.2-gcc3.3/unstable/main/finkinfo/x11/qt3.info,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- qt3.info 22 Oct 2004 13:57:25 -0000 1.18
+++ qt3.info 25 Oct 2004 02:36:28 -0000 1.19
@@ -1,6 +1,6 @@
Package: qt3
Version: 3.3.3
-Revision: 13
+Revision: 14
GCC: 3.3
CustomMirror: <<
Primary: ftp://ftp.trolltech.com/qt/source
@@ -19,20 +19,19 @@
Description: Cross-Platform GUI application framework
Depends: %N-shlibs (>= %v-%r), %N-designer (>= %v-%r), %N-linguist (>= %v-%r), %N-doc
(>= %v-%r), pkgconfig
Suggests: libpng3, libjpeg, %N-mysql (>= %v-%r), %N-postgresql (>= %v-%r)
-BuildDepends: cctools (>= 446) | cctools-single-module, cups-dev, dlcompat-dev (>=
20030629-5), fink (>= 0.17.3-1), libgl-dev, libpng3 (>= 1.2.5-4), libjpeg,
mysql12-dev, postgresql74-dev | postgresql74-ssl-dev, x11-dev
+BuildDepends: cctools (>= 446) | cctools-single-module, cups-dev, dlcompat-dev (>=
20030629-5), fink (>= 0.17.3-1), libgl-dev, libpng3 (>= 1.2.5-4), libjpeg, x11-dev
Replaces: qt, qt2, %N-doc, %N-bin, %N-dev
Conflicts: qt, qt2
Provides: %N-bin
BuildDependsOnly: true
PatchScript: <<
-#!/bin/sh
+#!/bin/sh -ex
sed -e 's|@PREFIX@|%p|g' <%a/%n.patch | patch -p1
+ perl -pi.bak -e 's|cp \-P|cp \-RL|' qmake/Makefile.unix
<<
NoSetLDFLAGS: true
-#NoSetMAKEFLAGS: true
-#SetMAKEFLAGS: -j1
CompileScript: <<
-#!/bin/sh
+#!/bin/sh -ex
CURRENTVERSION=`dpkg -p qt3 | grep '^Version:' | cut -d' ' -f2-`
DOREMOVE=0
@@ -91,13 +90,13 @@
-qt-gif -plugin-imgfmt-png -plugin-imgfmt-jpeg -plugin-imgfmt-mng \
-system-libpng -system-libjpeg -system-zlib -largefile \
-sm -xinerama -xrender -xft -xkb \
- -plugin-sql-mysql -plugin-sql-psql -plugin-sql-sqlite
+ -plugin-sql-sqlite -no-sql-ibase -no-sql-mysql -no-sql-odbc -no-sql-psql
find . -name Makefile -print | xargs perl -pi.bak -e 's,-I%p/include/qt,,g'
make symlinks src-qmake src-moc sub-src sub-tools
<<
InstallScript: <<
-#!/bin/sh
+#!/bin/sh -ex
mkdir -p %i/share/qt3
export QTDIR=`pwd`
@@ -242,16 +241,6 @@
Conflicts: qt-doc, qt2, qt
Files: share/doc/%N
<<
-SplitOff6: <<
- Package: %N-mysql
- Depends: mysql12-shlibs
- Files: lib/qt3-plugins/sqldrivers/libqsqlmysql.*
-<<
-SplitOff7: <<
- Package: %N-postgresql
- Depends: postgresql74-ssl-shlibs | postgresql74-shlibs
- Files: lib/qt3-plugins/sqldrivers/libqsqlpsql.*
-<<
PreInstScript: <<
rm -rf %p/share/qt3/mkspecs/default
<<
--- NEW FILE: qt3-postgresql.info ---
Package: qt3-postgresql
Version: 3.3.3
Revision: 14
GCC: 3.3
CustomMirror: <<
Primary: ftp://ftp.trolltech.com/qt/source
aus-AU: http://public.ftp.planetmirror.com.au/pub/trolltech/qt/source
eur-DE: ftp://ftp.fu-berlin.de/unix/X11/gui/Qt/source
eur-DE: http://wftp.tu-chemnitz.de/pub/Qt/source
eur-ES: http://sunsite.rediris.es/mirror/Qt/source
eur-GR: http://ftp.ntua.gr/pub/X11/Qt/qt/source
eur-NO: ftp://ftp.trolltech.com/qt/source
eur-RO: http://ftp.iasi.roedu.net/mirrors/ftp.trolltech.com/qt/sources
nam-US: http://ftp.silug.org/mirrors/ftp.trolltech.com/qt/source
<<
Source: mirror:custom:qt-x11-free-%v.tar.bz2
Source-MD5: 3e0a0c8429b0a974b39b5f535ddff01c
SourceDirectory: qt-x11-free-%v
PatchScript: <<
perl -pi.bak -e 's,REQUIRES.*=.*sql.*,,' plugins/src/sqldrivers/*/*.pro
<<
Description: Cross-Platform GUI application framework (PostgreSQL Plugin)
BuildDepends: postgresql74-ssl-dev | postgresql74-dev, qt3 (>= %v-11)
Depends: postgresql74-ssl-shlibs | postgresql74-shlibs, qt3-shlibs (>= %v-11)
Replaces: qt3, qt3-shlibs
CompileScript: <<
#!/bin/sh -ex
pushd plugins/src/sqldrivers/psql
qmake -o Makefile "INCLUDEPATH += %p/include/postgresql" "LIBS += -L%p/lib" psql.pro
make
mkdir -p %i/share/doc/kde-installed-packages
touch %i/share/doc/kde-installed-packages/qt3-postgresql
<<
InstallScript: <<
#!/bin/sh -ex
install -d -m 755 %i/lib/qt3-plugins/sqldrivers
install -c -m 755 plugins/sqldrivers/*.so %i/lib/qt3-plugins/sqldrivers/
<<
DocFiles: FAQ INSTALL LICENSE* MANIFEST PLATFORMS README*
License: GPL
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
Homepage: http://www.trolltech.com/
--- NEW FILE: qt3-mysql.info ---
Package: qt3-mysql
Version: 3.3.3
Revision: 14
GCC: 3.3
CustomMirror: <<
Primary: ftp://ftp.trolltech.com/qt/source
aus-AU: http://public.ftp.planetmirror.com.au/pub/trolltech/qt/source
eur-DE: ftp://ftp.fu-berlin.de/unix/X11/gui/Qt/source
eur-DE: http://wftp.tu-chemnitz.de/pub/Qt/source
eur-ES: http://sunsite.rediris.es/mirror/Qt/source
eur-GR: http://ftp.ntua.gr/pub/X11/Qt/qt/source
eur-NO: ftp://ftp.trolltech.com/qt/source
eur-RO: http://ftp.iasi.roedu.net/mirrors/ftp.trolltech.com/qt/sources
nam-US: http://ftp.silug.org/mirrors/ftp.trolltech.com/qt/source
<<
Source: mirror:custom:qt-x11-free-%v.tar.bz2
Source-MD5: 3e0a0c8429b0a974b39b5f535ddff01c
SourceDirectory: qt-x11-free-%v
PatchScript: <<
perl -pi.bak -e 's,REQUIRES.*=.*sql.*,,' plugins/src/sqldrivers/*/*.pro
<<
Description: Cross-Platform GUI application framework (MySQL Plugin)
BuildDepends: mysql12-dev, qt3 (>= %v-11)
Depends: mysql12-shlibs, qt3-shlibs (>= %v-11)
Replaces: qt3, qt3-shlibs
CompileScript: <<
#!/bin/sh -ex
pushd plugins/src/sqldrivers/mysql
qmake -o Makefile "INCLUDEPATH += %p/include/mysql" "LIBS += -L%p/lib" mysql.pro
make
mkdir -p %i/share/doc/kde-installed-packages
touch %i/share/doc/kde-installed-packages/qt3-mysql
<<
InstallScript: <<
#!/bin/sh -ex
install -d -m 755 %i/lib/qt3-plugins/sqldrivers
install -c -m 755 plugins/sqldrivers/*.so %i/lib/qt3-plugins/sqldrivers/
<<
DocFiles: FAQ INSTALL LICENSE* MANIFEST PLATFORMS README*
License: GPL
Maintainer: Benjamin Reed <[EMAIL PROTECTED]>
Homepage: http://www.trolltech.com/
-------------------------------------------------------
This SF.net email is sponsored by: IT Product Guide on ITManagersJournal
Use IT products in your business? Tell us what you think of them. Give us
Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more
http://productguide.itmanagersjournal.com/guidepromo.tmpl
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits