e12057af0d
Also: - add a patch to fix building on musl - remove configure_args - no longer needed on musl. (both changes by @tornaria)
23 lines
863 B
Bash
23 lines
863 B
Bash
# Template file for 'xournalpp'
|
|
pkgname=xournalpp
|
|
version=1.1.1
|
|
revision=1
|
|
build_style=cmake
|
|
hostmakedepends="pkg-config gettext"
|
|
makedepends="libxml2-devel libcppunit-devel poppler-glib-devel gtk+3-devel
|
|
portaudio-cpp-devel libsndfile-devel libzip-devel librsvg-devel lua53-devel"
|
|
short_desc="Handwriting Notetaking software with PDF annotation support"
|
|
maintainer="mobinmob <mobinmob@disroot.org>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="https://xournalpp.github.io/"
|
|
changelog="https://raw.githubusercontent.com/xournalpp/xournalpp/master/CHANGELOG.md"
|
|
distfiles="https://github.com/xournalpp/xournalpp/archive/refs/tags/v${version}.tar.gz"
|
|
checksum=0d7fea5392758d5180eb24cc219660e997f087ae5a62d5f30515a063f81252e2
|
|
|
|
if [ -z "$CROSS_BUILD" ]; then
|
|
hostmakedepends+=" help2man"
|
|
fi
|
|
|
|
case "$XBPS_TARGET_MACHINE" in
|
|
*-musl) makedepends+=" libexecinfo-devel";;
|
|
esac
|