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

Johannes Löthberg demize at archlinux.org
Sun May 8 11:36:13 UTC 2016


    Date: Sunday, May 8, 2016 @ 13:36:12
  Author: demize
Revision: 174310

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

Added:
  zathura-cb/repos/community-i686/
  zathura-cb/repos/community-i686/PKGBUILD
    (from rev 174309, zathura-cb/trunk/PKGBUILD)
  zathura-cb/repos/community-x86_64/
  zathura-cb/repos/community-x86_64/PKGBUILD
    (from rev 174309, zathura-cb/trunk/PKGBUILD)

---------------------------+
 community-i686/PKGBUILD   |   30 ++++++++++++++++++++++++++++++
 community-x86_64/PKGBUILD |   30 ++++++++++++++++++++++++++++++
 2 files changed, 60 insertions(+)

Copied: zathura-cb/repos/community-i686/PKGBUILD (from rev 174309, zathura-cb/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-05-08 11:36:12 UTC (rev 174310)
@@ -0,0 +1,30 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Lex Black <autumn-wind at web dot de>
+
+pkgname=zathura-cb
+pkgver=0.1.5
+pkgrel=3
+
+pkgdesc="Adds comic book support to zathura"
+url="http://pwmt.org/projects/zathura-cb/"
+arch=('i686' 'x86_64')
+license=('custom')
+
+conflicts=('zathura-cb-git')
+
+depends=('zathura' 'libarchive' 'desktop-file-utils')
+
+source=(http://pwmt.org/projects/zathura-cb/download/zathura-cb-$pkgver.tar.gz)
+
+sha1sums=('a3de9fb4ae24b61c32bb8d46f1b0e733d484861a')
+
+build() {
+  make -C zathura-cb-$pkgver
+}
+
+package() {
+  cd zathura-cb-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  install -Dm664 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Copied: zathura-cb/repos/community-x86_64/PKGBUILD (from rev 174309, zathura-cb/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-05-08 11:36:12 UTC (rev 174310)
@@ -0,0 +1,30 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Lex Black <autumn-wind at web dot de>
+
+pkgname=zathura-cb
+pkgver=0.1.5
+pkgrel=3
+
+pkgdesc="Adds comic book support to zathura"
+url="http://pwmt.org/projects/zathura-cb/"
+arch=('i686' 'x86_64')
+license=('custom')
+
+conflicts=('zathura-cb-git')
+
+depends=('zathura' 'libarchive' 'desktop-file-utils')
+
+source=(http://pwmt.org/projects/zathura-cb/download/zathura-cb-$pkgver.tar.gz)
+
+sha1sums=('a3de9fb4ae24b61c32bb8d46f1b0e733d484861a')
+
+build() {
+  make -C zathura-cb-$pkgver
+}
+
+package() {
+  cd zathura-cb-$pkgver
+
+  make DESTDIR="$pkgdir" install
+  install -Dm664 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list