[Lunar-commits] <moonbase> Revert "qscintilla: remove it from the moonbase. use qscintilla2 instead."
Florin Braescu
florin at lunar-linux.org
Wed Sep 17 15:20:56 CEST 2008
commit 945d61c5acfca370fcbf93e8c89fe1ccb811c3a4
Author: Florin Braescu <florin at lunar-linux.org>
Date: Wed Sep 17 16:20:56 2008 +0300
Revert "qscintilla: remove it from the moonbase. use qscintilla2 instead."
This reverts commit df4cebc811afc41e71333cdf8f28b8b4b1053b71.
qscintilla: revert it as qscintilla2 is incompatible with eric.
---
editors/eric/DEPENDS | 2 +-
python/PyQt/DEPENDS | 2 +-
qt-apps/qscintilla/BUILD | 10 ++++++++++
qt-apps/qscintilla/DEPENDS | 1 +
qt-apps/qscintilla/DETAILS | 17 +++++++++++++++++
5 files changed, 30 insertions(+), 2 deletions(-)
diff --git a/editors/eric/DEPENDS b/editors/eric/DEPENDS
index a677984..d7bbac9 100644
--- a/editors/eric/DEPENDS
+++ b/editors/eric/DEPENDS
@@ -1,2 +1,2 @@
-depends qscintilla2
+depends qscintilla &&
depends PyQt
diff --git a/python/PyQt/DEPENDS b/python/PyQt/DEPENDS
index b7478fb..c3491d3 100644
--- a/python/PyQt/DEPENDS
+++ b/python/PyQt/DEPENDS
@@ -1,4 +1,4 @@
depends sip
depends qt3
-optional_depends "qscintilla2" "" "" "For qscintilla support"
+optional_depends "qscintilla" "" "" "For qscintilla support"
diff --git a/qt-apps/qscintilla/BUILD b/qt-apps/qscintilla/BUILD
new file mode 100644
index 0000000..c8774e1
--- /dev/null
+++ b/qt-apps/qscintilla/BUILD
@@ -0,0 +1,10 @@
+(
+
+ export PATH=$QTDIR/bin:$PATH
+ cd qt &&
+ qmake -o Makefile qscintilla.pro &&
+ default_make &&
+ ln -f -s $QTDIR/lib/libqscintilla.so.7.0.1 $QTDIR/lib/libqscintilla.so &&
+ cp qextscintilla*.h $QTDIR/include
+
+) > $C_FIFO 2>&1
diff --git a/qt-apps/qscintilla/DEPENDS b/qt-apps/qscintilla/DEPENDS
new file mode 100644
index 0000000..ce0cf98
--- /dev/null
+++ b/qt-apps/qscintilla/DEPENDS
@@ -0,0 +1 @@
+depends qt3
diff --git a/qt-apps/qscintilla/DETAILS b/qt-apps/qscintilla/DETAILS
new file mode 100644
index 0000000..2395346
--- /dev/null
+++ b/qt-apps/qscintilla/DETAILS
@@ -0,0 +1,17 @@
+ MODULE=qscintilla
+ EXTRA=gpl-1.7.1
+ VERSION=1.71
+ SOURCE=QScintilla-$VERSION-$EXTRA.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/QScintilla-$VERSION-$EXTRA
+ SOURCE_URL=http://www.riverbankcomputing.com/Downloads/QScintilla1/
+ SOURCE_VFY=sha1:424415960e5cbcd58306e87d1d610bd8e72f3368
+ WEB_SITE=http://www.riverbankcomputing.co.uk/qscintilla/index.php
+ ENTERED=20030711
+ UPDATED=20061231
+ SHORT="Port to Qt of Scintilla C++ editor class"
+
+cat << EOF
+QScintilla includes features especially useful when editing and
+debugging source code. These include support for syntax styling,
+error indicators, code completion and call tips.
+EOF
More information about the Lunar-commits
mailing list