[arch-commits] Commit in zathura/trunk (PKGBUILD)
Johannes Löthberg
demize at archlinux.org
Thu May 3 19:00:26 UTC 2018
Date: Thursday, May 3, 2018 @ 19:00:25
Author: demize
Revision: 318883
Disable synctex support until working patch can be backported
Yay for breaking ABI without a soname bump, libsynctex.
Modified:
zathura/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-05-03 17:09:41 UTC (rev 318882)
+++ PKGBUILD 2018-05-03 19:00:25 UTC (rev 318883)
@@ -6,7 +6,7 @@
pkgname=zathura
pkgver=0.3.9
-pkgrel=1
+pkgrel=2
pkgdesc="Minimalistic document viewer"
url="http://pwmt.org/projects/zathura/"
@@ -14,7 +14,7 @@
license=('custom')
makedepends=('python-sphinx' 'texlive-bin' 'meson' 'ninja')
-depends=('girara>=0.2.7' 'sqlite' 'desktop-file-utils' 'file' 'libsynctex')
+depends=('girara>=0.2.7' 'sqlite' 'desktop-file-utils' 'file')
optdepends=('zathura-djvu: DjVu support'
'zathura-pdf-poppler: PDF support using Poppler'
'zathura-pdf-mupdf: PDF support using MuPDF'
@@ -29,7 +29,7 @@
build() {
cd zathura-$pkgver
- arch-meson build
+ arch-meson -Denable-synctex=false build
cd build
ninja
More information about the arch-commits
mailing list