summaryrefslogtreecommitdiff
path: root/extra/strigi
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2013-02-07 12:36:05 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2013-02-07 12:36:05 +0100
commita56d1a610bd4032e2eae610289333ad112fc5ba1 (patch)
tree5fa9f42a339b57ef35616c01ac67c1c55c84fc7b /extra/strigi
parent9437cdbc03cb103235fa0b043f4cf73882f10f34 (diff)
parent8e5a0a990a12a59cadb687cae22a1960fce1660b (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/augeas/PKGBUILD community/midori/PKGBUILD community/ruby-gtk2/PKGBUILD extra/strigi/PKGBUILD libre/abiword-libre/PKGBUILD libre/abiword-libre/abiword-2.8.6-glib-2.31.patch
Diffstat (limited to 'extra/strigi')
-rw-r--r--extra/strigi/PKGBUILD25
1 files changed, 10 insertions, 15 deletions
diff --git a/extra/strigi/PKGBUILD b/extra/strigi/PKGBUILD
index f4ad2a127..db9d618e5 100644
--- a/extra/strigi/PKGBUILD
+++ b/extra/strigi/PKGBUILD
@@ -1,34 +1,29 @@
-# $Id: PKGBUILD 164838 2012-08-06 23:07:43Z andrea $
+# $Id: PKGBUILD 177081 2013-02-05 23:18:31Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
pkgname=strigi
-pkgver=0.7.7
-pkgrel=2
-pkgdesc="Fast crawling desktop search engine with Qt4 GUI"
+pkgver=0.7.8
+pkgrel=1
+pkgdesc="Fast crawling desktop search engine with Qt GUI"
arch=('i686' 'x86_64' 'mips64el')
url='http://strigi.sourceforge.net/'
license=('GPL2')
-depends=('exiv2' 'libxml2' 'boost-libs')
-makedepends=('qt' 'cmake' 'pkg-config' 'boost')
+depends=('exiv2' 'libxml2' 'boost-libs' 'qt')
+makedepends=('cmake' 'pkg-config' 'boost')
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")
-source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.bz2"
- 'gcc47.patch')
-md5sums=('ca0a0fd5c2b99879f6330837aeede996'
- '1acb9b31a4859dc427fc4d387fd8aa2f')
+source=("http://www.vandenoever.info/software/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('d69443234f4286d71997db9de543331a')
build() {
- pushd ${pkgname}-${pkgver}/strigidaemon
- patch -p1 -i "${srcdir}"/gcc47.patch
- popd
-
mkdir build
cd build
cmake ../${pkgname}-${pkgver} \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_SKIP_RPATH=ON \
+ -DCMAKE_INSTALL_LIBDIR=lib \
-DENABLE_INOTIFY=ON \
-DENABLE_LOG4CXX=OFF \
-DENABLE_FAM=OFF \