mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/zathura to 0.3.6-2
This commit is contained in:
parent
59900fe1a7
commit
c3ac989b64
2 changed files with 2 additions and 15 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
}
|
Loading…
Reference in a new issue