Skip to content

Commit

Permalink
qscintiall2: Some tweaks all around
Browse files Browse the repository at this point in the history
  • Loading branch information
stumbles committed Nov 14, 2014
1 parent f4276b6 commit f4b3203
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 22 deletions.
28 changes: 14 additions & 14 deletions qt4-apps/qscintilla2/BUILD
@@ -1,23 +1,23 @@

# install the editor class

export PATH=$QTDIR/bin:$PATH &&
export CXXFLAGS+=" -I../Qt4Qt5" &&
export LDFLAGS+=" -L../Qt4Qt5" &&

source /etc/profile.d/qt4.rc &&
cd Qt4Qt5 &&

qmake -o Makefile qscintilla.pro &&
pushd Qt4Qt5 > /dev/null
qmake qscintilla.pro &&
default_make &&
popd > /dev/null &&

pushd designer-Qt4Qt5 > /dev/null &&
qmake designer.pro INCLUDEPATH+=../Qt4Qt5 QMAKE_LIBDIR+=../Qt4Qt5 &&
default_make &&
popd > /dev/null &&

# install the Python bindings

cd ../Python &&
python ./configure.py &&
default_make

# Do Python-3
if in_depends $MODULE Python-3 ; then
devoke_installwatch &&
python3 ./configure.py &&
default_make
fi
pushd Python > /dev/null &&
python ./configure.py -n ../Qt4Qt5/ -o ../Qt4Qt5/ -c --qmake /usr/bin/qmake &&
default_make &&
popd > /dev/null
4 changes: 1 addition & 3 deletions qt4-apps/qscintilla2/DEPENDS
@@ -1,3 +1 @@
depends PyQt

optional_depends Python-3 "" "" "For Python-3 bindings support"
depends PyQt
8 changes: 3 additions & 5 deletions qt4-apps/qscintilla2/DETAILS
@@ -1,15 +1,13 @@
MODULE=qscintilla2
MAJOR=2.8.4
VERSION=gpl-$MAJOR
VERSION=gpl-2.8.4
SOURCE=QScintilla-$VERSION.tar.gz
SOURCE_URL[0]=http://sourceforge.net/projects/pyqt/files/QScintilla2/QScintilla-$MAJOR
SOURCE_URL[1]=http://mirror.meleeweb.net/pub/linux/gentoo/distfiles
SOURCE_URL=http://sourceforge.net/projects/pyqt/files/QScintilla2/QScintilla-${VERSION##*-}/
SOURCE_DIRECTORY=$BUILD_DIRECTORY/QScintilla-$VERSION
SOURCE_VFY=sha1:7e15c261a7c1842f3a75e4878a880ab667224494
MODULE_PREFIX=${QTDIR:-/usr}
WEB_SITE=http://www.riverbankcomputing.co.uk/software/qscintilla/intro
ENTERED=20070528
UPDATED=20140929
UPDATED=20141114
SHORT="Port to Qt of Scintilla C++ editor class"

cat << EOF
Expand Down

0 comments on commit f4b3203

Please sign in to comment.