23 lines
887 B
Bash
23 lines
887 B
Bash
# Template file for 'Quaternion'
|
|
pkgname=Quaternion
|
|
version=0.0.95.beta5
|
|
revision=1
|
|
_gitversion=0.0.95-beta5
|
|
wrksrc="Quaternion-${_gitversion}"
|
|
build_style=cmake
|
|
hostmakedepends="qt5-qmake qt5-host-tools"
|
|
makedepends="qt5-declarative-devel qt5-quickcontrols qt5-tools-devel
|
|
qt5-multimedia-devel qt5-quickcontrols2-devel libQuotient-devel
|
|
$(vopt_if qtkeychain qtkeychain-qt5-devel)"
|
|
depends="qt5-quickcontrols qt5-graphicaleffects"
|
|
short_desc="Qt5-based IM client for the Matrix protocol"
|
|
maintainer="Julio Galvan <juliogalvan@protonmail.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://github.com/quotient-im/Quaternion"
|
|
distfiles="https://github.com/quotient-im/Quaternion/archive/${_gitversion}.tar.gz"
|
|
checksum=8a8e469df29622af7c61fe501068dd6ff26bd02bf8a12096d3f9ebbb0179e82b
|
|
|
|
build_options="qtkeychain"
|
|
build_options_default="qtkeychain"
|
|
|
|
CXXFLAGS="-Wno-deprecated-declarations"
|