[Lunar-commits] CVS: moonbase/kde3-apps/kmldonkey 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:36:17 GMT 2004


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

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/kmldonkey/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD	12 Nov 2003 21:48:06 -0000	1.1
+++ BUILD	24 Feb 2004 08:36:14 -0000	1.2
@@ -1,16 +1,12 @@
 (
-  export KDEDIR=/opt/lunar/kde/3
-  export PATH=/opt/lunar/qt/3/bin:$KDEDIR/bin:$PATH
-  ./configure    --prefix=$KDEDIR                      \
-                 --with-qt-dir=/opt/lunar/qt/3         \
-                 --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/kde3-apps/kmldonkey/DEPENDS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DEPENDS	12 Nov 2003 21:48:06 -0000	1.1
+++ DEPENDS	24 Feb 2004 08:36:14 -0000	1.2
@@ -1,5 +1,4 @@
-depends "kdelibs3" &&
-depends "kdebase3"
+depends  kdebase3
 
  
 

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/kde3-apps/kmldonkey/DETAILS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DETAILS	12 Nov 2003 21:48:06 -0000	1.1
+++ DETAILS	24 Feb 2004 08:36:14 -0000	1.2
@@ -4,21 +4,21 @@
       SOURCE_VFY=md5:0ac91aba88165ae377754156087b421b
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
    SOURCE_URL[0]=http://savannah.nongnu.org/download/kmldonkey/unstable.pkg/$VERSION/$SOURCE
-        WEB_SITE=http://www.gibreel.net/projects/kmldonkey/
+        WEB_SITE=http://www.gibreel.net/projects/$MODULE/
          ENTERED=20031112
          UPDATED=20031112
-           SHORT="KMLDonkey is a suite of KDE integration tools for the mldonkey file sharing client."
+        SHORT="KMLDonkey is a suite of KDE integration tools for the mldonkey file sharing client."
+
 cat << EOF
- KMLDonkey is a project that aims to fully integrate the mldonkey P2P software into the KDE desktop. It consists of the following parts: 
-A complete MLDonkey GUI frontend using the KDE framework.
- 
-A panel applet for Kicker that displays MLDonkey status and can conveniently launch the GUI on demand.
- 
-A KIO protocol handler for ed2k links.
- 
-A Control Centre module for configuring MLDonkey and client connectivity.
- 
-A KIO slave for accessing and previewing active downloads.
- 
-A library with a powerful API that allows you to write your own KDE applications for MLDonkey without having to understand a single word of OCaml.
+KMLDonkey is a project that aims to fully integrate the mldonkey P2P software 
+into the KDE desktop. It consists of the following parts: 
+* complete MLDonkey GUI frontend using the KDE framework.
+* panel applet for Kicker that displays MLDonkey status and can conveniently 
+  launch the GUI on demand.
+* KIO protocol handler for ed2k links.
+* Control Centre module for configuring MLDonkey and client connectivity.
+* KIO slave for accessing and previewing active downloads.
+* library with a powerful API that allows you to write your own KDE 
+  applications for MLDonkey without having to understand a single word of 
+  OCaml.
 EOF



More information about the Lunar-commits mailing list