qownnotes: update to 24.2.1

This commit is contained in:
cinerea0 2024-02-13 17:17:55 -05:00 committed by cinerea0
parent 8d4a8695ed
commit 4dd0895b7b

View file

@ -1,20 +1,17 @@
# Template file for 'qownnotes' # Template file for 'qownnotes'
pkgname=qownnotes pkgname=qownnotes
version=23.6.5 version=24.2.1
revision=1 revision=1
build_style=qmake build_style=qmake
hostmakedepends="pkg-config qt5-qmake qt5-host-tools" configure_args="USE_SYSTEM_BOTAN=1"
makedepends="botan-devel qt5-declarative-devel qt5-svg-devel hostmakedepends="pkg-config qt6-base"
qt5-xmlpatterns-devel qt5-websockets-devel qt5-x11extras-devel" makedepends="botan-devel qt6-base-devel qt6-declarative-devel
depends="qt5-plugin-sqlite" qt6-qt5compat-devel qt6-svg-devel qt6-websockets-devel"
depends="qt6-plugin-sqlite qt6-svg"
short_desc="Plain-text file notepad and todo-list manager with markdown support" short_desc="Plain-text file notepad and todo-list manager with markdown support"
maintainer="travankor <travankor@tuta.io>" maintainer="travankor <travankor@tuta.io>"
license="GPL-2.0-only" license="GPL-2.0-only"
homepage="https://www.qownnotes.org" homepage="https://www.qownnotes.org"
changelog="https://www.qownnotes.org/changelog.html" changelog="https://raw.githubusercontent.com/pbek/QOwnNotes/main/CHANGELOG.md"
distfiles="https://download.tuxfamily.org/qownnotes/src/qownnotes-${version}.tar.xz" distfiles="https://github.com/pbek/QOwnNotes/releases/download/v${version}/qownnotes-${version}.tar.xz"
checksum=1531a9b69e9159525874b5ed0c8e5cca6b756cdafed321e4d302c23ae4dbc651 checksum=683a565df5087cb8c3844cb0eb1cae62b478650a1c905bfe25b0b5b6f305e994
pre_build() {
vsed -i '5i USE_SYSTEM_BOTAN = 1' libraries/botan/botan.pri
}