Skip to content
Snippets Groups Projects
Commit b36787bc authored by Jean-Louis Fuchs's avatar Jean-Louis Fuchs Committed by Natanael Copa
Browse files

community/zathura-ps: upgrade to 0.2.6

Upstream switched to meson build
parent 6eaee049
No related branches found
No related tags found
No related merge requests found
...@@ -2,27 +2,29 @@ ...@@ -2,27 +2,29 @@
# Contributor: Jean-Louis Fuchs <ganwell@fangorn.ch> # Contributor: Jean-Louis Fuchs <ganwell@fangorn.ch>
# Maintainer: Jean-Louis Fuchs <ganwell@fangorn.ch> # Maintainer: Jean-Louis Fuchs <ganwell@fangorn.ch>
pkgname=zathura-ps pkgname=zathura-ps
pkgver=0.2.5 pkgver=0.2.6
pkgrel=0 pkgrel=0
pkgdesc="zathura-ps - plugin adds PostScript support to zathura" pkgdesc="zathura-ps - plugin adds PostScript support to zathura"
url="https://pwmt.org/projects/$pkgname" url="https://pwmt.org/projects/$pkgname"
arch="all" arch="all"
license="zlib" license="zlib"
depends="zathura" depends="zathura"
makedepends="zathura-dev poppler-dev libspectre-dev" makedepends="zathura-dev poppler-dev libspectre-dev meson ninja"
source="https://pwmt.org/projects/zathura-ps/download/zathura-ps-$pkgver.tar.gz" source="https://pwmt.org/projects/zathura-ps/download/zathura-ps-$pkgver.tar.xz"
options="!check" options="!check"
builddir="$srcdir/$pkgname-$pkgver" builddir="$srcdir/$pkgname-$pkgver"
build() { build() {
make -C "$builddir" cd "$builddir"
meson build --prefix=/usr
ninja -C build
} }
package() { package() {
make PREFIX=/usr DESTDIR="$pkgdir" \ cd "$builddir"
-C "$builddir" install DESTDIR="$pkgdir" ninja -C build install
} }
sha512sums="043898fdca56bee28a8e2af61d3216af25e222c0a137737e599881bb21e805dd8a609ff2901a50763bdbb34bf2e3fca2afaf1a59b715f3ba6aa067971c99c258 zathura-ps-0.2.5.tar.gz" sha512sums="6631f9b1c951b6f91f2a5217c3de47176205102206f15b596fb21285dae8d01fd759cfaca1b8a23bf47166dfbc3f8cf6061ce5a4d7a1c3a2b671a3beef5a07bb zathura-ps-0.2.6.tar.xz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment