Date: Sunday, March 5, 2023 @ 13:43:49
Author: antiz
Revision: 1413528
archrelease: copy trunk to community-x86_64
Added:
zathura-ps/repos/community-x86_64/PKGBUILD
(from rev 1413526, zathura-ps/trunk/PKGBUILD)
Deleted:
zathura-ps/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 61 +++++++++++++++++++++++++++++++------------------------------
1 file changed, 31 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-05 13:43:49 UTC (rev 1413527)
+++ PKGBUILD 2023-03-05 13:43:49 UTC (rev 1413528)
@@ -1,30 +0,0 @@
-# Maintainer: Johannes Löthberg <[email protected]>
-# Contributor: Sergej Pupykin <[email protected]>
-# Contributor: karnath <[email protected]>
-
-pkgname=zathura-ps
-pkgver=0.2.7
-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=(zathura-ps-$pkgver.tar.gz::https://github.com/pwmt/zathura-ps/archive/$pkgver.tar.gz)
-
-sha512sums=('b7074d941180938cc5ab3756c587d2bb7e6a87a04707c04eb9707664966ef6fb2f2b8e7b60cb5be0a2548ebb8ab4d2759aa9727f02085946fe6c66a0c559639d')
-
-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 1413526,
zathura-ps/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-05 13:43:49 UTC (rev 1413528)
@@ -0,0 +1,31 @@
+# Maintainer: Johannes Löthberg <[email protected]>
+# Maintainer: Robin Candau <[email protected]>
+# Contributor: Sergej Pupykin <[email protected]>
+# Contributor: karnath <[email protected]>
+
+pkgname=zathura-ps
+pkgver=0.2.7
+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)
+
+sha512sums=('b7074d941180938cc5ab3756c587d2bb7e6a87a04707c04eb9707664966ef6fb2f2b8e7b60cb5be0a2548ebb8ab4d2759aa9727f02085946fe6c66a0c559639d')
+
+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
+}