[arch-commits] Commit in zathura-djvu/repos/community-x86_64 (PKGBUILD PKGBUILD)

Johannes Löthberg demize at archlinux.org
Sat Mar 24 12:39:51 UTC 2018


    Date: Saturday, March 24, 2018 @ 12:39:51
  Author: demize
Revision: 311904

archrelease: copy trunk to community-x86_64

Added:
  zathura-djvu/repos/community-x86_64/PKGBUILD
    (from rev 311903, zathura-djvu/trunk/PKGBUILD)
Deleted:
  zathura-djvu/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   63 +++++++++++++++++++++++++++++++------------------------------
 1 file changed, 33 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-24 12:39:26 UTC (rev 311903)
+++ PKGBUILD	2018-03-24 12:39:51 UTC (rev 311904)
@@ -1,30 +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.7
-pkgrel=1
-
-pkgdesc="DjVu support for Zathura"
-url="https://pwmt.org/projects/zathura-djvu/"
-arch=('x86_64')
-license=('custom')
-
-depends=('djvulibre' 'zathura' 'desktop-file-utils')
-
-source=(https://pwmt.org/projects/zathura/plugins/download/zathura-djvu-$pkgver.tar.gz)
-
-sha1sums=('90f39016a5de8623ea5e31aa56ed7c38a2f11919')
-
-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 311903, zathura-djvu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-24 12:39:51 UTC (rev 311904)
@@ -0,0 +1,33 @@
+# $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.8
+pkgrel=1
+
+pkgdesc="DjVu support for Zathura"
+url="https://pwmt.org/projects/zathura-djvu/"
+arch=('x86_64')
+license=('custom')
+
+depends=('djvulibre' 'zathura' 'desktop-file-utils')
+makedepends=('meson' 'ninja')
+
+source=(https://pwmt.org/projects/zathura/plugins/download/zathura-djvu-$pkgver.tar.xz)
+
+sha1sums=('5b567669ce175d0b223d5e6d81c7508f41e917e6')
+
+build(){
+  cd zathura-djvu-$pkgver
+  arch-meson build
+  ninja -C build
+}
+
+package(){
+  DESTDIR="$pkgdir" ninja -C zathura-djvu-$pkgver/build install
+  install -Dm0644 zathura-djvu-$pkgver/LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}
+



More information about the arch-commits mailing list