summaryrefslogtreecommitdiff
path: root/extra/strigi
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-12-13 23:14:49 +0000
committerroot <root@rshg054.dnsready.net>2011-12-13 23:14:49 +0000
commitf4dcb5cb43b68e265512a03a160bdda634818b43 (patch)
tree9000841b67cefbce37255cb4d728e80bd5a11586 /extra/strigi
parentcb9c375209c236c16557878a1b864f91de27b88d (diff)
Tue Dec 13 23:14:49 UTC 2011
Diffstat (limited to 'extra/strigi')
-rw-r--r--extra/strigi/PKGBUILD17
1 files changed, 6 insertions, 11 deletions
diff --git a/extra/strigi/PKGBUILD b/extra/strigi/PKGBUILD
index d94f628a3..ede7489cd 100644
--- a/extra/strigi/PKGBUILD
+++ b/extra/strigi/PKGBUILD
@@ -1,28 +1,23 @@
-# $Id: PKGBUILD 140761 2011-10-18 19:07:53Z andrea $
+# $Id: PKGBUILD 144965 2011-12-12 09:11:00Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
pkgname=strigi
-pkgver=0.7.6
-pkgrel=2
+pkgver=0.7.7
+pkgrel=1
pkgdesc="Fast crawling desktop search engine with Qt4 GUI"
arch=('i686' 'x86_64')
url="http://www.vandenoever.info/software/strigi/"
license=('GPL2')
-depends=('bzip2' 'exiv2' 'libxml2' 'boost-libs')
+depends=('exiv2' 'libxml2' 'boost-libs')
makedepends=('qt' '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"
- 'libstreamanalyzer_pdf.patch')
-md5sums=('41cddd39e4ae3f590d82c859a14e9261'
- '3e722a93cf5c6238e625ca58463afac2')
+source=("ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
+md5sums=('ca0a0fd5c2b99879f6330837aeede996')
build() {
- cd "${srcdir}"/${pkgname}-${pkgver}/libstreamanalyzer
- patch -p1 -i "${srcdir}"/libstreamanalyzer_pdf.patch
-
cd "${srcdir}"
mkdir build
cd build