21 lines
776 B
Bash
21 lines
776 B
Bash
# Template file for 'qownnotes'
|
|
pkgname=qownnotes
|
|
version=23.2.3
|
|
revision=1
|
|
build_style=qmake
|
|
hostmakedepends="pkg-config qt5-qmake qt5-host-tools"
|
|
makedepends="botan-devel qt5-declarative-devel qt5-svg-devel
|
|
qt5-xmlpatterns-devel qt5-websockets-devel qt5-x11extras-devel"
|
|
depends="qt5-plugin-sqlite"
|
|
short_desc="Plain-text file notepad and todo-list manager with markdown support"
|
|
maintainer="travankor <travankor@tuta.io>"
|
|
license="GPL-2.0-only"
|
|
homepage="https://www.qownnotes.org"
|
|
changelog="https://www.qownnotes.org/changelog.html"
|
|
distfiles="https://download.tuxfamily.org/qownnotes/src/qownnotes-${version}.tar.xz"
|
|
checksum=a7e76c8ed93c2c708a9707b68db88c19b56d3d20006bc1d0e343fd06a091fdb8
|
|
|
|
pre_build() {
|
|
vsed -i '5i USE_SYSTEM_BOTAN = 1' libraries/botan/botan.pri
|
|
}
|