[Lunar-commits] CVS: moonbase/chat/konversation BUILD, 1.1, 1.2 DEPENDS, 1.1, 1.2 DETAILS, 1.1, 1.2

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


Update of /var/cvs/lunar/moonbase/chat/konversation
In directory dbguin.lunar-linux.org:/tmp/cvs-serv12930

Modified Files:
	BUILD DEPENDS DETAILS 
Log Message:
a first commit for the new install scheme of kde.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/chat/konversation/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD	8 Jan 2004 18:49:36 -0000	1.1
+++ BUILD	24 Feb 2004 08:40:48 -0000	1.2
@@ -1,19 +1,12 @@
 (
-  export QTDIR=/opt/lunar/qt/3
-  export KDEDIR=/opt/lunar/kde/3
-  export PATH=$QTDIR/bin:$KDEDIR/bin:$PATH
-
-  ./configure    --prefix=$KDEDIR                      \
-                 --with-qt-dir=$QTDIR                  \
-                 --disable-debug                       \
-                 --enable-fast-malloc=full             \
-                 --with-xinerama                       \
-                 $OPTS                                &&
-
-  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/chat/konversation/DEPENDS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DEPENDS	8 Jan 2004 18:49:36 -0000	1.1
+++ DEPENDS	24 Feb 2004 08:40:48 -0000	1.2
@@ -1,3 +1,3 @@
-depends  "kdelibs3"  
+depends  kdelibs3  
 
 

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/chat/konversation/DETAILS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DETAILS	8 Jan 2004 18:49:36 -0000	1.1
+++ DETAILS	24 Feb 2004 08:40:48 -0000	1.2
@@ -8,7 +8,7 @@
          ENTERED=20040108
          UPDATED=20040108
       MAINTAINER=florin at lunar-linux.org
-      SHORT="konversation is a user friendly IRC Client for KDE3.x"
+      SHORT="konversation is a user friendly IRC Client for KDE."
 
 cat << EOF
 konversation is an simple and easy to use IRC client for KDE with support for 



More information about the Lunar-commits mailing list