diff options
author | root <root@rshg054.dnsready.net> | 2013-07-14 01:49:21 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-07-14 01:49:21 -0700 |
commit | d525d9a731f5d79c1128a192b9d2977a2967570f (patch) | |
tree | 2a17d6445748cb26dd944abe54a2c52a96162b00 /extra/strigi/PKGBUILD | |
parent | c9952f3a144d9fb19917d7c100dca30d2d99f629 (diff) |
Sun Jul 14 01:49:07 PDT 2013
Diffstat (limited to 'extra/strigi/PKGBUILD')
-rw-r--r-- | extra/strigi/PKGBUILD | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/extra/strigi/PKGBUILD b/extra/strigi/PKGBUILD index fe22ae96f..16119cacb 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') 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 \ |