[Lunar-commits] r15928 - moonbase/trunk/kde3-apps/kdbg
Florin Braescu
florin at lunar-linux.org
Fri Jul 29 16:40:30 UTC 2005
Author: florin
Date: 2005-07-29 16:40:29 +0000 (Fri, 29 Jul 2005)
New Revision: 15928
Modified:
moonbase/trunk/kde3-apps/kdbg/BUILD
moonbase/trunk/kde3-apps/kdbg/DETAILS
Log:
bump the version 1.2.10 to 2.0.0. bugfixes and improvements.
Modified: moonbase/trunk/kde3-apps/kdbg/BUILD
===================================================================
--- moonbase/trunk/kde3-apps/kdbg/BUILD 2005-07-29 13:42:39 UTC (rev 15927)
+++ moonbase/trunk/kde3-apps/kdbg/BUILD 2005-07-29 16:40:29 UTC (rev 15928)
@@ -1,11 +1,10 @@
(
- ./configure --prefix=${KDE_PREFIX:-$KDEDIR} \
- --with-qt-dir=${QT_PREFIX:-$QTDIR} \
- --disable-debug \
- --enable-final \
- --enable-fast-malloc=full \
- --with-xinerama \
- $OPTS &&
+ ./configure --prefix=${KDE_PREFIX:-$KDEDIR} \
+ --with-qt-dir=${QT_PREFIX:-$QTDIR} \
+ --disable-debug \
+ --enable-fast-malloc=full \
+ --with-xinerama \
+ $OPTS &&
default_make
Modified: moonbase/trunk/kde3-apps/kdbg/DETAILS
===================================================================
--- moonbase/trunk/kde3-apps/kdbg/DETAILS 2005-07-29 13:42:39 UTC (rev 15927)
+++ moonbase/trunk/kde3-apps/kdbg/DETAILS 2005-07-29 16:40:29 UTC (rev 15928)
@@ -1,15 +1,15 @@
MODULE=kdbg
- VERSION=1.2.10
+ VERSION=2.0.0
SOURCE=$MODULE-$VERSION.tar.gz
- SOURCE_URL[0]=$SFORGE_URL/$MODULE/
- SOURCE_VFY[0]=md5:e48b14f65e4c5c8473ce92767354501d
+ SOURCE_URL=$SFORGE_URL/$MODULE/
+ SOURCE_VFY=sha1:6315b7b3c74d33d87f900951b5267e8b8135bcfd
WEB_SITE=http://members.nextra.at/johsixt/kdbg.html
ENTERED=20020524
- UPDATED=20040523
+ UPDATED=20050729
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
-through code.
+KDbg is a graphical user interface to gdb, the GNU debugger. It provides
+an intuitive interface for setting breakpoints, inspecting variables,
+and stepping through code.
EOF
More information about the Lunar-commits
mailing list