From f4dcb5cb43b68e265512a03a160bdda634818b43 Mon Sep 17 00:00:00 2001 From: root Date: Tue, 13 Dec 2011 23:14:49 +0000 Subject: Tue Dec 13 23:14:49 UTC 2011 --- extra/strigi/PKGBUILD | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) (limited to 'extra/strigi') 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 # Contributor: Tobias Powalowski 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 -- cgit v1.2.3-54-g00ecf