[Lunar-commits] CVS: crater/web/quanta3 BUILD, 1.1, 1.2 DETAILS, 1.1, 1.2

Florin Braescu florin at lunar-linux.org
Fri Jan 23 20:10:43 GMT 2004


Update of /var/cvs/lunar/crater/web/quanta3
In directory dbguin.lunar-linux.org:/tmp/cvs-serv8200/web/quanta3

Modified Files:
	BUILD DETAILS 
Log Message:
bump the version from 3.1.94 to 3.1.95 (aka 3.2 rc1).


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/crater/web/quanta3/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD	2 Jan 2004 10:58:55 -0000	1.1
+++ BUILD	23 Jan 2004 20:10:41 -0000	1.2
@@ -1,19 +1,21 @@
 (
+  QTDIR=/opt/lunar/qt/3
+  KDEDIR=/opt/lunar/kde/3 
 
-  export QTDIR=/opt/lunar/qt/3
-  export KDEDIR=/opt/lunar/kde/3
-  export LD_LIBRARY_PATH=/opt/lunar/qt/3/lib:/opt/lunar/kde/3/lib
-  export PATH=/opt/lunar/kde/3/bin:/opt/lunar/qt/3/bin:$PATH
-  export LD_RUN_PATH=/opt/lunar/kde/3/lib:/opt/lunar/kde/3/lib/kde3
+  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      \
-               --disable-debug                \
-               --with-qt-dir=/opt/lunar/qt/3  \
-               --with-xinerama                \
-               $OPTS                          &&
+  ./configure    --prefix=$KDEDIR       \
+                 --enable-final         \
+                 --disable-debug        \
+                 --with-qt-dir=$QTDIR   \
+                 --with-xinerama        \
+                 $OPTS                  &&
 
-  make                               &&
-  prepare_install                    &&
-  make    install                    
+  make              &&
+  prepare_install   &&
+  make install      
 
 ) > $C_FIFO 2>&1
+		   

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/crater/web/quanta3/DETAILS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DETAILS	2 Jan 2004 10:58:55 -0000	1.1
+++ DETAILS	23 Jan 2004 20:10:41 -0000	1.2
@@ -1,15 +1,15 @@
            MODULE=quanta3
-         VERSION=3.1.94
+         VERSION=3.1.95
           SOURCE=quanta-$VERSION.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/quanta-$VERSION
    SOURCE_URL[0]=$KDE_URL/unstable/$VERSION/src/$SOURCE
-       SOURCE_VFY=md5:5ab7af97be1ec5411ee65ef04d0f6854
+   SOURCE_VFY=md5:152fcf22e409b595a6724850e2114687
         WEB_SITE=http://quanta.sourceforge.net/
          ENTERED=20021104
-         UPDATED=20040102
+         UPDATED=20040123
+        MAINTAINER=florin at lunar-linux.org
+	MAINTAINER=jol at lunar-linux.org
         SHORT="quanta plus html editor."
-        MAINTAINER="florin at lunar-linux.org"
-	MAINTAINER="jol at lunar-linux.org"
 
 cat << EOF
 Quanta Plus is a web development tool for the KDE desktop environment.



More information about the Lunar-commits mailing list