diff options
author | root <root@rshg054.dnsready.net> | 2011-09-08 16:35:25 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-09-08 16:35:25 +0000 |
commit | 8cca36c97b57b8d0a7e5521647c02409eb94ade4 (patch) | |
tree | 8e893420d3a3c3ce565a8ab627f3bbce04ac5a69 /community/recoll | |
parent | e63433d7f10b5c32f348d4b2cfb38c777b314420 (diff) |
Thu Sep 8 16:35:25 UTC 2011
Diffstat (limited to 'community/recoll')
-rw-r--r-- | community/recoll/PKGBUILD | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/community/recoll/PKGBUILD b/community/recoll/PKGBUILD index ecde3d2d9..876af1fc3 100644 --- a/community/recoll/PKGBUILD +++ b/community/recoll/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 46293 2011-05-04 15:27:19Z spupykin $ +# $Id: PKGBUILD 55244 2011-09-07 09:45:33Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Vladimir Chizhov <jagoterr@gmail.com> @@ -6,26 +6,27 @@ # Maintainer: Daniel J Griffiths <ghost1227@archlinux.us> pkgname=recoll -pkgver=1.15.8 +pkgver=1.15.9 pkgrel=1 pkgdesc="Full text search tool based on Xapian backend" arch=('i686' 'x86_64') url="http://www.lesbonscomptes.com/recoll/" license=('GPL') depends=('xapian-core>=1.0.15-1' 'qt' 'openssl' 'hicolor-icon-theme') -optdepends=('unzip: for the OpenOffice.org documents' - 'xpdf: for pdf' - 'pstotext: for postscipt' - 'antiword: for msword' - 'catdoc: for ms excel and powerpoint' - 'unrtf: for RTF' - 'tetex: for dvi support with dvips' - 'djvulibre: for djvu' - 'id3lib: for mp3 tags support with id3info' - 'python2: for using some filters') +optdepends=('libxslt: for XML based formats (fb2,etc)' + 'unzip: for the OpenOffice.org documents' + 'xpdf: for pdf' + 'pstotext: for postscipt' + 'antiword: for msword' + 'catdoc: for ms excel and powerpoint' + 'unrtf: for RTF' + 'untex: for dvi support with dvips' + 'djvulibre: for djvu' + 'id3lib: for mp3 tags support with id3info' + 'python2: for using some filters') install=recoll.install source=(http://www.lesbonscomptes.com/${pkgname}/${pkgname}-${pkgver}.tar.gz) -md5sums=('ca08ff6b8898587c120effd98cc9c85a') +md5sums=('93755266553f4a403d1b9293212aae16') build() { cd "${srcdir}/${pkgname}-${pkgver}" |