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

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


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

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/koffice3/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD	13 Jan 2003 03:41:25 -0000	1.1
+++ BUILD	24 Feb 2004 08:36:14 -0000	1.2
@@ -1,21 +1,16 @@
 (
-  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
-
-  ./configure    --prefix=/opt/lunar/kde/3            \
-                 --enable-final                       \
-                 --disable-debug                      \
-                 --with-qt-dir=/opt/lunar/qt/3        \
-                 --with-xinerama                      \
-                 $OPTS                                &&
-
+  export LD_LIBRARY_PATH=$QTDIR/lib:$KDEDIR/lib
+  export PATH=$QTDIR/bin:$KDEDIR/bin:$PATH
+  export LD_RUN_PATH=$KDEDIR/lib:$KDEDIR/lib/kde3
 
-  make                 &&
-  prepare_install      &&
-  make install         
+  ./configure  --prefix=${KDE_PREFIX:-$KDEDIR}      \
+               --with-qt-dir=${QT_PREFIX:-$QTDIR}   \
+               --disable-debug                      \
+	       --enable-final                       \
+               --enable-fast-malloc=full            \
+               --with-xinerama                      \
+               $OPTS                                &&
 
+  default_make
  
 ) > $C_FIFO 2>&1

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3-apps/koffice3/DEPENDS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DEPENDS	6 Jun 2003 20:24:23 -0000	1.2
+++ DEPENDS	24 Feb 2004 08:36:14 -0000	1.3
@@ -1,4 +1,4 @@
-depends   "kdelibs3"  &&
+depends   kdelibs3  &&
 
-optional_depends  "Python"  ""  ""  "for scripting support" &&
-optional_depends  "libart_lgpl" "" "" "to compile karbon and kontour"
+optional_depends  "Python"      "" ""  "for scripting support" &&
+optional_depends  "libart_lgpl" "" ""  "to compile karbon and kontour"



More information about the Lunar-commits mailing list