[Lunar-commits] <moonbase> qscintilla: remove it from the moonbase. use qscintilla2 instead.

Florin Braescu florin at lunar-linux.org
Sun Sep 14 17:56:10 CEST 2008


commit df4cebc811afc41e71333cdf8f28b8b4b1053b71
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sun Sep 14 18:56:10 2008 +0300

    qscintilla: remove it from the moonbase. use qscintilla2 instead.
---
 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, 2 insertions(+), 30 deletions(-)

diff --git a/editors/eric/DEPENDS b/editors/eric/DEPENDS
index d7bbac9..a677984 100644
--- a/editors/eric/DEPENDS
+++ b/editors/eric/DEPENDS
@@ -1,2 +1,2 @@
-depends  qscintilla  &&
+depends  qscintilla2
 depends  PyQt 
diff --git a/python/PyQt/DEPENDS b/python/PyQt/DEPENDS
index c3491d3..b7478fb 100644
--- a/python/PyQt/DEPENDS
+++ b/python/PyQt/DEPENDS
@@ -1,4 +1,4 @@
 depends  sip
 depends  qt3
 
-optional_depends "qscintilla" "" "" "For qscintilla support"
+optional_depends "qscintilla2" "" "" "For qscintilla support"
diff --git a/qt-apps/qscintilla/BUILD b/qt-apps/qscintilla/BUILD
deleted file mode 100644
index c8774e1..0000000
--- a/qt-apps/qscintilla/BUILD
+++ /dev/null
@@ -1,10 +0,0 @@
-(
-
-  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
deleted file mode 100644
index ce0cf98..0000000
--- a/qt-apps/qscintilla/DEPENDS
+++ /dev/null
@@ -1 +0,0 @@
-depends  qt3  
diff --git a/qt-apps/qscintilla/DETAILS b/qt-apps/qscintilla/DETAILS
deleted file mode 100644
index 2395346..0000000
--- a/qt-apps/qscintilla/DETAILS
+++ /dev/null
@@ -1,17 +0,0 @@
-          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