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

Johannes Löthberg demize at archlinux.org
Wed Apr 27 20:21:40 UTC 2016


    Date: Wednesday, April 27, 2016 @ 22:21:40
  Author: demize
Revision: 172173

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

Added:
  zathura-djvu/repos/community-i686/PKGBUILD
    (from rev 172172, zathura-djvu/trunk/PKGBUILD)
  zathura-djvu/repos/community-x86_64/PKGBUILD
    (from rev 172172, zathura-djvu/trunk/PKGBUILD)
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                             |   60 ++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD               |   31 ----------------
 community-i686/zathura-djvu.install   |    6 ---
 community-x86_64/PKGBUILD             |   31 ----------------
 community-x86_64/zathura-djvu.install |    6 ---
 5 files changed, 60 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-04-27 20:21:21 UTC (rev 172172)
+++ community-i686/PKGBUILD	2016-04-27 20:21:40 UTC (rev 172173)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: karnath <karnathtorjian at gmail.com>
-
-pkgname=zathura-djvu
-pkgver=0.2.5
-pkgrel=1
-
-pkgdesc="DjVu support for Zathura"
-url="https://pwmt.org/projects/zathura-djvu/"
-arch=('i686' 'x86_64')
-license=('custom')
-
-depends=('djvulibre' 'zathura')
-
-install=zathura-djvu.install
-source=(https://pwmt.org/projects/zathura/plugins/download/zathura-djvu-$pkgver.tar.gz)
-
-sha1sums=('9808c2f4c4dc025d10d3285db507cd79df721514')
-
-build(){
-  make -C zathura-djvu-$pkgver
-}
-
-package(){
-  make -C zathura-djvu-$pkgver DESTDIR="$pkgdir" install
-  install -Dm0644 zathura-djvu-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: zathura-djvu/repos/community-i686/PKGBUILD (from rev 172172, zathura-djvu/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-04-27 20:21:40 UTC (rev 172173)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: karnath <karnathtorjian at gmail.com>
+
+pkgname=zathura-djvu
+pkgver=0.2.5
+pkgrel=2
+
+pkgdesc="DjVu support for Zathura"
+url="https://pwmt.org/projects/zathura-djvu/"
+arch=('i686' 'x86_64')
+license=('custom')
+
+depends=('djvulibre' 'zathura' 'desktop-file-utils')
+
+source=(https://pwmt.org/projects/zathura/plugins/download/zathura-djvu-$pkgver.tar.gz)
+
+sha1sums=('9808c2f4c4dc025d10d3285db507cd79df721514')
+
+build(){
+  make -C zathura-djvu-$pkgver
+}
+
+package(){
+  make -C zathura-djvu-$pkgver DESTDIR="$pkgdir" install
+  install -Dm0644 zathura-djvu-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+

Deleted: community-i686/zathura-djvu.install
===================================================================
--- community-i686/zathura-djvu.install	2016-04-27 20:21:21 UTC (rev 172172)
+++ community-i686/zathura-djvu.install	2016-04-27 20:21:40 UTC (rev 172173)
@@ -1,6 +0,0 @@
-post_install(){
-    update-desktop-database -q
-}
-post_remove(){
-    update-desktop-database -q
-}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-04-27 20:21:21 UTC (rev 172172)
+++ community-x86_64/PKGBUILD	2016-04-27 20:21:40 UTC (rev 172173)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: karnath <karnathtorjian at gmail.com>
-
-pkgname=zathura-djvu
-pkgver=0.2.5
-pkgrel=1
-
-pkgdesc="DjVu support for Zathura"
-url="https://pwmt.org/projects/zathura-djvu/"
-arch=('i686' 'x86_64')
-license=('custom')
-
-depends=('djvulibre' 'zathura')
-
-install=zathura-djvu.install
-source=(https://pwmt.org/projects/zathura/plugins/download/zathura-djvu-$pkgver.tar.gz)
-
-sha1sums=('9808c2f4c4dc025d10d3285db507cd79df721514')
-
-build(){
-  make -C zathura-djvu-$pkgver
-}
-
-package(){
-  make -C zathura-djvu-$pkgver DESTDIR="$pkgdir" install
-  install -Dm0644 zathura-djvu-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}
-

Copied: zathura-djvu/repos/community-x86_64/PKGBUILD (from rev 172172, zathura-djvu/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-04-27 20:21:40 UTC (rev 172173)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: karnath <karnathtorjian at gmail.com>
+
+pkgname=zathura-djvu
+pkgver=0.2.5
+pkgrel=2
+
+pkgdesc="DjVu support for Zathura"
+url="https://pwmt.org/projects/zathura-djvu/"
+arch=('i686' 'x86_64')
+license=('custom')
+
+depends=('djvulibre' 'zathura' 'desktop-file-utils')
+
+source=(https://pwmt.org/projects/zathura/plugins/download/zathura-djvu-$pkgver.tar.gz)
+
+sha1sums=('9808c2f4c4dc025d10d3285db507cd79df721514')
+
+build(){
+  make -C zathura-djvu-$pkgver
+}
+
+package(){
+  make -C zathura-djvu-$pkgver DESTDIR="$pkgdir" install
+  install -Dm0644 zathura-djvu-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+

Deleted: community-x86_64/zathura-djvu.install
===================================================================
--- community-x86_64/zathura-djvu.install	2016-04-27 20:21:21 UTC (rev 172172)
+++ community-x86_64/zathura-djvu.install	2016-04-27 20:21:40 UTC (rev 172173)
@@ -1,6 +0,0 @@
-post_install(){
-    update-desktop-database -q
-}
-post_remove(){
-    update-desktop-database -q
-}



More information about the arch-commits mailing list