[Lunar-commits] <moonbase> strigi: Version bump to 0.7.5. A patch is needed for clucene-2.3.3.4 bump and was taken

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sat Aug 13 16:17:56 CEST 2011


commit 34f3b402a8e9afa86beadfdfe62b1d7c3fe8257b
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sat Aug 13 10:17:56 2011 -0400

    strigi: Version bump to 0.7.5. A patch is needed for clucene-2.3.3.4 bump and was taken
    
    from http://quickgit.kde.org/index.php?p=libstreamanalyzer.git&a=commit&h=bbfd7e28fb7a0bcbf0aa4178837275f4672d161a
    
    and combined into one.
---
 kde4/utils/strigi/BUILD   |   10 ++++------
 kde4/utils/strigi/DETAILS |    9 ++++++---
 2 files changed, 10 insertions(+), 9 deletions(-)

diff --git a/kde4/utils/strigi/BUILD b/kde4/utils/strigi/BUILD
index aac66b4..89938aa 100644
--- a/kde4/utils/strigi/BUILD
+++ b/kde4/utils/strigi/BUILD
@@ -1,12 +1,10 @@
 (
 
+  patch_it $SOURCE_CACHE/$SOURCE2 0 &&
+
 # Sqlite and inotify are unreliabe, so making them a hard off.
-  cmake -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX  \
-        -DCMAKE_BUILD_TYPE=RELEASE             \
-        -DENABLE_SQLITE=OFF                    \
-        -DENABLE_INOTIFY=OFF                   \
-        $OPTS .                               &&
+  OPTS+=" -DENABLE_SQLITE=OFF -DENABLE_INOTIFY=OFF" &&
 
-  default_make
+  default_cmake_build
 
 ) > $C_FIFO 2>&1
diff --git a/kde4/utils/strigi/DETAILS b/kde4/utils/strigi/DETAILS
index aca785a..4fee861 100644
--- a/kde4/utils/strigi/DETAILS
+++ b/kde4/utils/strigi/DETAILS
@@ -1,11 +1,14 @@
           MODULE=strigi
-         VERSION=0.7.2
+         VERSION=0.7.5
           SOURCE=$MODULE-$VERSION.tar.bz2
+         SOURCE2=strigi-clucene-01.patch
       SOURCE_URL=http://www.vandenoever.info/software/strigi
-      SOURCE_VFY=sha1:b4c1472ef068536acf9c5c4c8f033a97f9c69f9f
+     SOURCE2_URL=$PATCH_URL
+      SOURCE_VFY=sha1:0aa3632e07c58f2ab5c515004b790bda6cfefbf5
+     SOURCE2_VFY=sha1:4c6cdfd63a5adc3d44a3fd87c522171c1e5980af
         WEB_SITE=http://strigi.sourceforge.net
          ENTERED=20070802
-         UPDATED=20100209
+         UPDATED=20110813
            SHORT="A small daemon that can index information"
 
 cat << EOF


More information about the Lunar-commits mailing list