[Lunar-commits] CVS: moonbase/filemanagers/krusader BUILD, 1.2,
1.3 DETAILS, 1.5, 1.6
Florin Braescu
florin at lunar-linux.org
Tue Feb 24 08:39:30 GMT 2004
Update of /var/cvs/lunar/moonbase/filemanagers/krusader
In directory dbguin.lunar-linux.org:/tmp/cvs-serv12681
Modified Files:
BUILD DETAILS
Log Message:
a first commit for the new install scheme of kde.
Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/filemanagers/krusader/BUILD,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- BUILD 28 Aug 2002 14:23:41 -0000 1.2
+++ BUILD 24 Feb 2004 08:39:27 -0000 1.3
@@ -1,16 +1,11 @@
(
-
- export LD_LIBRARY_PATH=/opt/lunar/qt/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
-
- ./configure --prefix=/opt/lunar/kde/3 \
- --disable-debug \
- --with-qt-dir=/opt/lunar/qt/3 \
- $OPTS &&
-
- make &&
- prepare_install &&
- make install
+ ./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
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/filemanagers/krusader/DETAILS,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- DETAILS 16 Nov 2003 16:05:53 -0000 1.5
+++ DETAILS 24 Feb 2004 08:39:28 -0000 1.6
@@ -7,7 +7,8 @@
WEB_SITE=http://krusader.sourceforge.net
ENTERED=20011126
UPDATED=20031116
- SHORT="KDE Twin-Panel filemanager"
+ SHORT="KDE Twin-Panel filemanager"
+
cat << EOF
Krusader is an "old-school" file manager. Its twin-panel look follows in
the footsteps of the great file managers of old such as GNU's Midnight
More information about the Lunar-commits
mailing list