CVS: moonbase/kde3/kdegames3 BUILD,1.4,1.5 DETAILS,1.9,1.10

jol at lunar-linux.org jol at lunar-linux.org
Mon Oct 6 17:18:25 GMT 2003


Update of /var/cvs/lunar/moonbase/kde3/kdegames3
In directory dbguin.lunar-linux.org:/tmp/cvs-serv23112/kdegames3

Modified Files:
	BUILD DETAILS 
Log Message:
Clean BUILD all kde3 build file. Add somes missed depends


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3/kdegames3/BUILD,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- BUILD	5 Sep 2003 23:31:35 -0000	1.4
+++ BUILD	6 Oct 2003 17:18:22 -0000	1.5
@@ -1,26 +1,28 @@
 (
-  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
+  KDEDIR=/opt/lunar/kde/3 
 
-   ## fix problem with ccache
-  CC=${CC//ccache/} &&
-  CXX=${CXX//ccache/} &&
-  export CC CXX       &&
+  export LD_LIBRARY_PATH=$QTDIR/lib
+  export PATH=$QTDIR/bin:$KDEDIR/bin:$PATH
+  export LD_RUN_PATH=$KDEDIR/lib:$KDEDIR/lib/kde3
+ 
 
-  ./configure    --prefix=/opt/lunar/kde/3            \
-                 --enable-final                       \
-                 --disable-debug                      \
-                 --with-qt-dir=/opt/lunar/qt/3        \
-                 --with-xinerama                    \
+  ## fix problem with ccache
+#  CC=${CC//ccache/} &&
+#  CXX=${CXX//ccache/} &&
+#  export CC CXX       &&
+
+
+  ./configure    --prefix=$KDEDIR                      \
+                 --enable-final                        \
+                 --disable-debug                       \
+                 --with-qt-dir=$QTDIR                  \
+                 --with-xinerama                       \
                  $OPTS                                &&
 
   make                 &&
   prepare_install      &&
   make install         
-
  
 ) > $C_FIFO 2>&1
 		   

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3/kdegames3/DETAILS,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- DETAILS	20 Sep 2003 11:56:31 -0000	1.9
+++ DETAILS	6 Oct 2003 17:18:22 -0000	1.10
@@ -6,7 +6,7 @@
    SOURCE_VFY=md5:be604fb91e24f990659f5cab2ac8decf
         WEB_SITE=http://www.kde.org/
          ENTERED=20020523
-         UPDATED=20030920	 
+         UPDATED=20031006
       SHORT="kdegames contains games and diversions."
       MAINTAINER="florin at lunar-linux.org"
       MAINTAINER="jol at lunar-linux.org"




More information about the Lunar-commits mailing list