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

Felix Yan felixonmars at archlinux.org
Mon May 25 15:40:53 UTC 2020


    Date: Monday, May 25, 2020 @ 15:40:53
  Author: felixonmars
Revision: 634589

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   61 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 30 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-25 15:40:36 UTC (rev 634588)
+++ PKGBUILD	2020-05-25 15:40:53 UTC (rev 634589)
@@ -1,31 +0,0 @@
-# $Id: PKGBUILD 67819 2012-03-14 16:22:14Z spupykin $
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
-# Contributor: karnath <karnathtorjian at 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
-}

Copied: zathura-ps/repos/community-x86_64/PKGBUILD (from rev 634588, zathura-ps/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-25 15:40:53 UTC (rev 634589)
@@ -0,0 +1,30 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Sergej Pupykin <pupykin.s+arch at gmail.com>
+# Contributor: karnath <karnathtorjian at gmail.com>
+
+pkgname=zathura-ps
+pkgver=0.2.6
+pkgrel=2
+
+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=(zathura-ps-$pkgver.tar.gz::https://github.com/pwmt/zathura-ps/archive/$pkgver.tar.gz)
+
+sha1sums=('30e8443a29819a6bc9e49cc1d63a6efc025af4a9')
+
+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
+}



More information about the arch-commits mailing list