new package: xournalpp-1.0.8
closes #8926 Co-authored-by: maxice8 <thinkabit.ukim@gmail.com>
This commit is contained in:
parent
aaffd8a495
commit
538942c542
1 changed files with 19 additions and 0 deletions
19
srcpkgs/xournalpp/template
Normal file
19
srcpkgs/xournalpp/template
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Template file for 'xournalpp'
|
||||
pkgname=xournalpp
|
||||
version=1.0.8
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="pkgconf git texlive-bin"
|
||||
makedepends="libxml2-devel libcppunit-devel poppler-glib-devel gtk+3-devel
|
||||
portaudio-cpp-devel libsndfile-devel"
|
||||
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"
|
||||
checksum=95069296532119dd193a12cb560a510972614420679ee41d4cad9b0ce5a692ae
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
*-musl) broken="undefined reference to 'backtrace_symbols'" ;;
|
||||
esac
|
Loading…
Reference in a new issue