[Lunar-commits] <moonbase> strigi: move it form kde3/utils dir to the kde4/utils one, where it belongs.
Florin Braescu
florin at lunar-linux.org
Wed Sep 23 23:06:36 CEST 2009
commit f0861b4a40dd95ed0897c3e0245ebf12a11cc503
Author: Florin Braescu <florin at lunar-linux.org>
Date: Thu Sep 24 00:06:36 2009 +0300
strigi: move it form kde3/utils dir to the kde4/utils one, where it belongs.
---
kde3/utils/strigi/BUILD | 8 --------
kde3/utils/strigi/DEPENDS | 8 --------
kde3/utils/strigi/DETAILS | 17 -----------------
kde4/utils/strigi/BUILD | 8 ++++++++
kde4/utils/strigi/DEPENDS | 8 ++++++++
kde4/utils/strigi/DETAILS | 17 +++++++++++++++++
6 files changed, 33 insertions(+), 33 deletions(-)
diff --git a/kde3/utils/strigi/BUILD b/kde3/utils/strigi/BUILD
deleted file mode 100644
index da52bb0..0000000
--- a/kde3/utils/strigi/BUILD
+++ /dev/null
@@ -1,8 +0,0 @@
-(
-
- cmake -DCMAKE_INSTALL_PREFIX:=/usr \
- -DENABLE_INOTIFY:BOOL=ON &&
-
- default_make
-
-) > $C_FIFO 2>&1
diff --git a/kde3/utils/strigi/DEPENDS b/kde3/utils/strigi/DEPENDS
deleted file mode 100644
index ffc2a52..0000000
--- a/kde3/utils/strigi/DEPENDS
+++ /dev/null
@@ -1,8 +0,0 @@
-depends file
-depends cmake
-depends clucene
-depends zlib
-depends bzip2
-depends openssl
-
-optional_depends "libxml2" "" "" "for XML support"
diff --git a/kde3/utils/strigi/DETAILS b/kde3/utils/strigi/DETAILS
deleted file mode 100644
index 6500b8c..0000000
--- a/kde3/utils/strigi/DETAILS
+++ /dev/null
@@ -1,17 +0,0 @@
- MODULE=strigi
- VERSION=0.7.0
- SOURCE=$MODULE-$VERSION.tar.bz2
- SOURCE_URL=http://www.vandenoever.info/software/strigi
- SOURCE_VFY=sha1:c8f299ae3b5778c6891b58a1966b7342fb5e9e32
- WEB_SITE=http://strigi.sourceforge.net
- ENTERED=20070802
- UPDATED=20090804
- SHORT="A small daemon that can index information"
-
-cat << EOF
-Strigi is a daemon which uses a very fast and efficient crawler that can
-index data on your harddrive. Indexing operations are performed without
-hammering your system, this makes Strigi the fastest and smallest desktop
-searching program. Strigi can index different file formats, including the
-contents of the archive files.
-EOF
diff --git a/kde4/utils/strigi/BUILD b/kde4/utils/strigi/BUILD
new file mode 100644
index 0000000..da52bb0
--- /dev/null
+++ b/kde4/utils/strigi/BUILD
@@ -0,0 +1,8 @@
+(
+
+ cmake -DCMAKE_INSTALL_PREFIX:=/usr \
+ -DENABLE_INOTIFY:BOOL=ON &&
+
+ default_make
+
+) > $C_FIFO 2>&1
diff --git a/kde4/utils/strigi/DEPENDS b/kde4/utils/strigi/DEPENDS
new file mode 100644
index 0000000..ffc2a52
--- /dev/null
+++ b/kde4/utils/strigi/DEPENDS
@@ -0,0 +1,8 @@
+depends file
+depends cmake
+depends clucene
+depends zlib
+depends bzip2
+depends openssl
+
+optional_depends "libxml2" "" "" "for XML support"
diff --git a/kde4/utils/strigi/DETAILS b/kde4/utils/strigi/DETAILS
new file mode 100644
index 0000000..6500b8c
--- /dev/null
+++ b/kde4/utils/strigi/DETAILS
@@ -0,0 +1,17 @@
+ MODULE=strigi
+ VERSION=0.7.0
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=http://www.vandenoever.info/software/strigi
+ SOURCE_VFY=sha1:c8f299ae3b5778c6891b58a1966b7342fb5e9e32
+ WEB_SITE=http://strigi.sourceforge.net
+ ENTERED=20070802
+ UPDATED=20090804
+ SHORT="A small daemon that can index information"
+
+cat << EOF
+Strigi is a daemon which uses a very fast and efficient crawler that can
+index data on your harddrive. Indexing operations are performed without
+hammering your system, this makes Strigi the fastest and smallest desktop
+searching program. Strigi can index different file formats, including the
+contents of the archive files.
+EOF
More information about the Lunar-commits
mailing list