paps: update to 0.7.1.

This commit is contained in:
Leah Neukirchen 2019-10-27 15:11:07 +01:00
parent 122ebd4d8e
commit bee59b1d73

View file

@ -1,17 +1,15 @@
# Template file for 'paps'
pkgname=paps
version=0.7.0
version=0.7.1
revision=1
build_style=gnu-configure
hostmakedepends="automake pkg-config"
build_style=meson
hostmakedepends="pkg-config cmake"
makedepends="pango-devel freetype-devel"
short_desc="UTF-8 to PostScript converter via Pango"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="LGPL-2.0-or-later"
homepage="https://github.com/dov/paps"
distfiles="https://github.com/dov/paps/archive/${version}.tar.gz"
checksum=7a18e8096944a21e0d9fcfb389770d1e7672ba90569180cb5d45984914cedb13
distfiles="https://github.com/dov/paps/archive/v${version}.tar.gz"
checksum=b8cbd16f8dd5832ecfa9907d31411b35a7f12d81a5ec472a1555d00a8a205e0e
pre_configure() {
autoreconf -fi
}
CFLAGS="-D_XOPEN_SOURCE"