mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
Quaternion: update to 0.0.96.beta4.
This commit is contained in:
parent
ed755c9157
commit
a412cd4d0a
1 changed files with 8 additions and 8 deletions
|
@ -1,21 +1,21 @@
|
||||||
# Template file for 'Quaternion'
|
# Template file for 'Quaternion'
|
||||||
pkgname=Quaternion
|
pkgname=Quaternion
|
||||||
version=0.0.95.1
|
version=0.0.96.beta4
|
||||||
revision=1
|
revision=1
|
||||||
|
_gitversion=0.0.96-beta4
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
configure_args="-DBUILD_WITH_QT6=OFF"
|
||||||
hostmakedepends="qt5-qmake qt5-host-tools"
|
hostmakedepends="qt5-qmake qt5-host-tools"
|
||||||
makedepends="qt5-declarative-devel qt5-quickcontrols qt5-tools-devel
|
makedepends="qt5-declarative-devel qt5-quickcontrols qt5-tools-devel
|
||||||
qt5-multimedia-devel qt5-quickcontrols2-devel libQuotient-devel
|
qt5-multimedia-devel qt5-quickcontrols2-devel libQuotient-devel
|
||||||
$(vopt_if qtkeychain qtkeychain-qt5-devel)"
|
qtkeychain-qt5-devel olm-devel qt5-plugin-mysql qt5-plugin-odbc
|
||||||
|
qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds"
|
||||||
depends="qt5-quickcontrols qt5-graphicaleffects"
|
depends="qt5-quickcontrols qt5-graphicaleffects"
|
||||||
short_desc="Qt5-based IM client for the Matrix protocol"
|
short_desc="Qt-based IM client for the Matrix protocol"
|
||||||
maintainer="Julio Galvan <juliogalvan@protonmail.com>"
|
maintainer="Julio Galvan <juliogalvan@protonmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/quotient-im/Quaternion"
|
homepage="https://github.com/quotient-im/Quaternion"
|
||||||
distfiles="https://github.com/quotient-im/Quaternion/archive/${version}.tar.gz"
|
distfiles="https://github.com/quotient-im/Quaternion/archive/${_gitversion}.tar.gz"
|
||||||
checksum=69f034241dddc8d9436a895bb76b022e492e61e2f49d9a80ed8d79ab12b63a0e
|
checksum=c3a49ea5af3800528690c827dd3bf266d04ad165561807e9a117c8718769deeb
|
||||||
|
|
||||||
build_options="qtkeychain"
|
|
||||||
build_options_default="qtkeychain"
|
|
||||||
|
|
||||||
CXXFLAGS="-Wno-deprecated-declarations"
|
CXXFLAGS="-Wno-deprecated-declarations"
|
||||||
|
|
Loading…
Add table
Reference in a new issue