[Lunar-commits] r20108 - in moonbase/trunk/kde3/base: arts kdeaccessibility3 kdeaddons3 kdeadmin3 kdeartwork3 kdebase3 kdebindings3 kdeedu3 kdegames3 kdegraphics3 kdelibs3 kdemultimedia3 kdenetwork3 kdepim3 kdesdk3 kdetoys3 kdeutils3 kdewebdev3

Florin Braescu florin at lunar-linux.org
Wed May 17 04:36:12 UTC 2006


Author: florin
Date: 2006-05-17 04:36:10 +0000 (Wed, 17 May 2006)
New Revision: 20108

Modified:
   moonbase/trunk/kde3/base/arts/BUILD
   moonbase/trunk/kde3/base/kdeaccessibility3/BUILD
   moonbase/trunk/kde3/base/kdeaddons3/BUILD
   moonbase/trunk/kde3/base/kdeadmin3/BUILD
   moonbase/trunk/kde3/base/kdeartwork3/BUILD
   moonbase/trunk/kde3/base/kdebase3/BUILD
   moonbase/trunk/kde3/base/kdebindings3/BUILD
   moonbase/trunk/kde3/base/kdeedu3/BUILD
   moonbase/trunk/kde3/base/kdegames3/BUILD
   moonbase/trunk/kde3/base/kdegraphics3/BUILD
   moonbase/trunk/kde3/base/kdelibs3/BUILD
   moonbase/trunk/kde3/base/kdemultimedia3/BUILD
   moonbase/trunk/kde3/base/kdenetwork3/BUILD
   moonbase/trunk/kde3/base/kdepim3/BUILD
   moonbase/trunk/kde3/base/kdesdk3/BUILD
   moonbase/trunk/kde3/base/kdetoys3/BUILD
   moonbase/trunk/kde3/base/kdeutils3/BUILD
   moonbase/trunk/kde3/base/kdewebdev3/BUILD
Log:
this is the first round of commits. i was ready to do it when Moe and Zbiggy come up with new interesting proposals. so one change at a time. this ones were tested :)

Modified: moonbase/trunk/kde3/base/arts/BUILD
===================================================================
--- moonbase/trunk/kde3/base/arts/BUILD	2006-05-17 01:42:58 UTC (rev 20107)
+++ moonbase/trunk/kde3/base/arts/BUILD	2006-05-17 04:36:10 UTC (rev 20108)
@@ -3,19 +3,19 @@
   # Needed for KDE apps to see QT
   . /etc/profile.d/qt3.rc
  
-  OPTS="--with-qt-dir=${QTDIR} --enable-final --disable-debug --with-xinerama $OPTS" &&
+  OPTS="--with-qt-dir=${QTDIR} --enable-final --disable-debug $OPTS"  &&
 
-  default_build &&
+  default_build  &&
 
   if ! grep -q "${MODULE_PREFIX}/lib" /etc/ld.so.conf; then
     echo "${MODULE_PREFIX}/lib" >> /etc/ld.so.conf  
   fi &&
 
-  mkdir -p ${MODULE_PREFIX}/lib/pkgconfig &&
+  mkdir -p ${MODULE_PREFIX}/lib/pkgconfig  &&
 
-  echo "export KDEDIR=\"${MODULE_PREFIX}\"" >> $SOURCE_DIRECTORY/kde3.rc &&
-  echo export PATH=\"'${KDEDIR}'/bin:'$PATH'\" >> $SOURCE_DIRECTORY/kde3.rc &&
-  echo export PKG_CONFIG_PATH=\"'${KDEDIR}'/lib/pkgconfig:'$PKG_CONFIG_PATH'\" >> $SOURCE_DIRECTORY/kde3.rc &&
+  echo "export KDEDIR=\"${MODULE_PREFIX}\"" >> $SOURCE_DIRECTORY/kde3.rc  &&
+  echo export PATH=\"'${KDEDIR}'/bin:'$PATH'\" >> $SOURCE_DIRECTORY/kde3.rc  &&
+  echo export PKG_CONFIG_PATH=\"'${KDEDIR}'/lib/pkgconfig:'$PKG_CONFIG_PATH'\" >> $SOURCE_DIRECTORY/kde3.rc  &&
 
   install -m644 $SOURCE_DIRECTORY/kde3.rc /etc/profile.d/
 

Modified: moonbase/trunk/kde3/base/kdeaccessibility3/BUILD
===================================================================
--- moonbase/trunk/kde3/base/kdeaccessibility3/BUILD	2006-05-17 01:42:58 UTC (rev 20107)
+++ moonbase/trunk/kde3/base/kdeaccessibility3/BUILD	2006-05-17 04:36:10 UTC (rev 20108)
@@ -11,8 +11,6 @@
                --with-qt-dir=${QT_PREFIX:-$QTDIR}  \
                --disable-debug                     \
 	       --enable-final                      \
-               --enable-fast-malloc=full           \
-               --with-xinerama                     \
                $OPTS                              &&
 
   default_make

Modified: moonbase/trunk/kde3/base/kdeaddons3/BUILD
===================================================================
--- moonbase/trunk/kde3/base/kdeaddons3/BUILD	2006-05-17 01:42:58 UTC (rev 20107)
+++ moonbase/trunk/kde3/base/kdeaddons3/BUILD	2006-05-17 04:36:10 UTC (rev 20108)
@@ -7,8 +7,6 @@
                --with-qt-dir=${QT_PREFIX:-$QTDIR}  \
                --disable-debug                     \
 	       --enable-final                      \
-               --enable-fast-malloc=full           \
-               --with-xinerama                     \
                $OPTS                              &&
 
   default_make

Modified: moonbase/trunk/kde3/base/kdeadmin3/BUILD
===================================================================
--- moonbase/trunk/kde3/base/kdeadmin3/BUILD	2006-05-17 01:42:58 UTC (rev 20107)
+++ moonbase/trunk/kde3/base/kdeadmin3/BUILD	2006-05-17 04:36:10 UTC (rev 20108)
@@ -7,8 +7,6 @@
                --with-qt-dir=${QT_PREFIX:-$QTDIR}  \
                --disable-debug                     \
 	       --enable-final                      \
-               --enable-fast-malloc=full           \
-               --with-xinerama                     \
                $OPTS                              &&
 
   default_make

Modified: moonbase/trunk/kde3/base/kdeartwork3/BUILD
===================================================================
--- moonbase/trunk/kde3/base/kdeartwork3/BUILD	2006-05-17 01:42:58 UTC (rev 20107)
+++ moonbase/trunk/kde3/base/kdeartwork3/BUILD	2006-05-17 04:36:10 UTC (rev 20108)
@@ -7,8 +7,6 @@
                --with-qt-dir=${QT_PREFIX:-$QTDIR}  \
                --disable-debug                     \
 	       --enable-final                      \
-               --enable-fast-malloc=full           \
-               --with-xinerama                     \
                $OPTS                              &&
 
   default_make

Modified: moonbase/trunk/kde3/base/kdebase3/BUILD
===================================================================
--- moonbase/trunk/kde3/base/kdebase3/BUILD	2006-05-17 01:42:58 UTC (rev 20107)
+++ moonbase/trunk/kde3/base/kdebase3/BUILD	2006-05-17 04:36:10 UTC (rev 20108)
@@ -11,8 +11,6 @@
                --with-qt-dir=${QT_PREFIX:-$QTDIR}  \
                --disable-debug                     \
 	       --enable-final                      \
-               --enable-fast-malloc=full           \
-               --with-xinerama                     \
                $OPTS                              &&
 
   default_make

Modified: moonbase/trunk/kde3/base/kdebindings3/BUILD
===================================================================
--- moonbase/trunk/kde3/base/kdebindings3/BUILD	2006-05-17 01:42:58 UTC (rev 20107)
+++ moonbase/trunk/kde3/base/kdebindings3/BUILD	2006-05-17 04:36:10 UTC (rev 20108)
@@ -14,8 +14,6 @@
                --with-qt-dir=${QT_PREFIX:-$QTDIR}  \
                --disable-debug                     \
 	       --enable-final                      \
-               --enable-fast-malloc=full           \
-               --with-xinerama                     \
                $OPTS                              &&
 
   default_make

Modified: moonbase/trunk/kde3/base/kdeedu3/BUILD
===================================================================
--- moonbase/trunk/kde3/base/kdeedu3/BUILD	2006-05-17 01:42:58 UTC (rev 20107)
+++ moonbase/trunk/kde3/base/kdeedu3/BUILD	2006-05-17 04:36:10 UTC (rev 20108)
@@ -7,8 +7,6 @@
                --with-qt-dir=${QT_PREFIX:-$QTDIR}  \
                --disable-debug                     \
 	       --enable-final                      \
-               --enable-fast-malloc=full           \
-               --with-xinerama                     \
                $OPTS                              &&
 
   default_make

Modified: moonbase/trunk/kde3/base/kdegames3/BUILD
===================================================================
--- moonbase/trunk/kde3/base/kdegames3/BUILD	2006-05-17 01:42:58 UTC (rev 20107)
+++ moonbase/trunk/kde3/base/kdegames3/BUILD	2006-05-17 04:36:10 UTC (rev 20108)
@@ -7,8 +7,6 @@
                --with-qt-dir=${QT_PREFIX:-$QTDIR}  \
                --disable-debug                     \
 	       --enable-final                      \
-               --enable-fast-malloc=full           \
-               --with-xinerama                     \
                $OPTS                              &&
 
   default_make

Modified: moonbase/trunk/kde3/base/kdegraphics3/BUILD
===================================================================
--- moonbase/trunk/kde3/base/kdegraphics3/BUILD	2006-05-17 01:42:58 UTC (rev 20107)
+++ moonbase/trunk/kde3/base/kdegraphics3/BUILD	2006-05-17 04:36:10 UTC (rev 20108)
@@ -7,8 +7,6 @@
                --with-qt-dir=${QT_PREFIX:-$QTDIR}  \
                --disable-debug                     \
 	       --enable-final                      \
-               --enable-fast-malloc=full           \
-               --with-xinerama                     \
                $OPTS                              &&
 
   default_make

Modified: moonbase/trunk/kde3/base/kdelibs3/BUILD
===================================================================
--- moonbase/trunk/kde3/base/kdelibs3/BUILD	2006-05-17 01:42:58 UTC (rev 20107)
+++ moonbase/trunk/kde3/base/kdelibs3/BUILD	2006-05-17 04:36:10 UTC (rev 20108)
@@ -7,8 +7,6 @@
                --with-qt-dir=${QT_PREFIX:-$QTDIR}  \
                --disable-debug                     \
 	       --enable-final                      \
-               --enable-fast-malloc=full           \
-               --with-xinerama                     \
                $OPTS                              &&
 
   default_make

Modified: moonbase/trunk/kde3/base/kdemultimedia3/BUILD
===================================================================
--- moonbase/trunk/kde3/base/kdemultimedia3/BUILD	2006-05-17 01:42:58 UTC (rev 20107)
+++ moonbase/trunk/kde3/base/kdemultimedia3/BUILD	2006-05-17 04:36:10 UTC (rev 20108)
@@ -9,13 +9,11 @@
   export PATH=${QT_PREFIX:-$QTDIR}/bin:${KDE_PREFIX:-$KDEDIR}/bin:$PATH
   export LD_RUN_PATH=${KDE_PREFIX:-$KDEDIR}/lib:${KDE_PREFIX:-$KDEDIR}/lib/kde3
  
-  ./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-final                      \
+               $OPTS                              &&
 
   default_make
  

Modified: moonbase/trunk/kde3/base/kdenetwork3/BUILD
===================================================================
--- moonbase/trunk/kde3/base/kdenetwork3/BUILD	2006-05-17 01:42:58 UTC (rev 20107)
+++ moonbase/trunk/kde3/base/kdenetwork3/BUILD	2006-05-17 04:36:10 UTC (rev 20108)
@@ -13,8 +13,6 @@
                --with-qt-dir=${QT_PREFIX:-$QTDIR}   \
                --disable-debug                      \
 	       --enable-final                       \
-               --enable-fast-malloc=full            \
-               --with-xinerama                      \
                $OPTS                               &&
 
   default_make

Modified: moonbase/trunk/kde3/base/kdepim3/BUILD
===================================================================
--- moonbase/trunk/kde3/base/kdepim3/BUILD	2006-05-17 01:42:58 UTC (rev 20107)
+++ moonbase/trunk/kde3/base/kdepim3/BUILD	2006-05-17 04:36:10 UTC (rev 20108)
@@ -7,8 +7,6 @@
                --with-qt-dir=${QT_PREFIX:-$QTDIR}  \
                --disable-debug                     \
 	       --enable-final                      \
-               --enable-fast-malloc=full           \
-               --with-xinerama                     \
                $OPTS                              &&
 
   default_make

Modified: moonbase/trunk/kde3/base/kdesdk3/BUILD
===================================================================
--- moonbase/trunk/kde3/base/kdesdk3/BUILD	2006-05-17 01:42:58 UTC (rev 20107)
+++ moonbase/trunk/kde3/base/kdesdk3/BUILD	2006-05-17 04:36:10 UTC (rev 20108)
@@ -9,8 +9,6 @@
                --with-qt-dir=${QT_PREFIX:-$QTDIR}  \
                --disable-debug                     \
 	       --enable-final                      \
-               --enable-fast-malloc=full           \
-               --with-xinerama                     \
                $OPTS                              &&
 
   default_make

Modified: moonbase/trunk/kde3/base/kdetoys3/BUILD
===================================================================
--- moonbase/trunk/kde3/base/kdetoys3/BUILD	2006-05-17 01:42:58 UTC (rev 20107)
+++ moonbase/trunk/kde3/base/kdetoys3/BUILD	2006-05-17 04:36:10 UTC (rev 20108)
@@ -7,8 +7,6 @@
                --with-qt-dir=${QT_PREFIX:-$QTDIR}  \
                --disable-debug                     \
 	       --enable-final                      \
-               --enable-fast-malloc=full           \
-               --with-xinerama                     \
                $OPTS                              &&
 
   default_make

Modified: moonbase/trunk/kde3/base/kdeutils3/BUILD
===================================================================
--- moonbase/trunk/kde3/base/kdeutils3/BUILD	2006-05-17 01:42:58 UTC (rev 20107)
+++ moonbase/trunk/kde3/base/kdeutils3/BUILD	2006-05-17 04:36:10 UTC (rev 20108)
@@ -7,8 +7,6 @@
                --with-qt-dir=${QT_PREFIX:-$QTDIR}  \
                --disable-debug                     \
 	       --enable-final                      \
-               --enable-fast-malloc=full           \
-               --with-xinerama                     \
                $OPTS                              &&
 
   default_make

Modified: moonbase/trunk/kde3/base/kdewebdev3/BUILD
===================================================================
--- moonbase/trunk/kde3/base/kdewebdev3/BUILD	2006-05-17 01:42:58 UTC (rev 20107)
+++ moonbase/trunk/kde3/base/kdewebdev3/BUILD	2006-05-17 04:36:10 UTC (rev 20108)
@@ -3,13 +3,11 @@
   export PATH=${QT_PREFIX:-$QTDIR}/bin:${KDE_PREFIX:-$KDEDIR}/bin:$PATH
   export LD_RUN_PATH=${KDE_PREFIX:-$KDEDIR}/lib:${KDE_PREFIX:-$KDEDIR}/lib/kde3
  
-  ./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-final                      \
+               $OPTS                              &&
 
   default_make
  



More information about the Lunar-commits mailing list