Date: Saturday, March 24, 2018 @ 13:49:44
  Author: demize
Revision: 311942

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   59 +++++++++++++++++++++++++++++++----------------------------
 1 file changed, 31 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD    2018-03-24 13:49:08 UTC (rev 311941)
+++ PKGBUILD    2018-03-24 13:49:44 UTC (rev 311942)
@@ -1,28 +0,0 @@
-# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
-# Maintainer: Johannes Löthberg <johan...@kyriasis.com>
-# Contributor: Sergej Pupykin <pupykin.s+a...@gmail.com>
-# Contributor: karnath <karnathtorj...@gmail.com>
-
-pkgname=zathura-ps
-pkgver=0.2.5
-pkgrel=1
-
-pkgdesc="Adds ps support to zathura by using the libspectre library"
-url="https://pwmt.org/projects/zathura-ps";
-arch=('x86_64')
-license=('custom')
-
-depends=('libspectre' 'zathura' 'desktop-file-utils')
-
-source=(https://pwmt.org/projects/zathura/plugins/download/zathura-ps-$pkgver.tar.gz)
-
-sha1sums=('818c6adc1fba53d4e13921256c135ecd16e28bf0')
-
-build(){
-  make -C zathura-ps-$pkgver
-}
-
-package(){
-  make -C zathura-ps-$pkgver DESTDIR="$pkgdir" install
-  install -Dm0644 zathura-ps-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: zathura-ps/repos/community-x86_64/PKGBUILD (from rev 311941, 
zathura-ps/trunk/PKGBUILD)
===================================================================
--- PKGBUILD                            (rev 0)
+++ PKGBUILD    2018-03-24 13:49:44 UTC (rev 311942)
@@ -0,0 +1,31 @@
+# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
+# Maintainer: Johannes Löthberg <johan...@kyriasis.com>
+# Contributor: Sergej Pupykin <pupykin.s+a...@gmail.com>
+# Contributor: karnath <karnathtorj...@gmail.com>
+
+pkgname=zathura-ps
+pkgver=0.2.6
+pkgrel=1
+
+pkgdesc="Adds ps support to zathura by using the libspectre library"
+url="https://pwmt.org/projects/zathura-ps";
+arch=('x86_64')
+license=('custom')
+
+depends=('libspectre' 'zathura' 'desktop-file-utils')
+makedepends=('meson' 'ninja')
+
+source=(https://pwmt.org/projects/zathura/plugins/download/zathura-ps-$pkgver.tar.xz)
+
+sha1sums=('c780a9476204b1dbfc8113fbe871e0913812fe75')
+
+build(){
+  cd zathura-ps-$pkgver
+  arch-meson build
+  ninja -C build
+}
+
+package(){
+  DESTDIR="$pkgdir" ninja -C zathura-ps-$pkgver/build install
+  install -Dm0644 zathura-ps-$pkgver/LICENSE 
"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}

Reply via email to