community/zathura to 0.3.6-2

This commit is contained in:
Kevin Mihelich 2016-04-28 01:01:31 +00:00
parent 59900fe1a7
commit c3ac989b64
2 changed files with 2 additions and 15 deletions

View file

@ -9,21 +9,20 @@
pkgname=zathura
pkgver=0.3.6
pkgrel=1
pkgrel=2
pkgdesc="Minimalistic document viewer"
url="http://pwmt.org/projects/zathura/"
arch=('i686' 'x86_64')
license=('custom')
depends=('girara>=0.2.4' 'sqlite' 'desktop-file-utils' 'file' 'libsynctex')
makedepends=('python2-docutils' 'texlive-bin')
depends=('girara>=0.2.4' 'sqlite' 'desktop-file-utils' 'file' 'libsynctex')
optdepends=('zathura-djvu: DjVu support'
'zathura-pdf-poppler: PDF support using Poppler'
'zathura-pdf-mupdf: PDF support using MuPDF'
'zathura-ps: PostScript support')
install=zathura.install
source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
bash-completion
makefile.patch)

View file

@ -1,12 +0,0 @@
post_install() {
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
update-desktop-database -q
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}