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

Bartłomiej Piotrowski bpiotrowski at archlinux.org
Mon Oct 20 05:49:21 UTC 2014


    Date: Monday, October 20, 2014 @ 07:49:20
  Author: bpiotrowski
Revision: 121012

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

Added:
  zathura-djvu/repos/community-i686/PKGBUILD
    (from rev 121011, zathura-djvu/trunk/PKGBUILD)
  zathura-djvu/repos/community-i686/zathura-djvu.install
    (from rev 121011, zathura-djvu/trunk/zathura-djvu.install)
  zathura-djvu/repos/community-x86_64/PKGBUILD
    (from rev 121011, zathura-djvu/trunk/PKGBUILD)
  zathura-djvu/repos/community-x86_64/zathura-djvu.install
    (from rev 121011, zathura-djvu/trunk/zathura-djvu.install)
Deleted:
  zathura-djvu/repos/community-i686/PKGBUILD
  zathura-djvu/repos/community-i686/zathura-djvu.install
  zathura-djvu/repos/community-x86_64/PKGBUILD
  zathura-djvu/repos/community-x86_64/zathura-djvu.install

---------------------------------------+
 /PKGBUILD                             |   52 ++++++++++++++++++++++++++++++++
 /zathura-djvu.install                 |   12 +++++++
 community-i686/PKGBUILD               |   26 ----------------
 community-i686/zathura-djvu.install   |    6 ---
 community-x86_64/PKGBUILD             |   26 ----------------
 community-x86_64/zathura-djvu.install |    6 ---
 6 files changed, 64 insertions(+), 64 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-10-20 05:49:11 UTC (rev 121011)
+++ community-i686/PKGBUILD	2014-10-20 05:49:20 UTC (rev 121012)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: karnath <karnathtorjian at gmail.com>
-
-pkgname=zathura-djvu
-pkgver=0.2.3
-pkgrel=2
-pkgdesc="Adds DjVu support to zathura by using the djvulibre library"
-arch=('i686' 'x86_64')
-url="https://pwmt.org/projects/zathura/plugins/zathura-djvu/"
-license=('custom')
-depends=('djvulibre' 'zathura')
-install="$pkgname.install"
-source=("https://pwmt.org/projects/zathura/plugins/download/zathura-djvu-$pkgver.tar.gz")
-md5sums=('a472f706d6f6384d8bc2750141a84fc6')
-
-build(){
-  make -C "${srcdir}/$pkgname-$pkgver"
-}
-
-package(){
-  make -C "${srcdir}/$pkgname-$pkgver" DESTDIR="$pkgdir" install
-  install -Dm0644 "${srcdir}/$pkgname-$pkgver/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: zathura-djvu/repos/community-i686/PKGBUILD (from rev 121011, zathura-djvu/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-10-20 05:49:20 UTC (rev 121012)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: karnath <karnathtorjian at gmail.com>
+
+pkgname=zathura-djvu
+pkgver=0.2.4
+pkgrel=1
+pkgdesc="DjVu support for Zathura"
+arch=('i686' 'x86_64')
+url="https://pwmt.org/projects/zathura-djvu/"
+license=('custom')
+depends=('djvulibre' 'zathura')
+install="$pkgname.install"
+source=("https://pwmt.org/projects/zathura/plugins/download/zathura-djvu-$pkgver.tar.gz")
+md5sums=('672a25dc9433b2541971c2e4e052bdd3')
+
+build(){
+  make -C "${srcdir}/$pkgname-$pkgver"
+}
+
+package(){
+  make -C "${srcdir}/$pkgname-$pkgver" DESTDIR="$pkgdir" install
+  install -Dm0644 "${srcdir}/$pkgname-$pkgver/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+

Deleted: community-i686/zathura-djvu.install
===================================================================
--- community-i686/zathura-djvu.install	2014-10-20 05:49:11 UTC (rev 121011)
+++ community-i686/zathura-djvu.install	2014-10-20 05:49:20 UTC (rev 121012)
@@ -1,6 +0,0 @@
-post_install(){
-    update-desktop-database -q
-}
-post_remove(){
-    update-desktop-database -q
-}

Copied: zathura-djvu/repos/community-i686/zathura-djvu.install (from rev 121011, zathura-djvu/trunk/zathura-djvu.install)
===================================================================
--- community-i686/zathura-djvu.install	                        (rev 0)
+++ community-i686/zathura-djvu.install	2014-10-20 05:49:20 UTC (rev 121012)
@@ -0,0 +1,6 @@
+post_install(){
+    update-desktop-database -q
+}
+post_remove(){
+    update-desktop-database -q
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-10-20 05:49:11 UTC (rev 121011)
+++ community-x86_64/PKGBUILD	2014-10-20 05:49:20 UTC (rev 121012)
@@ -1,26 +0,0 @@
-# $Id$
-# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: karnath <karnathtorjian at gmail.com>
-
-pkgname=zathura-djvu
-pkgver=0.2.3
-pkgrel=2
-pkgdesc="Adds DjVu support to zathura by using the djvulibre library"
-arch=('i686' 'x86_64')
-url="https://pwmt.org/projects/zathura/plugins/zathura-djvu/"
-license=('custom')
-depends=('djvulibre' 'zathura')
-install="$pkgname.install"
-source=("https://pwmt.org/projects/zathura/plugins/download/zathura-djvu-$pkgver.tar.gz")
-md5sums=('a472f706d6f6384d8bc2750141a84fc6')
-
-build(){
-  make -C "${srcdir}/$pkgname-$pkgver"
-}
-
-package(){
-  make -C "${srcdir}/$pkgname-$pkgver" DESTDIR="$pkgdir" install
-  install -Dm0644 "${srcdir}/$pkgname-$pkgver/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-}
-

Copied: zathura-djvu/repos/community-x86_64/PKGBUILD (from rev 121011, zathura-djvu/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-10-20 05:49:20 UTC (rev 121012)
@@ -0,0 +1,26 @@
+# $Id$
+# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: karnath <karnathtorjian at gmail.com>
+
+pkgname=zathura-djvu
+pkgver=0.2.4
+pkgrel=1
+pkgdesc="DjVu support for Zathura"
+arch=('i686' 'x86_64')
+url="https://pwmt.org/projects/zathura-djvu/"
+license=('custom')
+depends=('djvulibre' 'zathura')
+install="$pkgname.install"
+source=("https://pwmt.org/projects/zathura/plugins/download/zathura-djvu-$pkgver.tar.gz")
+md5sums=('672a25dc9433b2541971c2e4e052bdd3')
+
+build(){
+  make -C "${srcdir}/$pkgname-$pkgver"
+}
+
+package(){
+  make -C "${srcdir}/$pkgname-$pkgver" DESTDIR="$pkgdir" install
+  install -Dm0644 "${srcdir}/$pkgname-$pkgver/LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+}
+

Deleted: community-x86_64/zathura-djvu.install
===================================================================
--- community-x86_64/zathura-djvu.install	2014-10-20 05:49:11 UTC (rev 121011)
+++ community-x86_64/zathura-djvu.install	2014-10-20 05:49:20 UTC (rev 121012)
@@ -1,6 +0,0 @@
-post_install(){
-    update-desktop-database -q
-}
-post_remove(){
-    update-desktop-database -q
-}

Copied: zathura-djvu/repos/community-x86_64/zathura-djvu.install (from rev 121011, zathura-djvu/trunk/zathura-djvu.install)
===================================================================
--- community-x86_64/zathura-djvu.install	                        (rev 0)
+++ community-x86_64/zathura-djvu.install	2014-10-20 05:49:20 UTC (rev 121012)
@@ -0,0 +1,6 @@
+post_install(){
+    update-desktop-database -q
+}
+post_remove(){
+    update-desktop-database -q
+}



More information about the arch-commits mailing list