2019-02-15 00:21:12 +01:00
|
|
|
# Template file for 'xournalpp'
|
|
|
|
pkgname=xournalpp
|
2019-04-11 15:40:02 +02:00
|
|
|
version=1.0.10
|
|
|
|
revision=1
|
2019-02-15 00:21:12 +01:00
|
|
|
build_style=cmake
|
2019-02-25 03:25:48 +01:00
|
|
|
hostmakedepends="pkg-config git texlive-bin"
|
2019-02-15 00:21:12 +01:00
|
|
|
makedepends="libxml2-devel libcppunit-devel poppler-glib-devel gtk+3-devel
|
2019-04-11 15:40:02 +02:00
|
|
|
portaudio-cpp-devel libsndfile-devel libzip-devel"
|
2019-02-15 00:21:12 +01:00
|
|
|
depends="texlive-bin"
|
|
|
|
short_desc="Handwriting Notetaking software with PDF annotation support"
|
|
|
|
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"
|
2019-04-11 15:40:02 +02:00
|
|
|
checksum=1583cfb34267a0f03273e5894b3f47833cdbbdb1b1bd2130287c9f805ece95c8
|
2019-02-15 00:21:12 +01:00
|
|
|
|
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
2019-02-20 11:46:29 +01:00
|
|
|
*-musl) makedepends+=" libexecinfo-devel"
|
|
|
|
configure_args+=" -Dxournalpp_LDFLAGS=-lexecinfo";;
|
2019-02-15 00:21:12 +01:00
|
|
|
esac
|