CVS: moonbase/kde3/kdeartwork3 BUILD,1.5,1.6 DETAILS,1.9,1.10

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


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

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/kdeartwork3/BUILD,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- BUILD	5 Sep 2003 23:31:35 -0000	1.5
+++ BUILD	6 Oct 2003 17:18:22 -0000	1.6
@@ -1,21 +1,23 @@
 (
-  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 
+
+  export LD_LIBRARY_PATH=$QTDIR/lib
+  export PATH=$QTDIR/bin:$KDEDIR/bin:$PATH
+  export LD_RUN_PATH=$KDEDIR/lib:$KDEDIR/lib/kde3
+ 
 
   ## fix problem with ccache
-  CC=${CC//ccache/} &&
-  CXX=${CXX//ccache/} &&
-  export CC CXX       &&
+#  CC=${CC//ccache/} &&
+#  CXX=${CXX//ccache/} &&
+#  export CC CXX       &&
 
 
-  ./configure    --prefix=/opt/lunar/kde/3            \
-                 --enable-final                       \
-                 --disable-debug                      \
-                 --with-qt-dir=/opt/lunar/qt/3        \
-                 --with-xinerama                    \
+  ./configure    --prefix=$KDEDIR                      \
+                 --enable-final                        \
+                 --disable-debug                       \
+                 --with-qt-dir=$QTDIR                  \
+                 --with-xinerama                       \
                  $OPTS                                &&
 
   if module_installed NVIDIA_GLX ; then

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3/kdeartwork3/DETAILS,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- DETAILS	20 Sep 2003 11:56:30 -0000	1.9
+++ DETAILS	6 Oct 2003 17:18:22 -0000	1.10
@@ -6,7 +6,7 @@
    SOURCE_VFY=md5:042e42ade90a8d137edea88eb7d3e11d
         WEB_SITE=http://www.kde.org/
          ENTERED=20020523
-         UPDATED=20030920
+         UPDATED=20031006
        SHORT="kdeartwork contains extra eye candy for KDE."
        MAINTAINER="florin at lunar-linux.org"
        MAINTAINER="jol at lunar-linux.org"




More information about the Lunar-commits mailing list