[Lunar-commits] CVS: moonbase/kde3-apps/kdevelop3 BUILD, 1.2, 1.3 DEPENDS, 1.2, 1.3

Florin Braescu florin at lunar-linux.org
Tue Feb 24 08:36:16 GMT 2004


Update of /var/cvs/lunar/moonbase/kde3-apps/kdevelop3
In directory dbguin.lunar-linux.org:/tmp/cvs-serv11769/kdevelop3

Modified Files:
	BUILD DEPENDS 
Log Message:
a first commit for the new install scheme of kde.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3-apps/kdevelop3/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD	4 Feb 2004 19:51:23 -0000	1.2
+++ BUILD	24 Feb 2004 08:36:14 -0000	1.3
@@ -1,22 +1,13 @@
 (
-  QTDIR=/opt/lunar/qt/3
-  KDEDIR=/opt/lunar/kde/3 
+  ./configure  --prefix=${KDE_PREFIX:-$KDEDIR}      \
+               --with-qt-dir=${QT_PREFIX:-$QTDIR}   \
+               --with-qtdoc-dir=${QTDIR}/doc/html   \
+               --disable-debug                      \
+	       --enable-final                       \
+               --enable-fast-malloc=full            \
+               --with-xinerama                      \
+               $OPTS                                &&
 
-  export LD_LIBRARY_PATH=$QTDIR/lib
-  export PATH=$QTDIR/bin:$KDEDIR/bin:$PATH
-  export LD_RUN_PATH=$KDEDIR/lib:$KDEDIR/lib/kde3
+  default_make
  
-  ./configure    --prefix=$KDEDIR                    \
-                 --enable-final                      \
-                 --disable-debug                     \
-                 --with-qt-dir=$QTDIR                \
-                 --with-qtdoc-dir=${QTDIR}/doc/html  \
-                 --with-xinerama                     \
-                 $OPTS                              &&
-
-  make              &&
-  prepare_install   &&
-  make install         
-
 ) > $C_FIFO 2>&1
-

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3-apps/kdevelop3/DEPENDS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DEPENDS	7 Dec 2003 13:50:48 -0000	1.2
+++ DEPENDS	24 Feb 2004 08:36:14 -0000	1.3
@@ -1,12 +1,12 @@
-depends  "kdelibs3"   &&
-depends  "flex"       &&
-depends  "autoconf"   &&
+depends  kdelibs3   &&
+depends  flex       &&
+depends  autoconf   &&
 
-optional_depends  "linuxdoc-tools"  ""  ""  "for sgml2html support" &&
-optional_depends  "kdbg"  ""  ""  "for program debugging"           &&
-optional_depends  "a2ps"  ""  ""  "for a2ps printing support"       &&
-optional_depends  "htdig" ""  ""  "for document searching support"  &&
-optional_depends  "KDE-Documentation"   \
- "--with-kdelibsdoc-dir=/opt/lunar/kde/3/share/doc/KDE-Documentation"  \
-                  ""                    \
-                  "for pregenerated kde library documentation"
+optional_depends  "linuxdoc-tools"  ""  ""  "for sgml2html support"           &&
+optional_depends  "kdbg"            ""  ""  "for program debugging"           &&
+optional_depends  "a2ps"            ""  ""  "for a2ps printing support"       &&
+optional_depends  "htdig"           ""  ""  "for document searching support"  &&
+optional_depends  "KDE-Documentation"                                          \
+        "--with-kdelibsdoc-dir=/opt/lunar/kde/3/share/doc/KDE-Documentation"   \
+                                    ""                                         \
+                                    "for pregenerated kde library documentation"



More information about the Lunar-commits mailing list