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

Daniel Wallace dwallace at archlinux.org
Mon May 25 22:53:12 UTC 2015


    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 <danielwallace at gtmanfred dot com>
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: ML <neldoreth>
-
-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 <danielwallace at gtmanfred dot com>
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: ML <neldoreth>
+
+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"
-        ;;
-      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 134096, zathura/trunk/bash-completion)
===================================================================
--- community-i686/bash-completion	                        (rev 0)
+++ community-i686/bash-completion	2015-05-25 22:53:12 UTC (rev 134097)
@@ -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	2015-05-25 22:52:32 UTC (rev 134096)
+++ community-i686/zathura.install	2015-05-25 22:53:12 UTC (rev 134097)
@@ -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 134096, zathura/trunk/zathura.install)
===================================================================
--- community-i686/zathura.install	                        (rev 0)
+++ community-i686/zathura.install	2015-05-25 22:53:12 UTC (rev 134097)
@@ -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/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-05-25 22:52:32 UTC (rev 134096)
+++ community-x86_64/PKGBUILD	2015-05-25 22:53:12 UTC (rev 134097)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: ML <neldoreth>
-
-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-x86_64/PKGBUILD (from rev 134096, zathura/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2015-05-25 22:53:12 UTC (rev 134097)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: ML <neldoreth>
+
+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-x86_64/bash-completion
===================================================================
--- community-x86_64/bash-completion	2015-05-25 22:52:32 UTC (rev 134096)
+++ community-x86_64/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"
-        ;;
-      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 134096, zathura/trunk/bash-completion)
===================================================================
--- community-x86_64/bash-completion	                        (rev 0)
+++ community-x86_64/bash-completion	2015-05-25 22:53:12 UTC (rev 134097)
@@ -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	2015-05-25 22:52:32 UTC (rev 134096)
+++ community-x86_64/zathura.install	2015-05-25 22:53:12 UTC (rev 134097)
@@ -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 134096, zathura/trunk/zathura.install)
===================================================================
--- community-x86_64/zathura.install	                        (rev 0)
+++ community-x86_64/zathura.install	2015-05-25 22:53:12 UTC (rev 134097)
@@ -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