summaryrefslogtreecommitdiff
path: root/extra/strigi/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'extra/strigi/PKGBUILD')
-rw-r--r--extra/strigi/PKGBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/extra/strigi/PKGBUILD b/extra/strigi/PKGBUILD
index 6b2f06e48..b78bd338a 100644
--- a/extra/strigi/PKGBUILD
+++ b/extra/strigi/PKGBUILD
@@ -1,16 +1,16 @@
-# $Id: PKGBUILD 187012 2013-06-03 08:51:25Z andrea $
+# $Id: PKGBUILD 190050 2013-07-13 12:42:56Z svenstaro $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
pkgname=strigi
pkgver=0.7.8
-pkgrel=3
+pkgrel=4
pkgdesc="Fast crawling desktop search engine with Qt GUI"
arch=('i686' 'x86_64' 'mips64el')
url='http://strigi.sourceforge.net/'
license=('GPL2')
-depends=('dbus' 'exiv2' 'libxml2' 'boost-libs')
-makedepends=('cmake' 'pkg-config' 'boost')
+depends=('dbus' 'exiv2' 'libxml2' 'bzip2')
+makedepends=('cmake')
optdepends=('kdegraphics-strigi-analyzer: strigi analyzers for various graphics file'
'kdesdk-strigi-analyzer: strigi analyzer for KDE SDK')
source=("http://www.vandenoever.info/software/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
@@ -19,12 +19,13 @@ md5sums=('d69443234f4286d71997db9de543331a'
'd48d65014650644ba61821813101c2f4')
prepare() {
+ mkdir build
+
cd ${pkgname}-${pkgver}/libstreams
patch -p1 -i "${srcdir}"/gcc48.patch
}
build() {
- mkdir build
cd build
cmake ../${pkgname}-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \