[Lunar-commits] r15339 - moonbase/trunk/kde3-apps/filelight

Florin Braescu florin at lunar-linux.org
Sun Jun 12 10:42:06 UTC 2005


Author: florin
Date: 2005-06-12 10:42:05 +0000 (Sun, 12 Jun 2005)
New Revision: 15339

Modified:
   moonbase/trunk/kde3-apps/filelight/BUILD
   moonbase/trunk/kde3-apps/filelight/DEPENDS
   moonbase/trunk/kde3-apps/filelight/DETAILS
Log:
reworking it a bit.

Modified: moonbase/trunk/kde3-apps/filelight/BUILD
===================================================================
--- moonbase/trunk/kde3-apps/filelight/BUILD	2005-06-12 06:52:43 UTC (rev 15338)
+++ moonbase/trunk/kde3-apps/filelight/BUILD	2005-06-12 10:42:05 UTC (rev 15339)
@@ -1,10 +1,11 @@
 (
-  ./configure    --prefix=${KDE_PREFIX:-$KDEDIR}       \
-                 --with-qt-dir=${QT_PREFIX:-$QTDIR}    \
-                 --disable-debug                       \
-                 --enable-fast-malloc=full             \
-                 --with-xinerama                       \
-                 $OPTS                                &&
+  ./configure    --prefix=${KDE_PREFIX:-$KDEDIR}     \
+                 --with-qt-dir=${QT_PREFIX:-$QTDIR}  \
+                 --disable-debug                     \
+                 --enable-fast-malloc=full           \
+                 --with-xinerama                     \
+                 $OPTS                              &&
 
   default_make 
+
 ) > $C_FIFO 2>&1

Modified: moonbase/trunk/kde3-apps/filelight/DEPENDS
===================================================================
--- moonbase/trunk/kde3-apps/filelight/DEPENDS	2005-06-12 06:52:43 UTC (rev 15338)
+++ moonbase/trunk/kde3-apps/filelight/DEPENDS	2005-06-12 10:42:05 UTC (rev 15339)
@@ -1,5 +1,4 @@
-depends "kdelibs3" &&
-depends "kdebase3"
+depends  kdebase3
 
  
 

Modified: moonbase/trunk/kde3-apps/filelight/DETAILS
===================================================================
--- moonbase/trunk/kde3-apps/filelight/DETAILS	2005-06-12 06:52:43 UTC (rev 15338)
+++ moonbase/trunk/kde3-apps/filelight/DETAILS	2005-06-12 10:42:05 UTC (rev 15339)
@@ -6,7 +6,10 @@
         WEB_SITE=http://www.methylblue.com/filelight/
          ENTERED=20040501
          UPDATED=20050123
-           SHORT="Filelight allows you to understand exactly where your diskspace is being used."
+           SHORT="Filelight shows how the diskspace is used."
+
 cat << EOF
-Filelight allows you to understand exactly where your diskspace is being used by graphically representating your filesystem as a set of concentric segmented-rings.
+Filelight allows you to understand exactly where your diskspace is 
+being used by graphically representating your filesystem as a set 
+of concentric segmented-rings.
 EOF



More information about the Lunar-commits mailing list