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

Daniel Wallace dwallace at nymeria.archlinux.org
Wed May 22 23:23:12 UTC 2013


    Date: Thursday, May 23, 2013 @ 01:23:11
  Author: dwallace
Revision: 91452

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-05-22 23:22:36 UTC (rev 91451)
+++ community-i686/PKGBUILD	2013-05-22 23:23:11 UTC (rev 91452)
@@ -1,25 +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.2
-pkgrel=1
-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')
-source=("https://pwmt.org/projects/zathura/plugins/download/zathura-djvu-$pkgver.tar.gz")
-md5sums=('38344cb762e1f5b5fe66f6ef49ac173f')
-
-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 91451, zathura-djvu/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-05-22 23:23:11 UTC (rev 91452)
@@ -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.3
+pkgrel=1
+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/zathura-djvu.install (from rev 91451, zathura-djvu/trunk/zathura-djvu.install)
===================================================================
--- community-i686/zathura-djvu.install	                        (rev 0)
+++ community-i686/zathura-djvu.install	2013-05-22 23:23:11 UTC (rev 91452)
@@ -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	2013-05-22 23:22:36 UTC (rev 91451)
+++ community-x86_64/PKGBUILD	2013-05-22 23:23:11 UTC (rev 91452)
@@ -1,25 +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.2
-pkgrel=1
-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')
-source=("https://pwmt.org/projects/zathura/plugins/download/zathura-djvu-$pkgver.tar.gz")
-md5sums=('38344cb762e1f5b5fe66f6ef49ac173f')
-
-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 91451, zathura-djvu/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-05-22 23:23:11 UTC (rev 91452)
@@ -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.3
+pkgrel=1
+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/zathura-djvu.install (from rev 91451, zathura-djvu/trunk/zathura-djvu.install)
===================================================================
--- community-x86_64/zathura-djvu.install	                        (rev 0)
+++ community-x86_64/zathura-djvu.install	2013-05-22 23:23:11 UTC (rev 91452)
@@ -0,0 +1,6 @@
+post_install(){
+    update-desktop-database -q
+}
+post_remove(){
+    update-desktop-database -q
+}




More information about the arch-commits mailing list