head	1.18;
access;
symbols;
locks; strict;
comment	@# @;


1.18
date	2011.07.08.14.35.47;	author gvermeul;	state Exp;
branches;
next	1.17;

1.17
date	2011.01.08.16.27.53;	author gvermeul;	state Exp;
branches;
next	1.16;

1.16
date	2010.09.27.06.29.13;	author gvermeul;	state Exp;
branches;
next	1.15;

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

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

1.13
date	2008.10.12.05.13.20;	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.06.11.18.39.21;	author gvermeul;	state Exp;
branches;
next	1.10;

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

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

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

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

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

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

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

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

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

1.1
date	2006.10.24.17.12.42;	author gvermeul;	state Exp;
branches;
next	;


desc
@@


1.18
log
@Upgrade to latest versions.
Follow switch of numpy and scipy from svn to git.
@
text
@#!/bin/bash

WHERE=http://www.riverbankcomputing.co.uk/static/Downloads/QScintilla2/
PKG=QScintilla-gpl-2.5.1
JOBS=$(getconf _NPROCESSORS_ONLN)

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

function version() {
    rm -rf $PKG
    tar xfz ../SOURCES/$PKG.tar.gz
    pushd $PKG/Qt4
    qmake
    make -j $JOBS
    make install
    popd # $PKG/Qt4
    pushd $PKG/designer-Qt4
    qmake
    make
    make install
    popd # $PKG/designer-Qt4
    pushd $PKG/Python
    $1 configure.py -j $JOBS
    make -j $JOBS
    make install
    popd # $PKG/Python
}

pushd ../BUILD
version python2.5
version python2.6
version python2.7
version python3.1
version python3.2
popd # ../BUILD

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


1.17
log
@Update to newer versions.
@
text
@d4 1
a4 1
PKG=QScintilla-gpl-2.4.6
d38 1
@


1.16
log
@Upgrade to latest versions of PyQt and SIP.
Look at guiqwt and guidata.
@
text
@d4 1
a4 1
PKG=QScintilla-gpl-2.4.5
@


1.15
log
@Upgrade to the latest releases of PyQt, QScintilla, Qt, SIP, and Sphinx.
@
text
@d3 2
a4 2
WHERE=http://www.riverbankcomputing.com/static/Downloads/QScintilla2
PKG=QScintilla-gpl-2.3.2
d13 20
d34 4
a37 17
rm -rf $PKG
tar xfz ../SOURCES/$PKG.tar.gz
pushd $PKG/Qt4
qmake
make -j $JOBS
make install
popd # $PKG/Qt4
pushd $PKG/designer-Qt4
qmake
make
make install
popd # $PKG/designer-Qt4
pushd $PKG/Python
python configure.py -j $JOBS
make -j $JOBS
make install
popd # $PKG/Python
d40 3
a42 1
# EOF@


1.14
log
@Upgrade to the latest releases of PyQt3, PyQt4, QScintilla, and SIP.
@
text
@d4 1
a4 1
PKG=QScintilla-gpl-2.3.1
@


1.13
log
@Upgrade to the latest releases and subversion snapshots.
Add build-qscintilla2-svn.
Zap build-celementtree and build-engauge.
@
text
@d4 1
a4 1
PKG=QScintilla-gpl-2.3
@


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


1.11
log
@Upgrade to the latest versions and snapshots of Qt, ipython, PyQt3,
PyQt4, QScintilla2, SIP and SoQt.
@
text
@d3 2
a4 2
WHERE=http://www.riverbankcomputing.com/Downloads/QScintilla2
PKG=QScintilla-1.73-gpl-2.1
@


1.10
log
@Sync with the latest QScintilla2 snapshot.
@
text
@d3 2
a4 2
WHERE=http://www.riverbankcomputing.com/Downloads/Snapshots/QScintilla2
PKG=QScintilla-1.73-gpl-2-snapshot-20070410
@


1.9
log
@Sync with the latest snapshots of PyQt4, QScintilla, and SIP.
@
text
@d4 1
a4 1
PKG=QScintilla-1.73-gpl-2-snapshot-20070409
@


1.8
log
@Sync with the latest snapshots of Eric4, PyQt, PyQt4, QScintilla2, and sip.
@
text
@d4 1
a4 1
PKG=QScintilla-1.73-gpl-2-snapshot-20070405
@


1.7
log
@Sync with the latest SVN revisions.
@
text
@d4 1
a4 1
PKG=QScintilla-1.72-gpl-2-snapshot-20070318
@


1.6
log
@Update to the latest versions and/or snapshots.
@
text
@d4 1
a4 1
PKG=QScintilla-1.72-gpl-2-snapshot-20070304
@


1.5
log
@Update to the latest releases and/or snapshots.
@
text
@d4 1
a4 1
PKG=QScintilla-1.72-gpl-2-snapshot-20070117
@


1.4
log
@Track change of package name.
@
text
@d4 1
a4 1
PKG=QScintilla-1.71-gpl-2-snapshot-20061126
@


1.3
log
@Sync with Eric3, Eric4, and QScintilla2.
@
text
@d4 1
a4 1
PKG=QScintilla2-1.71-gpl-2-snapshot-20061126
@


1.2
log
@Sync with the latest snapshots from Riverbank Computing.
@
text
@d4 1
a4 1
PKG=QScintilla2-1.71-gpl-2-snapshot-20061103
@


1.1
log
@Add the build script for QScintilla-2.
----------------------------------------------------------------------
@
text
@d4 1
a4 1
PKG=QScintilla2-1.71-gpl-2-snapshot-20061021
@

