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

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


    Date: Saturday, March 24, 2018 @ 12:34:37
  Author: demize
Revision: 311888

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   61 +++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 33 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-24 12:34:29 UTC (rev 311887)
+++ PKGBUILD	2018-03-24 12:34:37 UTC (rev 311888)
@@ -1,28 +0,0 @@
-# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
-# Contributor: Lex Black <autumn-wind at web dot de>
-
-pkgname=zathura-cb
-pkgver=0.1.7
-pkgrel=1
-
-pkgdesc="Adds comic book support to zathura"
-url="http://pwmt.org/projects/zathura-cb/"
-arch=('x86_64')
-license=('custom:zlib')
-
-depends=('zathura' 'libarchive' 'desktop-file-utils')
-
-source=(https://pwmt.org/projects/zathura-cb/download/zathura-cb-$pkgver.tar.gz)
-
-sha1sums=('4b17bc78d8f057e0da1a66f6e6de295938fb55e0')
-
-build() {
-  make -C zathura-cb-$pkgver
-}
-
-package() {
-  cd zathura-cb-$pkgver
-
-  make DESTDIR="$pkgdir" install
-  install -Dm664 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: zathura-cb/repos/community-x86_64/PKGBUILD (from rev 311887, zathura-cb/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-03-24 12:34:37 UTC (rev 311888)
@@ -0,0 +1,33 @@
+# Maintainer: Johannes Löthberg <johannes at kyriasis.com>
+# Contributor: Lex Black <autumn-wind at web dot de>
+
+pkgname=zathura-cb
+pkgver=0.1.8
+pkgrel=1
+
+pkgdesc="Adds comic book support to zathura"
+url="http://pwmt.org/projects/zathura-cb/"
+arch=('x86_64')
+license=('custom:zlib')
+
+depends=('zathura' 'libarchive' 'desktop-file-utils')
+makedepends=('meson' 'ninja')
+
+source=(https://pwmt.org/projects/zathura-cb/download/zathura-cb-$pkgver.tar.xz)
+
+sha1sums=('91134206ccb0f0488ceebb8fcfaf86e1bbeb1e3c')
+
+build() {
+  cd zathura-cb-$pkgver
+  arch-meson build
+
+  cd build
+  ninja
+}
+
+package() {
+  cd zathura-cb-$pkgver/build
+
+  DESTDIR="$pkgdir" ninja install
+  install -Dm664 ../LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list