[Lunar-commits] CVS: moonbase/kde3-apps/kxmleditor BUILD, 1.1, 1.2 DEPENDS, 1.1, 1.2 DETAILS, 1.4, 1.5

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


Update of /var/cvs/lunar/moonbase/kde3-apps/kxmleditor
In directory dbguin.lunar-linux.org:/tmp/cvs-serv11769/kxmleditor

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/kde3-apps/kxmleditor/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD	16 Nov 2003 21:34:57 -0000	1.1
+++ BUILD	24 Feb 2004 08:36:15 -0000	1.2
@@ -1,17 +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                                &&
+  ./configure  --prefix=${KDE_PREFIX:-$KDEDIR}      \
+               --with-qt-dir=${QT_PREFIX:-$QTDIR}   \
+               --disable-debug                      \
+	       --enable-final                       \
+               --enable-fast-malloc=full            \
+               --with-xinerama                      \
+               $OPTS                                &&
 
-  make                 &&
-  prepare_install      &&
-  make install         
+  default_make
+ 
 ) > $C_FIFO 2>&1

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3-apps/kxmleditor/DEPENDS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DEPENDS	16 Nov 2003 21:34:57 -0000	1.1
+++ DEPENDS	24 Feb 2004 08:36:15 -0000	1.2
@@ -1,4 +1,4 @@
-depends  "kdelibs3"
+depends  kdelibs3
 
 
 

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3-apps/kxmleditor/DETAILS,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- DETAILS	1 Feb 2004 15:18:43 -0000	1.4
+++ DETAILS	24 Feb 2004 08:36:15 -0000	1.5
@@ -7,13 +7,14 @@
         WEB_SITE=http://kxmleditor.sourceforge.net
          ENTERED=20031116
          UPDATED=20040201
-           SHORT="KXML Editor is program, that display and edit contents of XML file."
-cat << EOF
-KXML Editor is program, that display and edit contents of XML file. Main features: 
+        SHORT="KXML Editor displays and edit the contents of XML files."
 
-Drag and drop editing, clipboard support 
-Use DOM level 2 Qt library parser 
-KParts technology support 
-DCOP technology support 
-Editing KOffice compressed files 
+cat << EOF
+KXML Editor is program, that display and edit contents of XML file. 
+Main features: 
+* Drag and drop editing, clipboard support. 
+* Use DOM level 2 Qt library parser. 
+* KParts technology support. 
+* DCOP technology support. 
+* Editing KOffice compressed files. 
 EOF



More information about the Lunar-commits mailing list