summaryrefslogtreecommitdiff
path: root/extra/strigi
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-22 11:12:08 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-06-22 11:12:08 -0300
commitd7695add933fbf29023c28037423606b722d30c9 (patch)
treefdf7ea74db0143fd047025b285e127cb62626ab8 /extra/strigi
parente94fd638ac0deb5b18432dd1d04a053646d7918d (diff)
parent17dec629d8a13d1981d734ddc703efb5382ca309 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: kde-unstable/soprano/PKGBUILD testing/imagemagick/PKGBUILD
Diffstat (limited to 'extra/strigi')
-rw-r--r--extra/strigi/PKGBUILD16
1 files changed, 12 insertions, 4 deletions
diff --git a/extra/strigi/PKGBUILD b/extra/strigi/PKGBUILD
index 0e4d8c663..63e1713ed 100644
--- a/extra/strigi/PKGBUILD
+++ b/extra/strigi/PKGBUILD
@@ -1,15 +1,15 @@
-# $Id: PKGBUILD 126247 2011-06-02 22:55:44Z andrea $
+# $Id: PKGBUILD 127981 2011-06-20 14:56:52Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
pkgname=strigi
pkgver=0.7.5
-pkgrel=1
+pkgrel=2
pkgdesc="Fast crawling desktop search engine with Qt4 GUI"
arch=('i686' 'x86_64' 'mips64el')
url="http://www.vandenoever.info/software/strigi/"
license=('GPL2')
-depends=('qt' 'clucene' 'bzip2' 'exiv2' 'libxml2')
+depends=('qt' 'bzip2' 'exiv2' 'libxml2')
makedepends=('cmake' 'pkg-config')
source=("http://www.vandenoever.info/software/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
md5sums=('0559e2ab65d187d30916e9ffe36e0fb6')
@@ -24,11 +24,19 @@ build() {
-DCMAKE_INSTALL_PREFIX=/usr \
-DENABLE_INOTIFY=ON \
-DENABLE_LOG4CXX=OFF \
- -DENABLE_FAM=OFF
+ -DENABLE_FAM=OFF \
+ -DENABLE_CLUCENE=OFF
make
}
package() {
cd "${srcdir}/build"
make DESTDIR="${pkgdir}" install
+
+ # strigidaemon isn't needed
+ rm -r "${pkgdir}"/usr/bin/{strigicmd,strigidaemon}
+ rm -r "${pkgdir}"/usr/include/strigi/{asyncsocketclient,asyncsocket,clientinterface,socketclient}.h
+ rm -r "${pkgdir}"/usr/lib/libsearchclient.so{,.0,.0.7.5}
+ rm -r "${pkgdir}"/usr/lib/libsearchclient/LibSearchClientConfig.cmake
+ rm -r "${pkgdir}"/usr/share/dbus-1/services/{org.freedesktop.xesam.searcher,vandenoever.strigi}.service
}