xournalpp: update to 1.0.18.

This commit is contained in:
mobinmob 2020-02-03 19:22:19 +02:00 committed by Helmut Pozimski
parent 685c0d798f
commit 132e7e32aa
2 changed files with 7 additions and 3 deletions

View file

@ -0,0 +1,4 @@
You need to install the standalone package to use LaTeX with
xournalpp. The following command will install it (needs root privileges).
'tlmgr install standalone'

View file

@ -1,9 +1,9 @@
# Template file for 'xournalpp'
pkgname=xournalpp
version=1.0.15
version=1.0.18
revision=1
build_style=cmake
hostmakedepends="pkg-config git texlive-bin"
hostmakedepends="pkg-config gettext"
makedepends="libxml2-devel libcppunit-devel poppler-glib-devel gtk+3-devel
portaudio-cpp-devel libsndfile-devel libzip-devel"
depends="texlive-bin"
@ -12,7 +12,7 @@ maintainer="mobinmob <mobinmob@disroot.org>"
license="GPL-2.0-or-later"
homepage="https://github.com/xournalpp/xournalpp"
distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz"
checksum=c4d035fe2a356318810f9757e079048935898a75c1ed38a1262eb6a0609d4c54
checksum=f13178f67fc5c4eed566a09a16cbee80655a6bb7ab4425b4bc3962e8b608c215
case "$XBPS_TARGET_MACHINE" in
*-musl) makedepends+=" libexecinfo-devel"