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