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


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

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

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

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

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

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

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

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

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

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


desc
@@


1.10
log
@Sync with the latest release of QScintilla1.
@
text
@#!/bin/bash

#WHERE=http://www.riverbankcomputing.com/Downloads/Snapshots/QScintilla1
#PKG=QScintilla1-1.71-gpl-1-snapshot-20061103
WHERE=http://www.riverbankcomputing.com/Downloads/QScintilla1
PKG=QScintilla-1.71-gpl-1.7.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/qt
$QTDIR/bin/qmake qscintilla.pro
make -j $JOBS
make install
popd # $PKG/qt
pushd $PKG/designer
$QTDIR/bin/qmake
make
popd # $PKG/designer
popd # ../BUILD

# EOF@


1.9
log
@Sync with the release of QScintilla1.
@
text
@d6 1
a6 1
PKG=QScintilla1-1.71-gpl-1.7
@


1.8
log
@Sync with the latest snapshots from Riverbank Computing.
@
text
@d3 4
a6 2
WHERE=http://www.riverbankcomputing.com/Downloads/Snapshots/QScintilla1
PKG=QScintilla1-1.71-gpl-1-snapshot-20061103
@


1.7
log
@Sync with the latest snapshots from Riverbank Computing.
----------------------------------------------------------------------
@
text
@d4 1
a4 1
PKG=QScintilla1-1.71-gpl-1-snapshot-20061029
@


1.6
log
@Sync with the latest snapshots from Riverbank Computing.
----------------------------------------------------------------------
@
text
@d4 1
a4 1
PKG=QScintilla1-1.71-gpl-1-snapshot-20061027
@


1.5
log
@Sync with the new snapshots from Riverbank Computing.
@
text
@d4 1
a4 1
PKG=QScintilla1-1.71-gpl-1-snapshot-20061021
@


1.4
log
@Sync with the snapshots from Riverbank Computing.
@
text
@d4 1
a4 1
PKG=qscintilla-1.71-gpl-1-snapshot-20061013
@


1.3
log
@Sync with Riverbank.
----------------------------------------------------------------------
@
text
@d4 1
a4 1
PKG=qscintilla-1.71-gpl-1-snapshot-20061008
@


1.2
log
@Switch from Qt-4.1.4 to Qt-4.2.0.
@
text
@d4 1
a4 1
PKG=qscintilla-1.71-gpl-1-snapshot-20061006
@


1.1
log
@Add build-pychecker and build-qscintilla1.
@
text
@d4 1
a4 1
PKG=qscintilla-1.71-gpl-1-snapshot-20060909
@

