[arch-commits] Commit in zathura/repos (14 files)

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


    Date: Thursday, February 4, 2016 @ 18:00:53
  Author: svenstaro
Revision: 160325

archrelease: copy trunk to community-i686, community-x86_64

Added:
  zathura/repos/community-i686/PKGBUILD
    (from rev 160324, zathura/trunk/PKGBUILD)
  zathura/repos/community-i686/bash-completion
    (from rev 160324, zathura/trunk/bash-completion)
  zathura/repos/community-i686/zathura.install
    (from rev 160324, zathura/trunk/zathura.install)
  zathura/repos/community-x86_64/PKGBUILD
    (from rev 160324, zathura/trunk/PKGBUILD)
  zathura/repos/community-x86_64/bash-completion
    (from rev 160324, zathura/trunk/bash-completion)
  zathura/repos/community-x86_64/zathura.install
    (from rev 160324, zathura/trunk/zathura.install)
Deleted:
  zathura/repos/community-i686/PATCH-Build-even-without-SyncTeX.patch
  zathura/repos/community-i686/PKGBUILD
  zathura/repos/community-i686/bash-completion
  zathura/repos/community-i686/zathura.install
  zathura/repos/community-x86_64/PATCH-Build-even-without-SyncTeX.patch
  zathura/repos/community-x86_64/PKGBUILD
  zathura/repos/community-x86_64/bash-completion
  zathura/repos/community-x86_64/zathura.install

---------------------------------------------------------+
 /PKGBUILD                                               |   82 ++++++++++++++
 /bash-completion                                        |   58 +++++++++
 /zathura.install                                        |   24 ++++
 community-i686/PATCH-Build-even-without-SyncTeX.patch   |   27 ----
 community-i686/PKGBUILD                                 |   47 --------
 community-i686/bash-completion                          |   29 ----
 community-i686/zathura.install                          |   12 --
 community-x86_64/PATCH-Build-even-without-SyncTeX.patch |   27 ----
 community-x86_64/PKGBUILD                               |   47 --------
 community-x86_64/bash-completion                        |   29 ----
 community-x86_64/zathura.install                        |   12 --
 11 files changed, 164 insertions(+), 230 deletions(-)

Deleted: community-i686/PATCH-Build-even-without-SyncTeX.patch
===================================================================
--- community-i686/PATCH-Build-even-without-SyncTeX.patch	2016-02-04 17:00:39 UTC (rev 160324)
+++ community-i686/PATCH-Build-even-without-SyncTeX.patch	2016-02-04 17:00:53 UTC (rev 160325)
@@ -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
-

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-02-04 17:00:39 UTC (rev 160324)
+++ community-i686/PKGBUILD	2016-02-04 17:00:53 UTC (rev 160325)
@@ -1,47 +0,0 @@
-# $Id$
-# 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.3.4
-pkgrel=1
-
-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')
-makedepends=('python2-docutils')
-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
-        PATCH-Build-even-without-SyncTeX.patch)
-
-sha1sums=('d8142ffdd9df8f04619cc823da07afb1f7694270'
-          '94a8236c483626a7f3acee053a1ea885aed45a82'
-          'f8d8a0a9c699eeb5fc64bf56194dd0cb12f65ab1')
-
-prepare() {
-  cd zathura-$pkgver
-  patch -p1 <../PATCH-Build-even-without-SyncTeX.patch
-}
-build() {
-  cd zathura-$pkgver
-  make
-}
-
-package() {
-  cd zathura-$pkgver
-
-  make install DESTDIR="$pkgdir"
-  install -D -m664 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm0644 "$srcdir"/bash-completion "$pkgdir"/usr/share/bash-completion/completions/zathura
-}

Copied: zathura/repos/community-i686/PKGBUILD (from rev 160324, zathura/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-02-04 17:00:53 UTC (rev 160325)
@@ -0,0 +1,41 @@
+# $Id$
+# 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.3.4
+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')
+makedepends=('python2-docutils' 'texlive-bin')
+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)
+
+sha1sums=('d8142ffdd9df8f04619cc823da07afb1f7694270'
+          '94a8236c483626a7f3acee053a1ea885aed45a82')
+
+build() {
+  cd zathura-$pkgver
+  make WITH_SYNCTEX=1
+}
+
+package() {
+  cd zathura-$pkgver
+
+  make install DESTDIR="$pkgdir"
+  install -D -m664 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm0644 "$srcdir"/bash-completion "$pkgdir"/usr/share/bash-completion/completions/zathura
+}

Deleted: community-i686/bash-completion
===================================================================
--- community-i686/bash-completion	2016-02-04 17:00:39 UTC (rev 160324)
+++ community-i686/bash-completion	2016-02-04 17:00:53 UTC (rev 160325)
@@ -1,29 +0,0 @@
-_zathura() {
-  _init_completion || return
-
-  EXTENTIONS=''
-  for PLUGIN in /usr/lib/zathura/*.so; do
-    case ${PLUGIN##*/} in
-      pdf.so)
-        EXTENTIONS="$EXTENTIONS|pdf"
-        ;;
-      ps.so)
-        EXTENTIONS="$EXTENTIONS|ps|eps|epsi|epsf"
-        ;;
-      djvu.so)
-        EXTENTIONS="$EXTENTIONS|djvu|djv"
-        ;;
-      epub.so)
-        EXTENTIONS="$EXTENTIONS|epub"
-        ;;
-      cb.so)
-        EXTENTIONS="$EXTENTIONS|cb7|cbr|cbz|cbt|rar|zip|7z|tar"
-        ;;
-      *)
-        ;;
-      esac
-  done
-
-  _filedir "${EXTENTIONS#|}"
-} &&
-complete -F _zathura zathura

Copied: zathura/repos/community-i686/bash-completion (from rev 160324, zathura/trunk/bash-completion)
===================================================================
--- community-i686/bash-completion	                        (rev 0)
+++ community-i686/bash-completion	2016-02-04 17:00:53 UTC (rev 160325)
@@ -0,0 +1,29 @@
+_zathura() {
+  _init_completion || return
+
+  EXTENTIONS=''
+  for PLUGIN in /usr/lib/zathura/*.so; do
+    case ${PLUGIN##*/} in
+      pdf.so)
+        EXTENTIONS="$EXTENTIONS|pdf"
+        ;;
+      ps.so)
+        EXTENTIONS="$EXTENTIONS|ps|eps|epsi|epsf"
+        ;;
+      djvu.so)
+        EXTENTIONS="$EXTENTIONS|djvu|djv"
+        ;;
+      epub.so)
+        EXTENTIONS="$EXTENTIONS|epub"
+        ;;
+      cb.so)
+        EXTENTIONS="$EXTENTIONS|cb7|cbr|cbz|cbt|rar|zip|7z|tar"
+        ;;
+      *)
+        ;;
+      esac
+  done
+
+  _filedir "${EXTENTIONS#|}"
+} &&
+complete -F _zathura zathura

Deleted: community-i686/zathura.install
===================================================================
--- community-i686/zathura.install	2016-02-04 17:00:39 UTC (rev 160324)
+++ community-i686/zathura.install	2016-02-04 17:00:53 UTC (rev 160325)
@@ -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
-}

Copied: zathura/repos/community-i686/zathura.install (from rev 160324, zathura/trunk/zathura.install)
===================================================================
--- community-i686/zathura.install	                        (rev 0)
+++ community-i686/zathura.install	2016-02-04 17:00:53 UTC (rev 160325)
@@ -0,0 +1,12 @@
+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
+}

Deleted: community-x86_64/PATCH-Build-even-without-SyncTeX.patch
===================================================================
--- community-x86_64/PATCH-Build-even-without-SyncTeX.patch	2016-02-04 17:00:39 UTC (rev 160324)
+++ community-x86_64/PATCH-Build-even-without-SyncTeX.patch	2016-02-04 17:00:53 UTC (rev 160325)
@@ -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
-

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-02-04 17:00:39 UTC (rev 160324)
+++ community-x86_64/PKGBUILD	2016-02-04 17:00:53 UTC (rev 160325)
@@ -1,47 +0,0 @@
-# $Id$
-# 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.3.4
-pkgrel=1
-
-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')
-makedepends=('python2-docutils')
-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
-        PATCH-Build-even-without-SyncTeX.patch)
-
-sha1sums=('d8142ffdd9df8f04619cc823da07afb1f7694270'
-          '94a8236c483626a7f3acee053a1ea885aed45a82'
-          'f8d8a0a9c699eeb5fc64bf56194dd0cb12f65ab1')
-
-prepare() {
-  cd zathura-$pkgver
-  patch -p1 <../PATCH-Build-even-without-SyncTeX.patch
-}
-build() {
-  cd zathura-$pkgver
-  make
-}
-
-package() {
-  cd zathura-$pkgver
-
-  make install DESTDIR="$pkgdir"
-  install -D -m664 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-  install -Dm0644 "$srcdir"/bash-completion "$pkgdir"/usr/share/bash-completion/completions/zathura
-}

Copied: zathura/repos/community-x86_64/PKGBUILD (from rev 160324, zathura/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-02-04 17:00:53 UTC (rev 160325)
@@ -0,0 +1,41 @@
+# $Id$
+# 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.3.4
+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')
+makedepends=('python2-docutils' 'texlive-bin')
+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)
+
+sha1sums=('d8142ffdd9df8f04619cc823da07afb1f7694270'
+          '94a8236c483626a7f3acee053a1ea885aed45a82')
+
+build() {
+  cd zathura-$pkgver
+  make WITH_SYNCTEX=1
+}
+
+package() {
+  cd zathura-$pkgver
+
+  make install DESTDIR="$pkgdir"
+  install -D -m664 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+  install -Dm0644 "$srcdir"/bash-completion "$pkgdir"/usr/share/bash-completion/completions/zathura
+}

Deleted: community-x86_64/bash-completion
===================================================================
--- community-x86_64/bash-completion	2016-02-04 17:00:39 UTC (rev 160324)
+++ community-x86_64/bash-completion	2016-02-04 17:00:53 UTC (rev 160325)
@@ -1,29 +0,0 @@
-_zathura() {
-  _init_completion || return
-
-  EXTENTIONS=''
-  for PLUGIN in /usr/lib/zathura/*.so; do
-    case ${PLUGIN##*/} in
-      pdf.so)
-        EXTENTIONS="$EXTENTIONS|pdf"
-        ;;
-      ps.so)
-        EXTENTIONS="$EXTENTIONS|ps|eps|epsi|epsf"
-        ;;
-      djvu.so)
-        EXTENTIONS="$EXTENTIONS|djvu|djv"
-        ;;
-      epub.so)
-        EXTENTIONS="$EXTENTIONS|epub"
-        ;;
-      cb.so)
-        EXTENTIONS="$EXTENTIONS|cb7|cbr|cbz|cbt|rar|zip|7z|tar"
-        ;;
-      *)
-        ;;
-      esac
-  done
-
-  _filedir "${EXTENTIONS#|}"
-} &&
-complete -F _zathura zathura

Copied: zathura/repos/community-x86_64/bash-completion (from rev 160324, zathura/trunk/bash-completion)
===================================================================
--- community-x86_64/bash-completion	                        (rev 0)
+++ community-x86_64/bash-completion	2016-02-04 17:00:53 UTC (rev 160325)
@@ -0,0 +1,29 @@
+_zathura() {
+  _init_completion || return
+
+  EXTENTIONS=''
+  for PLUGIN in /usr/lib/zathura/*.so; do
+    case ${PLUGIN##*/} in
+      pdf.so)
+        EXTENTIONS="$EXTENTIONS|pdf"
+        ;;
+      ps.so)
+        EXTENTIONS="$EXTENTIONS|ps|eps|epsi|epsf"
+        ;;
+      djvu.so)
+        EXTENTIONS="$EXTENTIONS|djvu|djv"
+        ;;
+      epub.so)
+        EXTENTIONS="$EXTENTIONS|epub"
+        ;;
+      cb.so)
+        EXTENTIONS="$EXTENTIONS|cb7|cbr|cbz|cbt|rar|zip|7z|tar"
+        ;;
+      *)
+        ;;
+      esac
+  done
+
+  _filedir "${EXTENTIONS#|}"
+} &&
+complete -F _zathura zathura

Deleted: community-x86_64/zathura.install
===================================================================
--- community-x86_64/zathura.install	2016-02-04 17:00:39 UTC (rev 160324)
+++ community-x86_64/zathura.install	2016-02-04 17:00:53 UTC (rev 160325)
@@ -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
-}

Copied: zathura/repos/community-x86_64/zathura.install (from rev 160324, zathura/trunk/zathura.install)
===================================================================
--- community-x86_64/zathura.install	                        (rev 0)
+++ community-x86_64/zathura.install	2016-02-04 17:00:53 UTC (rev 160325)
@@ -0,0 +1,12 @@
+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
+}



More information about the arch-commits mailing list