[Lunar-commits]
CVS: moonbase/devel/kdbg BUILD, 1.1.1.1, 1.2 DEPENDS,
1.1.1.1, 1.2 DETAILS, 1.4, 1.5
Florin Braescu
florin at lunar-linux.org
Tue Feb 24 08:40:08 GMT 2004
Update of /var/cvs/lunar/moonbase/devel/kdbg
In directory dbguin.lunar-linux.org:/tmp/cvs-serv12804
Modified Files:
BUILD DEPENDS DETAILS
Log Message:
a first commit for the new install scheme of kde.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/kdbg/BUILD,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- BUILD 21 Aug 2002 00:55:11 -0000 1.1.1.1
+++ BUILD 24 Feb 2004 08:40:06 -0000 1.2
@@ -1,21 +1,12 @@
(
+ ./configure --prefix=${KDE_PREFIX:-$KDEDIR} \
+ --with-qt-dir=${QT_PREFIX:-$QTDIR} \
+ --disable-debug \
+ --enable-final \
+ --enable-fast-malloc=full \
+ --with-xinerama \
+ $OPTS &&
- export LDFLAGS="$LDFLAGS -z combreloc"
-
- export LD_LIBRARY_PATH=/opt/lunar/qt/3/lib
- export PATH=/opt/lunar/qt/3/bin:/opt/lunar/kde/3/bin:$PATH
- export LD_RUN_PATH=/opt/lunar/kde/3/lib:/opt/lunar/kde/3/lib/kde3
- QTDIR=/opt/lunar/qt/3
- KDEDIR=/opt/lunar/kde/3
-
- LIBQTMT="-lqt-mt" ./configure --prefix=/opt/lunar/kde/3 \
- --enable-final \
- --disable-debug \
- --with-qt-dir=/opt/lunar/qt/3 \
- $OPTS &&
-
- make &&
- prepare_install &&
- make install
+ default_make
) > $C_FIFO 2>&1
Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/kdbg/DEPENDS,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- DEPENDS 21 Aug 2002 00:55:11 -0000 1.1.1.1
+++ DEPENDS 24 Feb 2004 08:40:06 -0000 1.2
@@ -1,3 +1,3 @@
-depends "kdelibs3" &&
-depends "gdb"
+depends kdelibs3 &&
+depends gdb
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/kdbg/DETAILS,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- DETAILS 4 Jan 2004 13:27:02 -0000 1.4
+++ DETAILS 24 Feb 2004 08:40:06 -0000 1.5
@@ -7,7 +7,8 @@
WEB_SITE=http://members.nextra.at/johsixt/kdbg.html
ENTERED=20020524
UPDATED=20030908
- SHORT="KDbg is a graphical user interface to gdb."
+ SHORT="KDbg is a graphical user interface to gdb."
+
cat << EOF
KDbg is a graphical user interface to gdb, the GNU debugger. It provides an
intuitive interface for setting breakpoints, inspecting variables, and stepping
More information about the Lunar-commits
mailing list