head	1.15;
access;
symbols
	start:1.1.1.1 gvermeul:1.1.1;
locks; strict;
comment	@# @;


1.15
date	2009.07.11.10.58.54;	author gvermeul;	state Exp;
branches;
next	1.14;

1.14
date	2008.11.29.14.15.07;	author gvermeul;	state Exp;
branches;
next	1.13;

1.13
date	2008.11.10.11.07.26;	author gvermeul;	state Exp;
branches;
next	1.12;

1.12
date	2008.04.12.18.39.01;	author gvermeul;	state Exp;
branches;
next	1.11;

1.11
date	2007.12.06.18.31.26;	author gvermeul;	state Exp;
branches;
next	1.10;

1.10
date	2007.07.30.19.59.12;	author gvermeul;	state Exp;
branches;
next	1.9;

1.9
date	2007.04.11.14.35.29;	author gvermeul;	state Exp;
branches;
next	1.8;

1.8
date	2007.01.21.15.41.38;	author gvermeul;	state Exp;
branches;
next	1.7;

1.7
date	2007.01.21.10.54.44;	author gvermeul;	state Exp;
branches;
next	1.6;

1.6
date	2006.11.05.08.23.05;	author gvermeul;	state Exp;
branches;
next	1.5;

1.5
date	2006.10.29.15.09.07;	author gvermeul;	state Exp;
branches;
next	1.4;

1.4
date	2006.10.22.16.04.54;	author gvermeul;	state Exp;
branches;
next	1.3;

1.3
date	2006.10.08.07.13.48;	author gvermeul;	state Exp;
branches;
next	1.2;

1.2
date	2006.09.25.20.51.17;	author gvermeul;	state Exp;
branches;
next	1.1;

1.1
date	2006.09.23.14.05.42;	author gvermeul;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	2006.09.23.14.05.42;	author gvermeul;	state Exp;
branches;
next	;


desc
@@


1.15
log
@Upgrade to the latest releases.
@
text
@#!/bin/bash

WHERE=http://www.riverbankcomputing.com/static/Downloads/PyQt3/
PKG=PyQt-x11-gpl-3.18.1
JOBS=$(getconf _NPROCESSORS_ONLN)

pushd ../SOURCES
if [ ! -f $PKG.tar.gz ]; then
    wget $WHERE/$PKG.tar.gz
fi
popd

pushd ../BUILD
rm -rf $PKG
tar xfz ../SOURCES/$PKG.tar.gz
pushd $PKG
python configure.py -u -c -j $((2*$JOBS)) \
    -r -q $HOME/usr/lib/qt3.3 \
    CXXFLAGS+="-fno-exceptions" <<EOF
yes
EOF
make -j $JOBS
make install
popd # $PKG
popd # ../BUILD

# Local Variables: ***
# mode: sh ***
# End: ***
@


1.14
log
@Upgrade to the latest releases of PyQt, QScintilla, Qt, SIP, and Sphinx.
@
text
@d4 1
a4 1
PKG=PyQt-x11-gpl-3.17.6
@


1.13
log
@Upgrade to the latest releases of PyQt3, PyQt4, QScintilla, and SIP.
@
text
@d4 1
a4 1
PKG=PyQt-x11-gpl-3.17.5
@


1.12
log
@Upgrade to Qt-4.4rc1 and to latest releases and snapshots.
@
text
@d4 1
a4 1
PKG=PyQt-x11-gpl-3.17.4
@


1.11
log
@Sync with the latest releases of Qt, PyQt and SIP.
Sync with some older snapshots of PyQt and SIP (forgot to do it
earlier).
@
text
@d3 1
a3 1
WHERE=http://www.riverbankcomputing.com/Downloads/PyQt3/GPL
@


1.10
log
@Sync with the latest releases and snapshots.
@
text
@d4 1
a4 1
PKG=PyQt-x11-gpl-3.17.3
@


1.9
log
@Sync with the new releases of PyQt, PyQt4, and SIP.
Build the PyQt, PyQt4, and SIP releases instead of the snapshots.
@
text
@d4 1
a4 1
PKG=PyQt-x11-gpl-3.17.1
@


1.8
log
@Add separate scripts to build SIP, PyQt-3, and PyQt-4 snapshots.
@
text
@d4 1
a4 1
PKG=PyQt-x11-gpl-3.17
@


1.7
log
@Update to the latest releases and/or snapshots.
@
text
@a2 2
#WHERE=http://www.riverbankcomputing.com/Downloads/Snapshots/PyQt3
#PKG=PyQt-x11-gpl-3-snapshot-20061027
@


1.6
log
@Sync with the release of SIP-4.5, PyQt-3.17, and PyQt-4.1.
@
text
@d19 1
a19 1
python configure.py -c -j $((2*$JOBS)) \
@


1.5
log
@Sync with the latest snapshots from Riverbank Computing.
----------------------------------------------------------------------
@
text
@d3 4
a6 2
WHERE=http://www.riverbankcomputing.com/Downloads/Snapshots/PyQt3
PKG=PyQt-x11-gpl-3-snapshot-20061027
@


1.4
log
@Sync with the new snapshots from Riverbank Computing.
@
text
@d4 1
a4 1
PKG=PyQt-x11-gpl-3-snapshot-20061021
@


1.3
log
@Switch from Qt-4.1.4 to Qt-4.2.0.
@
text
@d4 1
a4 1
PKG=PyQt-x11-gpl-3-snapshot-20061006
@


1.2
log
@Adapt to gcc-4.1.1 on small machines.

----------------------------------------------------------------------
@
text
@d4 1
a4 1
PKG=PyQt-x11-gpl-3-snapshot-20060909
@


1.1
log
@Initial revision
@
text
@d17 1
a17 1
python configure.py -c -j $JOBS \
@


1.1.1.1
log
@Import build scripts for a Python development environment in $HOME/usr.

@
text
@@
