nheko: update to 0.7.0

This commit is contained in:
Lorem 2020-04-20 14:30:12 +05:30 committed by Helmut Pozimski
parent f2e97b34f4
commit 1aff06e1ed
1 changed files with 7 additions and 10 deletions

View File

@ -1,23 +1,20 @@
# Template file for 'nheko'
pkgname=nheko
version=0.6.4
revision=2
version=0.7.0
revision=1
build_style=cmake
hostmakedepends="qt5-host-tools qt5-qmake pkg-config"
hostmakedepends="qt5-host-tools qt5-qmake pkg-config qt5-declarative"
makedepends="qt5-multimedia-devel qt5-svg-devel qt5-tools-devel
tweeny spdlog mtxclient-devel boost-devel cmark-devel olm-devel json-c++
libsodium-devel lmdb++ lmdb-devel"
depends="hicolor-icon-theme"
libsodium-devel lmdb++ qt5-declarative-devel qt5-quickcontrols2-devel"
depends="hicolor-icon-theme qt5-quickcontrols2"
short_desc="Desktop client for Matrix using Qt and C++14"
maintainer="Lorem <notloremipsum@protonmail.com>"
license="GPL-3.0-or-later"
homepage="https://github.com/Nheko-Reborn/nheko"
changelog="https://github.com/Nheko-Reborn/nheko/blob/master/CHANGELOG.md"
distfiles="https://github.com/Nheko-Reborn/nheko/archive/v${version}.tar.gz"
checksum=5dbe32cb8760cfae6f05644568cabf422a368eec62918839a92e182d508f751e
pre_patch() {
vsed -e '/Werror/d' -i CMakeLists.txt
}
checksum=74cf6aad2a09ef88f55444e81d6028e38dc3245dabce4d80d7d4d9d3e4776fe9
# this one is very memory hungry and can use as much as 3GB per cc1plus
# realistically, using any more than 8 jobs will easily lead to OOM