[arch-commits] Commit in zathura/repos/community-x86_64 (4 files)

Johannes Löthberg demize at archlinux.org
Thu Oct 3 23:17:29 UTC 2019


    Date: Thursday, October 3, 2019 @ 23:17:28
  Author: demize
Revision: 512608

archrelease: copy trunk to community-x86_64

Added:
  zathura/repos/community-x86_64/0001-meson.build-Don-t-do-broken-synctex-version-check.patch
    (from rev 512607, zathura/trunk/0001-meson.build-Don-t-do-broken-synctex-version-check.patch)
  zathura/repos/community-x86_64/PKGBUILD
    (from rev 512607, zathura/trunk/PKGBUILD)
Deleted:
  zathura/repos/community-x86_64/0001-meson.build-Don-t-do-broken-synctex-version-check.patch
  zathura/repos/community-x86_64/PKGBUILD

--------------------------------------------------------------+
 0001-meson.build-Don-t-do-broken-synctex-version-check.patch |   60 +++---
 PKGBUILD                                                     |   93 ++++------
 2 files changed, 76 insertions(+), 77 deletions(-)

Deleted: 0001-meson.build-Don-t-do-broken-synctex-version-check.patch
===================================================================
--- 0001-meson.build-Don-t-do-broken-synctex-version-check.patch	2019-10-03 23:17:22 UTC (rev 512607)
+++ 0001-meson.build-Don-t-do-broken-synctex-version-check.patch	2019-10-03 23:17:28 UTC (rev 512608)
@@ -1,30 +0,0 @@
-From 024f228c45a1df3f01dada4e72e99dd7a76ecf26 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= <johannes at kyriasis.com>
-Date: Sun, 27 May 2018 02:11:24 +0200
-Subject: [PATCH] meson.build: Don't do broken synctex version check
-MIME-Version: 1.0
-Content-Type: text/plain; charset=UTF-8
-Content-Transfer-Encoding: 8bit
-
-Signed-off-by: Johannes Löthberg <johannes at kyriasis.com>
----
- meson.build | 3 ---
- 1 file changed, 3 deletions(-)
-
-diff --git a/meson.build b/meson.build
-index 1862fa0..63246e8 100644
---- a/meson.build
-+++ b/meson.build
-@@ -82,9 +82,6 @@ endif
- if get_option('enable-synctex') and synctex.found()
-   build_dependencies += synctex
-   defines += '-DWITH_SYNCTEX'
--  if synctex.version() < '2.0.0'
--    defines += '-DWITH_SYNCTEX1'
--  endif
- endif
- 
- if get_option('enable-magic') and magic.found()
--- 
-2.17.0
-

Copied: zathura/repos/community-x86_64/0001-meson.build-Don-t-do-broken-synctex-version-check.patch (from rev 512607, zathura/trunk/0001-meson.build-Don-t-do-broken-synctex-version-check.patch)
===================================================================
--- 0001-meson.build-Don-t-do-broken-synctex-version-check.patch	                        (rev 0)
+++ 0001-meson.build-Don-t-do-broken-synctex-version-check.patch	2019-10-03 23:17:28 UTC (rev 512608)
@@ -0,0 +1,30 @@
+From 024f228c45a1df3f01dada4e72e99dd7a76ecf26 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Johannes=20L=C3=B6thberg?= <johannes at kyriasis.com>
+Date: Sun, 27 May 2018 02:11:24 +0200
+Subject: [PATCH] meson.build: Don't do broken synctex version check
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Signed-off-by: Johannes Löthberg <johannes at kyriasis.com>
+---
+ meson.build | 3 ---
+ 1 file changed, 3 deletions(-)
+
+diff --git a/meson.build b/meson.build
+index 1862fa0..63246e8 100644
+--- a/meson.build
++++ b/meson.build
+@@ -82,9 +82,6 @@ endif
+ if get_option('enable-synctex') and synctex.found()
+   build_dependencies += synctex
+   defines += '-DWITH_SYNCTEX'
+-  if synctex.version() < '2.0.0'
+-    defines += '-DWITH_SYNCTEX1'
+-  endif
+ endif
+ 
+ if get_option('enable-magic') and magic.found()
+-- 
+2.17.0
+

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-03 23:17:22 UTC (rev 512607)
+++ PKGBUILD	2019-10-03 23:17:28 UTC (rev 512608)
@@ -1,47 +0,0 @@
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: ML <neldoreth>
-
-pkgname=zathura
-pkgver=0.4.3
-pkgrel=3
-
-pkgdesc="Minimalistic document viewer"
-url="https://git.pwmt.org/pwmt/zathura"
-arch=('x86_64')
-license=('custom')
-
-makedepends=('python-sphinx' 'texlive-bin' 'meson' 'ninja' 'appstream-glib' 'check')
-depends=('girara>=0.2.7' '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'
-            'zathura-cb: Comic book support')
-
-source=(zathura-$pkgver.tar.gz::https://github.com/pwmt/zathura/archive/$pkgver.tar.gz)
-
-sha1sums=('0135d90d1561ee40f02111785d8afb9fec311b7c')
-
-build() {
-  cd zathura-$pkgver
-  arch-meson build
-
-  cd build
-  ninja
-}
-
-check() {
-  cd zathura-$pkgver/build
-
-  ninja test
-}
-
-package() {
-  cd zathura-$pkgver/build
-  DESTDIR="$pkgdir" ninja install
-
-  install -D -m664 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  mv "$pkgdir"/usr/share/zsh/vendor-completions "$pkgdir"/usr/share/zsh/site-functions
-}

Copied: zathura/repos/community-x86_64/PKGBUILD (from rev 512607, zathura/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-10-03 23:17:28 UTC (rev 512608)
@@ -0,0 +1,46 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: ML <neldoreth>
+
+pkgname=zathura
+pkgver=0.4.4
+pkgrel=1
+
+pkgdesc="Minimalistic document viewer"
+url="https://git.pwmt.org/pwmt/zathura"
+arch=('x86_64')
+license=('custom')
+
+makedepends=('python-sphinx' 'texlive-bin' 'meson' 'ninja' 'appstream-glib' 'check')
+depends=('girara>=0.2.7' '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'
+            'zathura-cb: Comic book support')
+
+source=(zathura-$pkgver.tar.gz::https://github.com/pwmt/zathura/archive/$pkgver.tar.gz)
+
+sha1sums=('fb65aae562182d0a5b0f487e9b8b3b3209b1ae5e')
+
+build() {
+  cd zathura-$pkgver
+  arch-meson build
+
+  cd build
+  ninja
+}
+
+check() {
+  cd zathura-$pkgver/build
+
+  ninja test
+}
+
+package() {
+  cd zathura-$pkgver/build
+  DESTDIR="$pkgdir" ninja install
+
+  install -D -m664 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list