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

2016-04-19 Thread Johannes Löthberg
Date: Wednesday, April 20, 2016 @ 00:42:04
  Author: demize
Revision: 171422

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

Added:
  zathura/repos/community-i686/PKGBUILD
(from rev 171421, zathura/trunk/PKGBUILD)
  zathura/repos/community-i686/bash-completion
(from rev 171421, zathura/trunk/bash-completion)
  zathura/repos/community-i686/zathura.install
(from rev 171421, zathura/trunk/zathura.install)
  zathura/repos/community-x86_64/PKGBUILD
(from rev 171421, zathura/trunk/PKGBUILD)
  zathura/repos/community-x86_64/bash-completion
(from rev 171421, zathura/trunk/bash-completion)
  zathura/repos/community-x86_64/zathura.install
(from rev 171421, zathura/trunk/zathura.install)
Deleted:
  zathura/repos/community-i686/PKGBUILD
  zathura/repos/community-i686/bash-completion
  zathura/repos/community-i686/zathura.install
  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/PKGBUILD  |   41 --
 community-i686/bash-completion   |   29 -
 community-i686/zathura.install   |   12 -
 community-x86_64/PKGBUILD|   41 --
 community-x86_64/bash-completion |   29 -
 community-x86_64/zathura.install |   12 -
 9 files changed, 164 insertions(+), 164 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-04-19 22:41:57 UTC (rev 171421)
+++ community-i686/PKGBUILD 2016-04-19 22:42:04 UTC (rev 171422)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Daniel Wallace 
-# Contributor: Sergej Pupykin 
-# Contributor: ML 
-
-pkgname=zathura
-pkgver=0.3.5
-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' 'libsynctex')
-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=('3b1d17c921a1f97999b3c8e90c0e55314e257fb4'
-  '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
-}

Copied: zathura/repos/community-i686/PKGBUILD (from rev 171421, 
zathura/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-04-19 22:42:04 UTC (rev 171422)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Daniel Wallace 
+# Contributor: Sergej Pupykin 
+# Contributor: ML 
+
+pkgname=zathura
+pkgver=0.3.6
+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' 'libsynctex')
+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=('db5e76815fdfd0c2d6b5d5c16492995720268440'
+  '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-04-19 22:41:57 UTC (rev 171421)
+++ community-i686/bash-completion  2016-04-19 22:42:04 UTC (rev 171422)
@@ -1,29 +0,0 @@
-_zathura() {
-  _init_completion || return
-
-  EXTENTIONS=''
-  for PLUGIN in /usr/lib/zathura/*.so; do
-case ${PLUGIN##*/} in
-  pdf.so)
-EXTE

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

2016-02-14 Thread Johannes Löthberg
Date: Monday, February 15, 2016 @ 01:16:55
  Author: demize
Revision: 161568

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

Added:
  zathura/repos/community-i686/PKGBUILD
(from rev 161567, zathura/trunk/PKGBUILD)
  zathura/repos/community-i686/bash-completion
(from rev 161567, zathura/trunk/bash-completion)
  zathura/repos/community-i686/zathura.install
(from rev 161567, zathura/trunk/zathura.install)
  zathura/repos/community-x86_64/PKGBUILD
(from rev 161567, zathura/trunk/PKGBUILD)
  zathura/repos/community-x86_64/bash-completion
(from rev 161567, zathura/trunk/bash-completion)
  zathura/repos/community-x86_64/zathura.install
(from rev 161567, zathura/trunk/zathura.install)
Deleted:
  zathura/repos/community-i686/PKGBUILD
  zathura/repos/community-i686/bash-completion
  zathura/repos/community-i686/zathura.install
  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/PKGBUILD  |   41 --
 community-i686/bash-completion   |   29 -
 community-i686/zathura.install   |   12 -
 community-x86_64/PKGBUILD|   41 --
 community-x86_64/bash-completion |   29 -
 community-x86_64/zathura.install |   12 -
 9 files changed, 164 insertions(+), 164 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-15 00:16:45 UTC (rev 161567)
+++ community-i686/PKGBUILD 2016-02-15 00:16:55 UTC (rev 161568)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Daniel Wallace 
-# Contributor: Sergej Pupykin 
-# Contributor: ML 
-
-pkgname=zathura
-pkgver=0.3.4
-pkgrel=4
-
-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')
-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
-}

Copied: zathura/repos/community-i686/PKGBUILD (from rev 161567, 
zathura/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-15 00:16:55 UTC (rev 161568)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Daniel Wallace 
+# Contributor: Sergej Pupykin 
+# Contributor: ML 
+
+pkgname=zathura
+pkgver=0.3.5
+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' 'libsynctex')
+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=('3b1d17c921a1f97999b3c8e90c0e55314e257fb4'
+  '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-15 00:16:45 UTC (rev 161567)
+++ community-i686/bash-completion  2016-02-15 00:16:55 UTC (rev 161568)
@@ -1,29 +0,0 @@
-_zathura() {
-  _init_completion || return
-
-  EXTENTIONS=''
-  for PLUGIN in /usr/lib/zathura/*.so; do
-case ${PLUGIN##*/} in
-  pdf.so)
-EXTE

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

2016-02-05 Thread Bartłomiej Piotrowski
Date: Friday, February 5, 2016 @ 11:18:19
  Author: bpiotrowski
Revision: 160391

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

Added:
  zathura/repos/community-i686/PKGBUILD
(from rev 160390, zathura/trunk/PKGBUILD)
  zathura/repos/community-i686/bash-completion
(from rev 160390, zathura/trunk/bash-completion)
  zathura/repos/community-i686/zathura.install
(from rev 160390, zathura/trunk/zathura.install)
  zathura/repos/community-x86_64/PKGBUILD
(from rev 160390, zathura/trunk/PKGBUILD)
  zathura/repos/community-x86_64/bash-completion
(from rev 160390, zathura/trunk/bash-completion)
  zathura/repos/community-x86_64/zathura.install
(from rev 160390, zathura/trunk/zathura.install)
Deleted:
  zathura/repos/community-i686/PKGBUILD
  zathura/repos/community-i686/bash-completion
  zathura/repos/community-i686/zathura.install
  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/PKGBUILD  |   41 --
 community-i686/bash-completion   |   29 -
 community-i686/zathura.install   |   12 -
 community-x86_64/PKGBUILD|   41 --
 community-x86_64/bash-completion |   29 -
 community-x86_64/zathura.install |   12 -
 9 files changed, 164 insertions(+), 164 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-05 10:18:02 UTC (rev 160390)
+++ community-i686/PKGBUILD 2016-02-05 10:18:19 UTC (rev 160391)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Daniel Wallace 
-# Contributor: Sergej Pupykin 
-# Contributor: ML 
-
-pkgname=zathura
-pkgver=0.3.4
-pkgrel=3
-
-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' 'texlive-bin')
-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)
-
-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
-}

Copied: zathura/repos/community-i686/PKGBUILD (from rev 160390, 
zathura/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-05 10:18:19 UTC (rev 160391)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Daniel Wallace 
+# Contributor: Sergej Pupykin 
+# Contributor: ML 
+
+pkgname=zathura
+pkgver=0.3.4
+pkgrel=4
+
+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')
+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-05 10:18:02 UTC (rev 160390)
+++ community-i686/bash-completion  2016-02-05 10:18:19 UTC (rev 160391)
@@ -1,29 +0,0 @@
-_zathura() {
-  _init_completion || return
-
-  EXTENTIONS=''
-  for PLUGIN in /usr/lib/zathura/*.so; do
-case ${PLUGIN##*/} in
-  pdf.so)
-EXTENTIONS="$

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

2016-02-04 Thread Sven-Hendrik Haase
Date: Thursday, February 4, 2016 @ 18:05:43
  Author: svenstaro
Revision: 160329

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

Added:
  zathura/repos/community-i686/PKGBUILD
(from rev 160328, zathura/trunk/PKGBUILD)
  zathura/repos/community-i686/bash-completion
(from rev 160328, zathura/trunk/bash-completion)
  zathura/repos/community-i686/zathura.install
(from rev 160328, zathura/trunk/zathura.install)
  zathura/repos/community-x86_64/PKGBUILD
(from rev 160328, zathura/trunk/PKGBUILD)
  zathura/repos/community-x86_64/bash-completion
(from rev 160328, zathura/trunk/bash-completion)
  zathura/repos/community-x86_64/zathura.install
(from rev 160328, zathura/trunk/zathura.install)
Deleted:
  zathura/repos/community-i686/PKGBUILD
  zathura/repos/community-i686/bash-completion
  zathura/repos/community-i686/zathura.install
  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/PKGBUILD  |   41 --
 community-i686/bash-completion   |   29 -
 community-i686/zathura.install   |   12 -
 community-x86_64/PKGBUILD|   41 --
 community-x86_64/bash-completion |   29 -
 community-x86_64/zathura.install |   12 -
 9 files changed, 164 insertions(+), 164 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-02-04 17:04:57 UTC (rev 160328)
+++ community-i686/PKGBUILD 2016-02-04 17:05:43 UTC (rev 160329)
@@ -1,41 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg 
-# Contributor: Daniel Wallace 
-# Contributor: Sergej Pupykin 
-# Contributor: ML 
-
-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
-}

Copied: zathura/repos/community-i686/PKGBUILD (from rev 160328, 
zathura/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-02-04 17:05:43 UTC (rev 160329)
@@ -0,0 +1,41 @@
+# $Id$
+# Maintainer: Johannes Löthberg 
+# Contributor: Daniel Wallace 
+# Contributor: Sergej Pupykin 
+# Contributor: ML 
+
+pkgname=zathura
+pkgver=0.3.4
+pkgrel=3
+
+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' 'texlive-bin')
+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)
+
+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:04:57 UTC (rev 160328)
+++ community-i686/bash-completion  2016-02-04 17:05:43 UTC (rev 160329)
@@ -1,29 +0,0 @@
-_zathura() {
-  _init_completion || return
-
-  EXTENTIONS=''
-  for PLUGIN in /usr/lib/zathura/*.so; do
-case ${PLUGIN##*/} in
-  pdf.so)
-EXTENTIONS="$EXTENTIONS|pd

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

2015-05-26 Thread Daniel Wallace
Date: Tuesday, May 26, 2015 @ 15:34:45
  Author: dwallace
Revision: 134165

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

Added:
  zathura/repos/community-i686/PKGBUILD
(from rev 134164, zathura/trunk/PKGBUILD)
  zathura/repos/community-i686/bash-completion
(from rev 134164, zathura/trunk/bash-completion)
  zathura/repos/community-i686/zathura.install
(from rev 134164, zathura/trunk/zathura.install)
  zathura/repos/community-x86_64/PKGBUILD
(from rev 134164, zathura/trunk/PKGBUILD)
  zathura/repos/community-x86_64/bash-completion
(from rev 134164, zathura/trunk/bash-completion)
  zathura/repos/community-x86_64/zathura.install
(from rev 134164, zathura/trunk/zathura.install)
Deleted:
  zathura/repos/community-i686/PKGBUILD
  zathura/repos/community-i686/bash-completion
  zathura/repos/community-i686/zathura.install
  zathura/repos/community-x86_64/PKGBUILD
  zathura/repos/community-x86_64/bash-completion
  zathura/repos/community-x86_64/zathura.install

--+
 /PKGBUILD|   70 +
 /bash-completion |   58 ++
 /zathura.install |   24 
 community-i686/PKGBUILD  |   35 --
 community-i686/bash-completion   |   29 ---
 community-i686/zathura.install   |   12 --
 community-x86_64/PKGBUILD|   35 --
 community-x86_64/bash-completion |   29 ---
 community-x86_64/zathura.install |   12 --
 9 files changed, 152 insertions(+), 152 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-26 13:20:30 UTC (rev 134164)
+++ community-i686/PKGBUILD 2015-05-26 13:34:45 UTC (rev 134165)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Maintainer: Sergej Pupykin 
-# Contributor: ML 
-
-pkgname=zathura
-pkgver=0.3.3
-pkgrel=1
-pkgdesc="Minimalistic document viewer"
-arch=('i686' 'x86_64')
-url="http://pwmt.org/projects/zathura/";
-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)
-md5sums=('d360252210ce51a29e8d341b1b72a7cc'
- 'cac20c37f0e77ba62a8138788f4ccabb')
-
-build() {
-  cd $srcdir/zathura-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/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 134164, 
zathura/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-26 13:34:45 UTC (rev 134165)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Maintainer: Sergej Pupykin 
+# Contributor: ML 
+
+pkgname=zathura
+pkgver=0.3.3
+pkgrel=1
+pkgdesc="Minimalistic document viewer"
+arch=('i686' 'x86_64')
+url="http://pwmt.org/projects/zathura/";
+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)
+md5sums=('d360252210ce51a29e8d341b1b72a7cc'
+ 'cac20c37f0e77ba62a8138788f4ccabb')
+
+build() {
+  cd $srcdir/zathura-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/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  2015-05-26 13:20:30 UTC (rev 134164)
+++ community-i686/bash-completion  2015-05-26 13:34:45 UTC (rev 134165)
@@ -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"
-;;

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

2015-05-25 Thread Daniel Wallace
Date: Tuesday, May 26, 2015 @ 00:53:12
  Author: dwallace
Revision: 134097

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

Added:
  zathura/repos/community-i686/PKGBUILD
(from rev 134096, zathura/trunk/PKGBUILD)
  zathura/repos/community-i686/bash-completion
(from rev 134096, zathura/trunk/bash-completion)
  zathura/repos/community-i686/zathura.install
(from rev 134096, zathura/trunk/zathura.install)
  zathura/repos/community-x86_64/PKGBUILD
(from rev 134096, zathura/trunk/PKGBUILD)
  zathura/repos/community-x86_64/bash-completion
(from rev 134096, zathura/trunk/bash-completion)
  zathura/repos/community-x86_64/zathura.install
(from rev 134096, zathura/trunk/zathura.install)
Deleted:
  zathura/repos/community-i686/PKGBUILD
  zathura/repos/community-i686/bash-completion
  zathura/repos/community-i686/zathura.install
  zathura/repos/community-x86_64/PKGBUILD
  zathura/repos/community-x86_64/bash-completion
  zathura/repos/community-x86_64/zathura.install

--+
 /PKGBUILD|   70 +
 /bash-completion |   58 ++
 /zathura.install |   24 
 community-i686/PKGBUILD  |   35 --
 community-i686/bash-completion   |   29 ---
 community-i686/zathura.install   |   12 --
 community-x86_64/PKGBUILD|   35 --
 community-x86_64/bash-completion |   29 ---
 community-x86_64/zathura.install |   12 --
 9 files changed, 152 insertions(+), 152 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-05-25 22:52:32 UTC (rev 134096)
+++ community-i686/PKGBUILD 2015-05-25 22:53:12 UTC (rev 134097)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Maintainer: Sergej Pupykin 
-# Contributor: ML 
-
-pkgname=zathura
-pkgver=0.3.3
-pkgrel=1
-pkgdesc="Minimalistic document viewer"
-arch=('i686' 'x86_64')
-url="http://pwmt.org/projects/zathura/";
-license=('custom')
-depends=('girara' '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)
-md5sums=('d360252210ce51a29e8d341b1b72a7cc'
- 'cac20c37f0e77ba62a8138788f4ccabb')
-
-build() {
-  cd $srcdir/zathura-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/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 134096, 
zathura/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-05-25 22:53:12 UTC (rev 134097)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Maintainer: Sergej Pupykin 
+# Contributor: ML 
+
+pkgname=zathura
+pkgver=0.3.3
+pkgrel=1
+pkgdesc="Minimalistic document viewer"
+arch=('i686' 'x86_64')
+url="http://pwmt.org/projects/zathura/";
+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)
+md5sums=('d360252210ce51a29e8d341b1b72a7cc'
+ 'cac20c37f0e77ba62a8138788f4ccabb')
+
+build() {
+  cd $srcdir/zathura-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/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  2015-05-25 22:52:32 UTC (rev 134096)
+++ community-i686/bash-completion  2015-05-25 22:53:12 UTC (rev 134097)
@@ -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"
-;;
- 

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

2015-04-18 Thread Bartłomiej Piotrowski
Date: Saturday, April 18, 2015 @ 20:06:24
  Author: bpiotrowski
Revision: 131640

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

Added:
  zathura/repos/community-i686/PKGBUILD
(from rev 131639, zathura/trunk/PKGBUILD)
  zathura/repos/community-i686/bash-completion
(from rev 131639, zathura/trunk/bash-completion)
  zathura/repos/community-i686/zathura.install
(from rev 131639, zathura/trunk/zathura.install)
  zathura/repos/community-x86_64/PKGBUILD
(from rev 131639, zathura/trunk/PKGBUILD)
  zathura/repos/community-x86_64/bash-completion
(from rev 131639, zathura/trunk/bash-completion)
  zathura/repos/community-x86_64/zathura.install
(from rev 131639, zathura/trunk/zathura.install)
Deleted:
  zathura/repos/community-i686/PKGBUILD
  zathura/repos/community-i686/bash-completion
  zathura/repos/community-i686/zathura.install
  zathura/repos/community-x86_64/PKGBUILD
  zathura/repos/community-x86_64/bash-completion
  zathura/repos/community-x86_64/zathura.install

--+
 /PKGBUILD|   70 +
 /bash-completion |   58 ++
 /zathura.install |   24 
 community-i686/PKGBUILD  |   35 --
 community-i686/bash-completion   |   29 ---
 community-i686/zathura.install   |   12 --
 community-x86_64/PKGBUILD|   35 --
 community-x86_64/bash-completion |   29 ---
 community-x86_64/zathura.install |   12 --
 9 files changed, 152 insertions(+), 152 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-04-18 18:06:11 UTC (rev 131639)
+++ community-i686/PKGBUILD 2015-04-18 18:06:24 UTC (rev 131640)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Maintainer: Sergej Pupykin 
-# Contributor: ML 
-
-pkgname=zathura
-pkgver=0.3.2
-pkgrel=1
-pkgdesc="Minimalistic document viewer"
-arch=('i686' 'x86_64')
-url="http://pwmt.org/projects/zathura/";
-license=('custom')
-depends=('girara' '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)
-md5sums=('4ac91bfbb596decb43c7ef0dcbc3e361'
- 'cac20c37f0e77ba62a8138788f4ccabb')
-
-build() {
-  cd $srcdir/zathura-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/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 131639, 
zathura/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-04-18 18:06:24 UTC (rev 131640)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Maintainer: Sergej Pupykin 
+# Contributor: ML 
+
+pkgname=zathura
+pkgver=0.3.3
+pkgrel=1
+pkgdesc="Minimalistic document viewer"
+arch=('i686' 'x86_64')
+url="http://pwmt.org/projects/zathura/";
+license=('custom')
+depends=('girara' '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)
+md5sums=('d360252210ce51a29e8d341b1b72a7cc'
+ 'cac20c37f0e77ba62a8138788f4ccabb')
+
+build() {
+  cd $srcdir/zathura-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/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  2015-04-18 18:06:11 UTC (rev 131639)
+++ community-i686/bash-completion  2015-04-18 18:06:24 UTC (rev 131640)
@@ -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"
-;;
-  

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

2014-11-22 Thread Bartłomiej Piotrowski
Date: Saturday, November 22, 2014 @ 21:15:03
  Author: bpiotrowski
Revision: 122939

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

Added:
  zathura/repos/community-i686/PKGBUILD
(from rev 122938, zathura/trunk/PKGBUILD)
  zathura/repos/community-i686/bash-completion
(from rev 122938, zathura/trunk/bash-completion)
  zathura/repos/community-i686/zathura.install
(from rev 122938, zathura/trunk/zathura.install)
  zathura/repos/community-x86_64/PKGBUILD
(from rev 122938, zathura/trunk/PKGBUILD)
  zathura/repos/community-x86_64/bash-completion
(from rev 122938, zathura/trunk/bash-completion)
  zathura/repos/community-x86_64/zathura.install
(from rev 122938, zathura/trunk/zathura.install)
Deleted:
  zathura/repos/community-i686/PKGBUILD
  zathura/repos/community-i686/bash-completion
  zathura/repos/community-i686/zathura.install
  zathura/repos/community-x86_64/PKGBUILD
  zathura/repos/community-x86_64/bash-completion
  zathura/repos/community-x86_64/zathura.install

--+
 /PKGBUILD|   70 +
 /bash-completion |   58 ++
 /zathura.install |   24 
 community-i686/PKGBUILD  |   35 --
 community-i686/bash-completion   |   29 ---
 community-i686/zathura.install   |   12 --
 community-x86_64/PKGBUILD|   35 --
 community-x86_64/bash-completion |   29 ---
 community-x86_64/zathura.install |   12 --
 9 files changed, 152 insertions(+), 152 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-11-22 20:14:50 UTC (rev 122938)
+++ community-i686/PKGBUILD 2014-11-22 20:15:03 UTC (rev 122939)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Maintainer: Sergej Pupykin 
-# Contributor: ML 
-
-pkgname=zathura
-pkgver=0.3.0
-pkgrel=1
-pkgdesc="Minimalistic document viewer"
-arch=('i686' 'x86_64')
-url="http://pwmt.org/projects/zathura/";
-license=('custom')
-depends=('girara' '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)
-md5sums=('07c6d83086eee7e3992d5646db60caf5'
- 'cac20c37f0e77ba62a8138788f4ccabb')
-
-build() {
-  cd $srcdir/zathura-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/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 122938, 
zathura/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-11-22 20:15:03 UTC (rev 122939)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Maintainer: Sergej Pupykin 
+# Contributor: ML 
+
+pkgname=zathura
+pkgver=0.3.2
+pkgrel=1
+pkgdesc="Minimalistic document viewer"
+arch=('i686' 'x86_64')
+url="http://pwmt.org/projects/zathura/";
+license=('custom')
+depends=('girara' '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)
+md5sums=('4ac91bfbb596decb43c7ef0dcbc3e361'
+ 'cac20c37f0e77ba62a8138788f4ccabb')
+
+build() {
+  cd $srcdir/zathura-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/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  2014-11-22 20:14:50 UTC (rev 122938)
+++ community-i686/bash-completion  2014-11-22 20:15:03 UTC (rev 122939)
@@ -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"
-;;
-   

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

2014-10-19 Thread Bartłomiej Piotrowski
Date: Monday, October 20, 2014 @ 07:48:56
  Author: bpiotrowski
Revision: 121010

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

Added:
  zathura/repos/community-i686/PKGBUILD
(from rev 121009, zathura/trunk/PKGBUILD)
  zathura/repos/community-i686/bash-completion
(from rev 121009, zathura/trunk/bash-completion)
  zathura/repos/community-i686/zathura.install
(from rev 121009, zathura/trunk/zathura.install)
  zathura/repos/community-x86_64/PKGBUILD
(from rev 121009, zathura/trunk/PKGBUILD)
  zathura/repos/community-x86_64/bash-completion
(from rev 121009, zathura/trunk/bash-completion)
  zathura/repos/community-x86_64/zathura.install
(from rev 121009, zathura/trunk/zathura.install)
Deleted:
  zathura/repos/community-i686/PKGBUILD
  zathura/repos/community-i686/bash-completion
  zathura/repos/community-i686/zathura.install
  zathura/repos/community-x86_64/PKGBUILD
  zathura/repos/community-x86_64/bash-completion
  zathura/repos/community-x86_64/zathura.install

--+
 /PKGBUILD|   70 +
 /bash-completion |   58 ++
 /zathura.install |   24 
 community-i686/PKGBUILD  |   32 
 community-i686/bash-completion   |   29 ---
 community-i686/zathura.install   |   12 --
 community-x86_64/PKGBUILD|   32 
 community-x86_64/bash-completion |   29 ---
 community-x86_64/zathura.install |   12 --
 9 files changed, 152 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-20 05:48:45 UTC (rev 121009)
+++ community-i686/PKGBUILD 2014-10-20 05:48:56 UTC (rev 121010)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Maintainer: Sergej Pupykin 
-# Contributor: ML 
-
-pkgname=zathura
-pkgver=0.2.9
-pkgrel=1
-pkgdesc="a document viewer"
-arch=('i686' 'x86_64')
-url="http://pwmt.org/projects/zathura/";
-license=('custom')
-depends=('girara' 'sqlite' 'desktop-file-utils' 'file')
-makedepends=('python2-docutils')
-optdepends=('zathura-djvu' 'zathura-pdf-poppler' 'zathura-pdf-mupdf' 
'zathura-ps')
-install=zathura.install
-source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
-   bash-completion)
-md5sums=('afc56f9df7677215ea10b92239611faa'
- 'cac20c37f0e77ba62a8138788f4ccabb')
-
-build() {
-  cd $srcdir/zathura-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/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 121009, 
zathura/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-20 05:48:56 UTC (rev 121010)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Maintainer: Sergej Pupykin 
+# Contributor: ML 
+
+pkgname=zathura
+pkgver=0.3.0
+pkgrel=1
+pkgdesc="Minimalistic document viewer"
+arch=('i686' 'x86_64')
+url="http://pwmt.org/projects/zathura/";
+license=('custom')
+depends=('girara' '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)
+md5sums=('07c6d83086eee7e3992d5646db60caf5'
+ 'cac20c37f0e77ba62a8138788f4ccabb')
+
+build() {
+  cd $srcdir/zathura-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/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  2014-10-20 05:48:45 UTC (rev 121009)
+++ community-i686/bash-completion  2014-10-20 05:48:56 UTC (rev 121010)
@@ -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"

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

2014-06-25 Thread Sergej Pupykin
Date: Wednesday, June 25, 2014 @ 18:59:48
  Author: spupykin
Revision: 113562

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

Added:
  zathura/repos/community-i686/PKGBUILD
(from rev 113561, zathura/trunk/PKGBUILD)
  zathura/repos/community-i686/bash-completion
(from rev 113561, zathura/trunk/bash-completion)
  zathura/repos/community-i686/zathura.install
(from rev 113561, zathura/trunk/zathura.install)
  zathura/repos/community-x86_64/PKGBUILD
(from rev 113561, zathura/trunk/PKGBUILD)
  zathura/repos/community-x86_64/bash-completion
(from rev 113561, zathura/trunk/bash-completion)
  zathura/repos/community-x86_64/zathura.install
(from rev 113561, zathura/trunk/zathura.install)
Deleted:
  zathura/repos/community-i686/PKGBUILD
  zathura/repos/community-i686/bash-completion
  zathura/repos/community-i686/zathura.install
  zathura/repos/community-x86_64/PKGBUILD
  zathura/repos/community-x86_64/bash-completion
  zathura/repos/community-x86_64/zathura.install

--+
 /PKGBUILD|   64 +
 /bash-completion |   58 +
 /zathura.install |   24 +
 community-i686/PKGBUILD  |   32 --
 community-i686/bash-completion   |   29 
 community-i686/zathura.install   |   12 --
 community-x86_64/PKGBUILD|   32 --
 community-x86_64/bash-completion |   29 
 community-x86_64/zathura.install |   12 --
 9 files changed, 146 insertions(+), 146 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-25 16:59:34 UTC (rev 113561)
+++ community-i686/PKGBUILD 2014-06-25 16:59:48 UTC (rev 113562)
@@ -1,32 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Maintainer: Sergej Pupykin 
-# Contributor: ML 
-
-pkgname=zathura
-pkgver=0.2.8
-pkgrel=1
-pkgdesc="a document viewer"
-arch=('i686' 'x86_64')
-url="http://pwmt.org/projects/zathura/";
-license=('custom')
-depends=('girara' 'sqlite' 'desktop-file-utils' 'file')
-makedepends=('python2-docutils')
-optdepends=('zathura-djvu' 'zathura-pdf-poppler' 'zathura-pdf-mupdf' 
'zathura-ps')
-install=zathura.install
-source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
-   bash-completion)
-md5sums=('9e8faa80f62a61b0f09ff8c0b8b3916e'
- 'cac20c37f0e77ba62a8138788f4ccabb')
-
-build() {
-  cd $srcdir/zathura-$pkgver
-  make
-}
-
-package() {
-  cd $srcdir/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 113561, 
zathura/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-25 16:59:48 UTC (rev 113562)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Maintainer: Sergej Pupykin 
+# Contributor: ML 
+
+pkgname=zathura
+pkgver=0.2.9
+pkgrel=1
+pkgdesc="a document viewer"
+arch=('i686' 'x86_64')
+url="http://pwmt.org/projects/zathura/";
+license=('custom')
+depends=('girara' 'sqlite' 'desktop-file-utils' 'file')
+makedepends=('python2-docutils')
+optdepends=('zathura-djvu' 'zathura-pdf-poppler' 'zathura-pdf-mupdf' 
'zathura-ps')
+install=zathura.install
+source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
+   bash-completion)
+md5sums=('afc56f9df7677215ea10b92239611faa'
+ 'cac20c37f0e77ba62a8138788f4ccabb')
+
+build() {
+  cd $srcdir/zathura-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/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  2014-06-25 16:59:34 UTC (rev 113561)
+++ community-i686/bash-completion  2014-06-25 16:59:48 UTC (rev 113562)
@@ -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

Copie

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

2014-06-25 Thread Sergej Pupykin
Date: Wednesday, June 25, 2014 @ 15:45:51
  Author: spupykin
Revision: 113550

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

Added:
  zathura/repos/community-i686/PKGBUILD
(from rev 113549, zathura/trunk/PKGBUILD)
  zathura/repos/community-i686/bash-completion
(from rev 113549, zathura/trunk/bash-completion)
  zathura/repos/community-i686/zathura.install
(from rev 113549, zathura/trunk/zathura.install)
  zathura/repos/community-x86_64/PKGBUILD
(from rev 113549, zathura/trunk/PKGBUILD)
  zathura/repos/community-x86_64/bash-completion
(from rev 113549, zathura/trunk/bash-completion)
  zathura/repos/community-x86_64/zathura.install
(from rev 113549, zathura/trunk/zathura.install)
Deleted:
  zathura/repos/community-i686/PKGBUILD
  zathura/repos/community-i686/bash-completion
  zathura/repos/community-i686/zathura.install
  zathura/repos/community-x86_64/PKGBUILD
  zathura/repos/community-x86_64/bash-completion
  zathura/repos/community-x86_64/zathura.install

--+
 /PKGBUILD|   64 +
 /bash-completion |   58 +
 /zathura.install |   24 +
 community-i686/PKGBUILD  |   33 ---
 community-i686/bash-completion   |   29 
 community-i686/zathura.install   |   12 --
 community-x86_64/PKGBUILD|   33 ---
 community-x86_64/bash-completion |   29 
 community-x86_64/zathura.install |   12 --
 9 files changed, 146 insertions(+), 148 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-25 13:45:37 UTC (rev 113549)
+++ community-i686/PKGBUILD 2014-06-25 13:45:51 UTC (rev 113550)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Maintainer: Sergej Pupykin 
-# Contributor: ML 
-
-pkgname=zathura
-pkgver=0.2.7
-pkgrel=1
-pkgdesc="a document viewer"
-arch=('i686' 'x86_64')
-url="http://pwmt.org/projects/zathura/";
-license=('custom')
-depends=('girara-gtk3' 'sqlite' 'desktop-file-utils' 'file')
-makedepends=('python2-docutils')
-optdepends=('zathura-djvu' 'zathura-pdf-poppler' 'zathura-pdf-mupdf' 
'zathura-ps')
-install=zathura.install
-source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
-   bash-completion)
-md5sums=('53124af80e974283a6678319a62e'
- 'cac20c37f0e77ba62a8138788f4ccabb')
-
-build() {
-  cd $srcdir/zathura-$pkgver
-  sed -i 's/rst2man/&2/' config.mk
-  make
-}
-
-package() {
-  cd $srcdir/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 113549, 
zathura/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-06-25 13:45:51 UTC (rev 113550)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Maintainer: Sergej Pupykin 
+# Contributor: ML 
+
+pkgname=zathura
+pkgver=0.2.8
+pkgrel=1
+pkgdesc="a document viewer"
+arch=('i686' 'x86_64')
+url="http://pwmt.org/projects/zathura/";
+license=('custom')
+depends=('girara' 'sqlite' 'desktop-file-utils' 'file')
+makedepends=('python2-docutils')
+optdepends=('zathura-djvu' 'zathura-pdf-poppler' 'zathura-pdf-mupdf' 
'zathura-ps')
+install=zathura.install
+source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
+   bash-completion)
+md5sums=('9e8faa80f62a61b0f09ff8c0b8b3916e'
+ 'cac20c37f0e77ba62a8138788f4ccabb')
+
+build() {
+  cd $srcdir/zathura-$pkgver
+  make
+}
+
+package() {
+  cd $srcdir/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  2014-06-25 13:45:37 UTC (rev 113549)
+++ community-i686/bash-completion  2014-06-25 13:45:51 UTC (rev 113550)
@@ -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#|}"

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

2014-02-17 Thread Sergej Pupykin
Date: Monday, February 17, 2014 @ 18:01:28
  Author: spupykin
Revision: 105878

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

Added:
  zathura/repos/community-i686/PKGBUILD
(from rev 105877, zathura/trunk/PKGBUILD)
  zathura/repos/community-i686/bash-completion
(from rev 105877, zathura/trunk/bash-completion)
  zathura/repos/community-i686/zathura.install
(from rev 105877, zathura/trunk/zathura.install)
  zathura/repos/community-x86_64/PKGBUILD
(from rev 105877, zathura/trunk/PKGBUILD)
  zathura/repos/community-x86_64/bash-completion
(from rev 105877, zathura/trunk/bash-completion)
  zathura/repos/community-x86_64/zathura.install
(from rev 105877, zathura/trunk/zathura.install)
Deleted:
  zathura/repos/community-i686/PKGBUILD
  zathura/repos/community-i686/bash-completion
  zathura/repos/community-i686/zathura.install
  zathura/repos/community-x86_64/PKGBUILD
  zathura/repos/community-x86_64/bash-completion
  zathura/repos/community-x86_64/zathura.install

--+
 /PKGBUILD|   66 +
 /bash-completion |   58 
 /zathura.install |   24 +
 community-i686/PKGBUILD  |   33 --
 community-i686/bash-completion   |   29 
 community-i686/zathura.install   |   14 ---
 community-x86_64/PKGBUILD|   33 --
 community-x86_64/bash-completion |   29 
 community-x86_64/zathura.install |   14 ---
 9 files changed, 148 insertions(+), 152 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-02-17 17:01:09 UTC (rev 105877)
+++ community-i686/PKGBUILD 2014-02-17 17:01:28 UTC (rev 105878)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Maintainer: Sergej Pupykin 
-# Contributor: ML 
-
-pkgname=zathura
-pkgver=0.2.6
-pkgrel=1
-pkgdesc="a document viewer"
-arch=('i686' 'x86_64')
-url="http://pwmt.org/projects/zathura/";
-license=('custom')
-depends=('girara-gtk3' 'sqlite' 'desktop-file-utils' 'file')
-makedepends=('python2-docutils')
-optdepends=('zathura-djvu' 'zathura-pdf-poppler' 'zathura-pdf-mupdf' 
'zathura-ps')
-install=zathura.install
-source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
-   bash-completion)
-md5sums=('d155a66ec1862550dfde5a50e3dd6d01'
- 'cac20c37f0e77ba62a8138788f4ccabb')
-
-build() {
-  cd $srcdir/zathura-$pkgver
-  sed -i 's/rst2man/&2/' config.mk
-  make
-}
-
-package() {
-  cd $srcdir/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 105877, 
zathura/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-02-17 17:01:28 UTC (rev 105878)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Maintainer: Sergej Pupykin 
+# Contributor: ML 
+
+pkgname=zathura
+pkgver=0.2.7
+pkgrel=1
+pkgdesc="a document viewer"
+arch=('i686' 'x86_64')
+url="http://pwmt.org/projects/zathura/";
+license=('custom')
+depends=('girara-gtk3' 'sqlite' 'desktop-file-utils' 'file')
+makedepends=('python2-docutils')
+optdepends=('zathura-djvu' 'zathura-pdf-poppler' 'zathura-pdf-mupdf' 
'zathura-ps')
+install=zathura.install
+source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
+   bash-completion)
+md5sums=('53124af80e974283a6678319a62e'
+ 'cac20c37f0e77ba62a8138788f4ccabb')
+
+build() {
+  cd $srcdir/zathura-$pkgver
+  sed -i 's/rst2man/&2/' config.mk
+  make
+}
+
+package() {
+  cd $srcdir/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  2014-02-17 17:01:09 UTC (rev 105877)
+++ community-i686/bash-completion  2014-02-17 17:01:28 UTC (rev 105878)
@@ -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"
-;;
-  *)
-;;
-  esa

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

2013-11-24 Thread Sergej Pupykin
Date: Sunday, November 24, 2013 @ 21:34:57
  Author: spupykin
Revision: 101400

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

Added:
  zathura/repos/community-i686/PKGBUILD
(from rev 101399, zathura/trunk/PKGBUILD)
  zathura/repos/community-i686/bash-completion
(from rev 101399, zathura/trunk/bash-completion)
  zathura/repos/community-i686/zathura.install
(from rev 101399, zathura/trunk/zathura.install)
  zathura/repos/community-x86_64/PKGBUILD
(from rev 101399, zathura/trunk/PKGBUILD)
  zathura/repos/community-x86_64/bash-completion
(from rev 101399, zathura/trunk/bash-completion)
  zathura/repos/community-x86_64/zathura.install
(from rev 101399, zathura/trunk/zathura.install)
Deleted:
  zathura/repos/community-i686/PKGBUILD
  zathura/repos/community-i686/bash-completion
  zathura/repos/community-i686/zathura.install
  zathura/repos/community-x86_64/PKGBUILD
  zathura/repos/community-x86_64/bash-completion
  zathura/repos/community-x86_64/zathura.install

--+
 /PKGBUILD|   66 +
 /bash-completion |   58 
 /zathura.install |   28 +++
 community-i686/PKGBUILD  |   33 --
 community-i686/bash-completion   |   29 
 community-i686/zathura.install   |   14 ---
 community-x86_64/PKGBUILD|   33 --
 community-x86_64/bash-completion |   29 
 community-x86_64/zathura.install |   14 ---
 9 files changed, 152 insertions(+), 152 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-24 20:34:40 UTC (rev 101399)
+++ community-i686/PKGBUILD 2013-11-24 20:34:57 UTC (rev 101400)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Maintainer: Sergej Pupykin 
-# Contributor: ML 
-
-pkgname=zathura
-pkgver=0.2.5
-pkgrel=2
-pkgdesc="a document viewer"
-arch=('i686' 'x86_64')
-url="http://pwmt.org/projects/zathura/";
-license=('custom')
-depends=('girara-gtk3' 'sqlite' 'desktop-file-utils' 'file')
-makedepends=('python2-docutils')
-optdepends=('zathura-djvu' 'zathura-pdf-poppler' 'zathura-pdf-mupdf' 
'zathura-ps')
-install=zathura.install
-source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
-   bash-completion)
-md5sums=('a16bd5a892423f14b2f08e0312c42d21'
- 'cac20c37f0e77ba62a8138788f4ccabb')
-
-build() {
-  cd $srcdir/zathura-$pkgver
-  sed -i 's/rst2man/&2/' config.mk
-  make
-}
-
-package() {
-  cd $srcdir/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 101399, 
zathura/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-24 20:34:57 UTC (rev 101400)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Maintainer: Sergej Pupykin 
+# Contributor: ML 
+
+pkgname=zathura
+pkgver=0.2.6
+pkgrel=1
+pkgdesc="a document viewer"
+arch=('i686' 'x86_64')
+url="http://pwmt.org/projects/zathura/";
+license=('custom')
+depends=('girara-gtk3' 'sqlite' 'desktop-file-utils' 'file')
+makedepends=('python2-docutils')
+optdepends=('zathura-djvu' 'zathura-pdf-poppler' 'zathura-pdf-mupdf' 
'zathura-ps')
+install=zathura.install
+source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
+   bash-completion)
+md5sums=('d155a66ec1862550dfde5a50e3dd6d01'
+ 'cac20c37f0e77ba62a8138788f4ccabb')
+
+build() {
+  cd $srcdir/zathura-$pkgver
+  sed -i 's/rst2man/&2/' config.mk
+  make
+}
+
+package() {
+  cd $srcdir/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  2013-11-24 20:34:40 UTC (rev 101399)
+++ community-i686/bash-completion  2013-11-24 20:34:57 UTC (rev 101400)
@@ -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"
-;;
-  *)
-;;
-  e

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

2013-11-12 Thread Sergej Pupykin
Date: Tuesday, November 12, 2013 @ 11:21:35
  Author: spupykin
Revision: 100857

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

Added:
  zathura/repos/community-i686/PKGBUILD
(from rev 100856, zathura/trunk/PKGBUILD)
  zathura/repos/community-i686/bash-completion
(from rev 100856, zathura/trunk/bash-completion)
  zathura/repos/community-i686/zathura.install
(from rev 100856, zathura/trunk/zathura.install)
  zathura/repos/community-x86_64/PKGBUILD
(from rev 100856, zathura/trunk/PKGBUILD)
  zathura/repos/community-x86_64/bash-completion
(from rev 100856, zathura/trunk/bash-completion)
  zathura/repos/community-x86_64/zathura.install
(from rev 100856, zathura/trunk/zathura.install)
Deleted:
  zathura/repos/community-i686/PKGBUILD
  zathura/repos/community-i686/bash-completion
  zathura/repos/community-i686/zathura.install
  zathura/repos/community-x86_64/PKGBUILD
  zathura/repos/community-x86_64/bash-completion
  zathura/repos/community-x86_64/zathura.install

--+
 /PKGBUILD|   66 +
 /bash-completion |   58 
 /zathura.install |   28 +++
 community-i686/PKGBUILD  |   33 --
 community-i686/bash-completion   |   29 
 community-i686/zathura.install   |   14 ---
 community-x86_64/PKGBUILD|   33 --
 community-x86_64/bash-completion |   29 
 community-x86_64/zathura.install |   14 ---
 9 files changed, 152 insertions(+), 152 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-12 10:21:15 UTC (rev 100856)
+++ community-i686/PKGBUILD 2013-11-12 10:21:35 UTC (rev 100857)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Maintainer: Sergej Pupykin 
-# Contributor: ML 
-
-pkgname=zathura
-pkgver=0.2.5
-pkgrel=1
-pkgdesc="a document viewer"
-arch=('i686' 'x86_64')
-url="http://pwmt.org/projects/zathura/";
-license=('custom')
-depends=('girara-gtk2' 'sqlite' 'desktop-file-utils')
-makedepends=('python2-docutils')
-optdepends=('zathura-djvu' 'zathura-pdf-poppler' 'zathura-pdf-mupdf' 
'zathura-ps')
-install=zathura.install
-source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
-   bash-completion)
-md5sums=('a16bd5a892423f14b2f08e0312c42d21'
- 'cac20c37f0e77ba62a8138788f4ccabb')
-
-build() {
-  cd $srcdir/zathura-$pkgver
-  sed -i 's/rst2man/&2/' config.mk
-  make ZATHURA_GTK_VERSION=2
-}
-
-package() {
-  cd $srcdir/zathura-$pkgver
-  make install DESTDIR=$pkgdir ZATHURA_GTK_VERSION=2
-  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 100856, 
zathura/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-12 10:21:35 UTC (rev 100857)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Maintainer: Sergej Pupykin 
+# Contributor: ML 
+
+pkgname=zathura
+pkgver=0.2.5
+pkgrel=2
+pkgdesc="a document viewer"
+arch=('i686' 'x86_64')
+url="http://pwmt.org/projects/zathura/";
+license=('custom')
+depends=('girara-gtk3' 'sqlite' 'desktop-file-utils' 'file')
+makedepends=('python2-docutils')
+optdepends=('zathura-djvu' 'zathura-pdf-poppler' 'zathura-pdf-mupdf' 
'zathura-ps')
+install=zathura.install
+source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
+   bash-completion)
+md5sums=('a16bd5a892423f14b2f08e0312c42d21'
+ 'cac20c37f0e77ba62a8138788f4ccabb')
+
+build() {
+  cd $srcdir/zathura-$pkgver
+  sed -i 's/rst2man/&2/' config.mk
+  make
+}
+
+package() {
+  cd $srcdir/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  2013-11-12 10:21:15 UTC (rev 100856)
+++ community-i686/bash-completion  2013-11-12 10:21:35 UTC (rev 100857)
@@ -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"

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

2013-11-10 Thread Sergej Pupykin
Date: Sunday, November 10, 2013 @ 21:07:26
  Author: spupykin
Revision: 100790

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

Added:
  zathura/repos/community-i686/PKGBUILD
(from rev 100789, zathura/trunk/PKGBUILD)
  zathura/repos/community-i686/bash-completion
(from rev 100789, zathura/trunk/bash-completion)
  zathura/repos/community-i686/zathura.install
(from rev 100789, zathura/trunk/zathura.install)
  zathura/repos/community-x86_64/PKGBUILD
(from rev 100789, zathura/trunk/PKGBUILD)
  zathura/repos/community-x86_64/bash-completion
(from rev 100789, zathura/trunk/bash-completion)
  zathura/repos/community-x86_64/zathura.install
(from rev 100789, zathura/trunk/zathura.install)
Deleted:
  zathura/repos/community-i686/PKGBUILD
  zathura/repos/community-i686/bash-completion
  zathura/repos/community-i686/zathura.install
  zathura/repos/community-x86_64/PKGBUILD
  zathura/repos/community-x86_64/bash-completion
  zathura/repos/community-x86_64/zathura.install

--+
 /PKGBUILD|   66 +
 /bash-completion |   58 
 /zathura.install |   28 +++
 community-i686/PKGBUILD  |   33 --
 community-i686/bash-completion   |   29 
 community-i686/zathura.install   |   14 ---
 community-x86_64/PKGBUILD|   33 --
 community-x86_64/bash-completion |   29 
 community-x86_64/zathura.install |   14 ---
 9 files changed, 152 insertions(+), 152 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-10 20:07:09 UTC (rev 100789)
+++ community-i686/PKGBUILD 2013-11-10 20:07:26 UTC (rev 100790)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Maintainer: Sergej Pupykin 
-# Contributor: ML 
-
-pkgname=zathura
-pkgver=0.2.4
-pkgrel=1
-pkgdesc="a document viewer"
-arch=('i686' 'x86_64')
-url="http://pwmt.org/projects/zathura/";
-license=('custom')
-depends=('girara-gtk2' 'sqlite' 'desktop-file-utils')
-makedepends=('python2-docutils')
-optdepends=('zathura-djvu' 'zathura-pdf-poppler' 'zathura-pdf-mupdf' 
'zathura-ps')
-install=zathura.install
-source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
-   bash-completion)
-md5sums=('935c6e15f5b7688bf4024ec7fe45f064'
- 'cac20c37f0e77ba62a8138788f4ccabb')
-
-build() {
-  cd $srcdir/zathura-$pkgver
-  sed -i 's/rst2man/&2/' config.mk
-  make ZATHURA_GTK_VERSION=2
-}
-
-package() {
-  cd $srcdir/zathura-$pkgver
-  make install DESTDIR=$pkgdir ZATHURA_GTK_VERSION=2
-  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 100789, 
zathura/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-10 20:07:26 UTC (rev 100790)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Maintainer: Sergej Pupykin 
+# Contributor: ML 
+
+pkgname=zathura
+pkgver=0.2.5
+pkgrel=1
+pkgdesc="a document viewer"
+arch=('i686' 'x86_64')
+url="http://pwmt.org/projects/zathura/";
+license=('custom')
+depends=('girara-gtk2' 'sqlite' 'desktop-file-utils')
+makedepends=('python2-docutils')
+optdepends=('zathura-djvu' 'zathura-pdf-poppler' 'zathura-pdf-mupdf' 
'zathura-ps')
+install=zathura.install
+source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
+   bash-completion)
+md5sums=('a16bd5a892423f14b2f08e0312c42d21'
+ 'cac20c37f0e77ba62a8138788f4ccabb')
+
+build() {
+  cd $srcdir/zathura-$pkgver
+  sed -i 's/rst2man/&2/' config.mk
+  make ZATHURA_GTK_VERSION=2
+}
+
+package() {
+  cd $srcdir/zathura-$pkgver
+  make install DESTDIR=$pkgdir ZATHURA_GTK_VERSION=2
+  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  2013-11-10 20:07:09 UTC (rev 100789)
+++ community-i686/bash-completion  2013-11-10 20:07:26 UTC (rev 100790)
@@ -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="$EXT

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

2013-08-15 Thread Sergej Pupykin
Date: Thursday, August 15, 2013 @ 11:04:56
  Author: spupykin
Revision: 95629

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

Added:
  zathura/repos/community-i686/PKGBUILD
(from rev 95628, zathura/trunk/PKGBUILD)
  zathura/repos/community-i686/bash-completion
(from rev 95628, zathura/trunk/bash-completion)
  zathura/repos/community-i686/zathura.install
(from rev 95628, zathura/trunk/zathura.install)
  zathura/repos/community-x86_64/PKGBUILD
(from rev 95628, zathura/trunk/PKGBUILD)
  zathura/repos/community-x86_64/bash-completion
(from rev 95628, zathura/trunk/bash-completion)
  zathura/repos/community-x86_64/zathura.install
(from rev 95628, zathura/trunk/zathura.install)
Deleted:
  zathura/repos/community-i686/PKGBUILD
  zathura/repos/community-i686/bash-completion
  zathura/repos/community-i686/zathura.install
  zathura/repos/community-x86_64/PKGBUILD
  zathura/repos/community-x86_64/bash-completion
  zathura/repos/community-x86_64/zathura.install

--+
 /PKGBUILD|   66 +
 /bash-completion |   58 
 /zathura.install |   28 +++
 community-i686/PKGBUILD  |   33 --
 community-i686/bash-completion   |   29 
 community-i686/zathura.install   |   14 ---
 community-x86_64/PKGBUILD|   33 --
 community-x86_64/bash-completion |   29 
 community-x86_64/zathura.install |   14 ---
 9 files changed, 152 insertions(+), 152 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-15 09:04:37 UTC (rev 95628)
+++ community-i686/PKGBUILD 2013-08-15 09:04:56 UTC (rev 95629)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Maintainer: Sergej Pupykin 
-# Contributor: ML 
-
-pkgname=zathura
-pkgver=0.2.3
-pkgrel=1
-pkgdesc="a document viewer"
-arch=('i686' 'x86_64')
-url="http://pwmt.org/projects/zathura/";
-license=('custom')
-depends=('girara-gtk2' 'sqlite' 'desktop-file-utils')
-makedepends=('python2-docutils')
-optdepends=('zathura-djvu' 'zathura-pdf-poppler' 'zathura-pdf-mupdf' 
'zathura-ps')
-install=zathura.install
-source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
-   bash-completion)
-md5sums=('c0265fd9fa64a37b01d729efb75a7c32'
- 'cac20c37f0e77ba62a8138788f4ccabb')
-
-build() {
-  cd $srcdir/zathura-$pkgver
-  sed -i 's/rst2man/&2/' config.mk
-  make ZATHURA_GTK_VERSION=2
-}
-
-package() {
-  cd $srcdir/zathura-$pkgver
-  make install DESTDIR=$pkgdir ZATHURA_GTK_VERSION=2
-  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 95628, 
zathura/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-15 09:04:56 UTC (rev 95629)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Maintainer: Sergej Pupykin 
+# Contributor: ML 
+
+pkgname=zathura
+pkgver=0.2.4
+pkgrel=1
+pkgdesc="a document viewer"
+arch=('i686' 'x86_64')
+url="http://pwmt.org/projects/zathura/";
+license=('custom')
+depends=('girara-gtk2' 'sqlite' 'desktop-file-utils')
+makedepends=('python2-docutils')
+optdepends=('zathura-djvu' 'zathura-pdf-poppler' 'zathura-pdf-mupdf' 
'zathura-ps')
+install=zathura.install
+source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
+   bash-completion)
+md5sums=('935c6e15f5b7688bf4024ec7fe45f064'
+ 'cac20c37f0e77ba62a8138788f4ccabb')
+
+build() {
+  cd $srcdir/zathura-$pkgver
+  sed -i 's/rst2man/&2/' config.mk
+  make ZATHURA_GTK_VERSION=2
+}
+
+package() {
+  cd $srcdir/zathura-$pkgver
+  make install DESTDIR=$pkgdir ZATHURA_GTK_VERSION=2
+  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  2013-08-15 09:04:37 UTC (rev 95628)
+++ community-i686/bash-completion  2013-08-15 09:04:56 UTC (rev 95629)
@@ -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|c

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

2013-05-13 Thread Sergej Pupykin
Date: Monday, May 13, 2013 @ 12:03:23
  Author: spupykin
Revision: 90594

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

Added:
  zathura/repos/community-i686/PKGBUILD
(from rev 90593, zathura/trunk/PKGBUILD)
  zathura/repos/community-i686/bash-completion
(from rev 90593, zathura/trunk/bash-completion)
  zathura/repos/community-i686/zathura.install
(from rev 90593, zathura/trunk/zathura.install)
  zathura/repos/community-x86_64/PKGBUILD
(from rev 90593, zathura/trunk/PKGBUILD)
  zathura/repos/community-x86_64/bash-completion
(from rev 90593, zathura/trunk/bash-completion)
  zathura/repos/community-x86_64/zathura.install
(from rev 90593, zathura/trunk/zathura.install)
Deleted:
  zathura/repos/community-i686/PKGBUILD
  zathura/repos/community-i686/bash-completion
  zathura/repos/community-i686/zathura.install
  zathura/repos/community-x86_64/PKGBUILD
  zathura/repos/community-x86_64/bash-completion
  zathura/repos/community-x86_64/zathura.install

--+
 /PKGBUILD|   66 +
 /bash-completion |   58 
 /zathura.install |   28 +++
 community-i686/PKGBUILD  |   33 --
 community-i686/bash-completion   |   29 
 community-i686/zathura.install   |   14 ---
 community-x86_64/PKGBUILD|   33 --
 community-x86_64/bash-completion |   29 
 community-x86_64/zathura.install |   14 ---
 9 files changed, 152 insertions(+), 152 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-13 10:02:56 UTC (rev 90593)
+++ community-i686/PKGBUILD 2013-05-13 10:03:23 UTC (rev 90594)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace 
-# Maintainer: Sergej Pupykin 
-# Contributor: ML 
-
-pkgname=zathura
-pkgver=0.2.2
-pkgrel=1
-pkgdesc="a document viewer"
-arch=('i686' 'x86_64')
-url="http://pwmt.org/projects/zathura/";
-license=('custom')
-depends=('girara-gtk2' 'sqlite' 'desktop-file-utils')
-makedepends=('python2-docutils')
-optdepends=('zathura-djvu' 'zathura-pdf-poppler' 'zathura-ps')
-install=zathura.install
-source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
-   bash-completion)
-md5sums=('51558163e942b52036ee00c60bd1500c'
- 'cac20c37f0e77ba62a8138788f4ccabb')
-
-build() {
-  cd $srcdir/zathura-$pkgver
-  sed -i 's/rst2man/&2/' config.mk
-  make ZATHURA_GTK_VERSION=2
-}
-
-package() {
-  cd $srcdir/zathura-$pkgver
-  make install DESTDIR=$pkgdir ZATHURA_GTK_VERSION=2
-  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 90593, 
zathura/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-13 10:03:23 UTC (rev 90594)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Daniel Wallace 
+# Maintainer: Sergej Pupykin 
+# Contributor: ML 
+
+pkgname=zathura
+pkgver=0.2.3
+pkgrel=1
+pkgdesc="a document viewer"
+arch=('i686' 'x86_64')
+url="http://pwmt.org/projects/zathura/";
+license=('custom')
+depends=('girara-gtk2' 'sqlite' 'desktop-file-utils')
+makedepends=('python2-docutils')
+optdepends=('zathura-djvu' 'zathura-pdf-poppler' 'zathura-pdf-mupdf' 
'zathura-ps')
+install=zathura.install
+source=(http://pwmt.org/projects/zathura/download/zathura-$pkgver.tar.gz
+   bash-completion)
+md5sums=('c0265fd9fa64a37b01d729efb75a7c32'
+ 'cac20c37f0e77ba62a8138788f4ccabb')
+
+build() {
+  cd $srcdir/zathura-$pkgver
+  sed -i 's/rst2man/&2/' config.mk
+  make ZATHURA_GTK_VERSION=2
+}
+
+package() {
+  cd $srcdir/zathura-$pkgver
+  make install DESTDIR=$pkgdir ZATHURA_GTK_VERSION=2
+  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  2013-05-13 10:02:56 UTC (rev 90593)
+++ community-i686/bash-completion  2013-05-13 10:03:23 UTC (rev 90594)
@@ -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"