summaryrefslogtreecommitdiff
path: root/extra/strigi
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-04-07 04:58:41 +0000
committerroot <root@rshg047.dnsready.net>2011-04-07 04:58:41 +0000
commitdb464f25fec54ddfa7825a17b20fda025c296f8c (patch)
tree4bb5b8ac4dfd67096125b92d047323e6acbb86cd /extra/strigi
parentbd65dc7107bfdd881c3b5451d0300824cf435428 (diff)
Thu Apr 7 04:58:41 UTC 2011
Diffstat (limited to 'extra/strigi')
-rw-r--r--extra/strigi/PKGBUILD15
1 files changed, 8 insertions, 7 deletions
diff --git a/extra/strigi/PKGBUILD b/extra/strigi/PKGBUILD
index 736ca5379..cad570d70 100644
--- a/extra/strigi/PKGBUILD
+++ b/extra/strigi/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 110940 2011-02-23 08:05:50Z eric $
+# $Id: PKGBUILD 118083 2011-04-05 10:45:28Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
pkgname=strigi
-pkgver=git20110107
-pkgrel=2
+pkgver=git20110405
+pkgrel=1
pkgdesc="Fast crawling desktop search engine with Qt4 GUI"
arch=('i686' 'x86_64')
url="http://www.vandenoever.info/software/strigi/"
@@ -12,9 +12,8 @@ license=('GPL2')
depends=('qt' 'clucene' 'bzip2' 'exiv2' 'libxml2')
makedepends=('cmake' 'pkg-config')
source=("ftp://ftp.archlinux.org/other/kde/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('6f648631061c61328ee60c0287ad2e37')
-sha1sums=('7c3dd5d6d18045d0fcf36831bcf8b9e24abfdd52')
-options=('!libtool' 'force')
+md5sums=('dcc88c925c5ad264429ba841cab19b65')
+options=('!libtool')
build() {
cd "${srcdir}"
@@ -23,7 +22,9 @@ build() {
cmake ../${pkgname}-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DENABLE_INOTIFY=ON
+ -DENABLE_INOTIFY=ON \
+ -DENABLE_LOG4CXX=OFF \
+ -DENABLE_FAM=OFF
make
}