[arch-commits] Commit in zathura/trunk (2 files)

Sven-Hendrik Haase svenstaro at archlinux.org
Thu Feb 4 17:00:39 UTC 2016


    Date: Thursday, February 4, 2016 @ 18:00:39
  Author: svenstaro
Revision: 160324

upgpkg: zathura 0.3.4-2

Fix FS#48010

Modified:
  zathura/trunk/PKGBUILD
Deleted:
  zathura/trunk/PATCH-Build-even-without-SyncTeX.patch

----------------------------------------+
 PATCH-Build-even-without-SyncTeX.patch |   27 ---------------------------
 PKGBUILD                               |   16 +++++-----------
 2 files changed, 5 insertions(+), 38 deletions(-)

Deleted: PATCH-Build-even-without-SyncTeX.patch
===================================================================
--- PATCH-Build-even-without-SyncTeX.patch	2016-02-04 15:45:17 UTC (rev 160323)
+++ PATCH-Build-even-without-SyncTeX.patch	2016-02-04 17:00:39 UTC (rev 160324)
@@ -1,27 +0,0 @@
-From b78be80d138076471cdfdc2c4edab4a3af6241b0 Mon Sep 17 00:00:00 2001
-From: Petr Šabata <contyk at redhat.com>
-Date: Mon, 21 Dec 2015 16:57:59 +0100
-Subject: [PATCH] Build even without SyncTeX
-
----
- zathura/main.c | 2 --
- 1 file changed, 0 insertions(+), 2 deletions(-)
-
-diff --git a/zathura/main.c b/zathura/main.c
-index 060382a..1c5b73e 100644
---- a/zathura/main.c
-+++ b/zathura/main.c
-@@ -135,10 +135,8 @@ main(int argc, char* argv[])
-   gchar* plugin_path    = NULL;
-   gchar* loglevel       = NULL;
-   gchar* password       = NULL;
--#ifdef WITH_SYNCTEX
-   gchar* synctex_editor = NULL;
-   gchar* synctex_fwd    = NULL;
--#endif
-   gchar* mode           = NULL;
-   bool forkback         = false;
-   bool print_version    = false;
---
-libgit2 0.23.3
-

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-04 15:45:17 UTC (rev 160323)
+++ PKGBUILD	2016-02-04 17:00:39 UTC (rev 160324)
@@ -6,7 +6,7 @@
 
 pkgname=zathura
 pkgver=0.3.4
-pkgrel=1
+pkgrel=2
 
 pkgdesc="Minimalistic document viewer"
 url="http://pwmt.org/projects/zathura/"
@@ -14,7 +14,7 @@
 license=('custom')
 
 depends=('girara>=0.2.4' 'sqlite' 'desktop-file-utils' 'file')
-makedepends=('python2-docutils')
+makedepends=('python2-docutils' 'texlive-bin')
 optdepends=('zathura-djvu: DjVu support'
             'zathura-pdf-poppler: PDF support using Poppler'
             'zathura-pdf-mupdf: PDF support using MuPDF'
@@ -22,20 +22,14 @@
 
 install=zathura.install
 source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
-        bash-completion
-        PATCH-Build-even-without-SyncTeX.patch)
+        bash-completion)
 
 sha1sums=('d8142ffdd9df8f04619cc823da07afb1f7694270'
-          '94a8236c483626a7f3acee053a1ea885aed45a82'
-          'f8d8a0a9c699eeb5fc64bf56194dd0cb12f65ab1')
+          '94a8236c483626a7f3acee053a1ea885aed45a82')
 
-prepare() {
-  cd zathura-$pkgver
-  patch -p1 <../PATCH-Build-even-without-SyncTeX.patch
-}
 build() {
   cd zathura-$pkgver
-  make
+  make WITH_SYNCTEX=1
 }
 
 package() {



More information about the arch-commits mailing list