Date: Sunday, March 5, 2023 @ 13:27:48
Author: antiz
Revision: 1413418
archrelease: copy trunk to community-x86_64
Added:
zathura-djvu/repos/community-x86_64/PKGBUILD
(from rev 1413417, zathura-djvu/trunk/PKGBUILD)
Deleted:
zathura-djvu/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 65 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 33 insertions(+), 32 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2023-03-05 13:27:19 UTC (rev 1413417)
+++ PKGBUILD 2023-03-05 13:27:48 UTC (rev 1413418)
@@ -1,32 +0,0 @@
-# Maintainer: Johannes Löthberg <[email protected]>
-# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
-# Contributor: Sergej Pupykin <[email protected]>
-# Contributor: karnath <[email protected]>
-
-pkgname=zathura-djvu
-pkgver=0.2.9
-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=(zathura-djvu-$pkgver.tar.gz::https://github.com/pwmt/zathura-djvu/archive/$pkgver.tar.gz)
-
-sha1sums=('a0b95991138729fd918c5ea2c3a5a8193696fe65')
-
-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
-}
-
Copied: zathura-djvu/repos/community-x86_64/PKGBUILD (from rev 1413417,
zathura-djvu/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2023-03-05 13:27:48 UTC (rev 1413418)
@@ -0,0 +1,33 @@
+# Maintainer: Johannes Löthberg <[email protected]>
+# Maintainer: Robin Candau <[email protected]>
+# Contributor: Daniel Wallace <danielwallace at gtmanfred dot com>
+# Contributor: Sergej Pupykin <[email protected]>
+# Contributor: karnath <[email protected]>
+
+pkgname=zathura-djvu
+pkgver=0.2.9
+pkgrel=2
+
+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=(zathura-djvu-$pkgver.tar.gz::https://github.com/pwmt/zathura-djvu/archive/$pkgver.tar.gz)
+
+sha256sums=('84fae6da42e7cdc2e49ed4cd4f0315ac09716e95358b9c7487803a2cff47dbca')
+
+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
+}
+