[Lunar-commits] r24276 - moonbase/trunk/kde3/base/kdepim3
Dennis Veatch
stumbles at lunar-linux.org
Tue May 1 17:11:34 CEST 2007
Author: stumbles
Date: 2007-05-01 17:11:33 +0200 (Tue, 01 May 2007)
New Revision: 24276
Added:
moonbase/trunk/kde3/base/kdepim3/CONFIGURE
Modified:
moonbase/trunk/kde3/base/kdepim3/BUILD
Log:
Just providing for the option to do some enhanced
text searching in kmail.
Modified: moonbase/trunk/kde3/base/kdepim3/BUILD
===================================================================
--- moonbase/trunk/kde3/base/kdepim3/BUILD 2007-05-01 11:25:00 UTC (rev 24275)
+++ moonbase/trunk/kde3/base/kdepim3/BUILD 2007-05-01 15:11:33 UTC (rev 24276)
@@ -3,6 +3,11 @@
patch_it $SOURCE2 4 &&
patch_it $SOURCE3 1 &&
+ # Enable kmail full-text indexing
+ if [[ "$KMAIL_IDX" == "y" ]]; then
+ OPTS="$OPTS --enable-indexlib"
+ fi &&
+
. /etc/profile.d/qt3.rc
. /etc/profile.d/kde3.rc
Added: moonbase/trunk/kde3/base/kdepim3/CONFIGURE
===================================================================
--- moonbase/trunk/kde3/base/kdepim3/CONFIGURE (rev 0)
+++ moonbase/trunk/kde3/base/kdepim3/CONFIGURE 2007-05-01 15:11:33 UTC (rev 24276)
@@ -0,0 +1 @@
+mquery KMAIL_IDX "Enable kmail full text indexing?" y
More information about the Lunar-commits
mailing list