[arch-commits] Commit in strigi/trunk (PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Tue Apr 5 10:45:28 UTC 2011


    Date: Tuesday, April 5, 2011 @ 06:45:28
  Author: andrea
Revision: 118083

snapshot update

Modified:
  strigi/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2011-04-05 10:45:18 UTC (rev 118082)
+++ PKGBUILD	2011-04-05 10:45:28 UTC (rev 118083)
@@ -3,8 +3,8 @@
 # Contributor: Tobias Powalowski <tpowa at 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 @@
 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 @@
   cmake ../${pkgname}-${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DENABLE_INOTIFY=ON
+    -DENABLE_INOTIFY=ON \
+    -DENABLE_LOG4CXX=OFF \
+    -DENABLE_FAM=OFF
   make
 }
 




More information about the arch-commits mailing list