[Lunar-commits] CVS: moonbase/libs/qscintilla BUILD, 1.2,
1.3 DEPENDS, 1.1, 1.2 DETAILS, 1.4, 1.5
Florin Braescu
florin at lunar-linux.org
Fri Mar 12 04:32:28 GMT 2004
Update of /var/cvs/lunar/moonbase/libs/qscintilla
In directory dbguin.lunar-linux.org:/tmp/cvs-serv13709
Modified Files:
BUILD DEPENDS DETAILS
Log Message:
some cosmetic changes.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/libs/qscintilla/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD 5 Sep 2003 22:32:15 -0000 1.2
+++ BUILD 12 Mar 2004 04:32:26 -0000 1.3
@@ -1,13 +1,9 @@
(
- export PATH=/opt/lunar/qt/3/bin:/opt/lunar/kde/3/bin:$PATH
- export KDEDIR=/opt/lunar/kde/3
- export QTDIR=/opt/lunar/qt/3
- cd qt &&
- qmake -o Makefile qscintilla.pro &&
- make &&
- prepare_install &&
- make install &&
- cp qextscintilla*.h $QTDIR/include &&
- ln -f -s /opt/lunar/qt/3/libqscintilla.so.3 /opt/lunar/qt/3/libqscintilla.so
+ cd qt &&
+ qmake -o Makefile qscintilla.pro &&
+ default_make &&
+ cp qextscintilla*.h $QTDIR/include &&
+ ln -f -s $QTDIR/lib/libqscintilla.so.3 $QTDIR/lib/libqscintilla.so
+
) > $C_FIFO 2>&1
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/libs/qscintilla/DEPENDS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DEPENDS 12 Jul 2003 12:53:55 -0000 1.1
+++ DEPENDS 12 Mar 2004 04:32:26 -0000 1.2
@@ -1,3 +1,3 @@
-depends "qt3"
+depends qt3
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/libs/qscintilla/DETAILS,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- DETAILS 5 Sep 2003 22:19:47 -0000 1.4
+++ DETAILS 12 Mar 2004 04:32:26 -0000 1.5
@@ -8,7 +8,11 @@
WEB_SITE=http://www.riverbankcomputing.co.uk/qscintilla/index.php
ENTERED=20030711
UPDATED=20030906
- SHORT="QScintilla is a port to Qt of Neil Hodgson's Scintilla C++ editor class."
+ SHORT="QScintilla is a port to Qt of Scintilla C++ editor class."
+
cat << EOF
-As well as features found in standard text editing components, QScintilla includes features especially useful when editing and debugging source code. These include support for syntax styling, error indicators, code completion and call tips
+As well as features found in standard text editing components, 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