mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
nheko: update to 0.7.0
This commit is contained in:
parent
f2e97b34f4
commit
1aff06e1ed
1 changed files with 7 additions and 10 deletions
|
@ -1,23 +1,20 @@
|
||||||
# Template file for 'nheko'
|
# Template file for 'nheko'
|
||||||
pkgname=nheko
|
pkgname=nheko
|
||||||
version=0.6.4
|
version=0.7.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
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
|
makedepends="qt5-multimedia-devel qt5-svg-devel qt5-tools-devel
|
||||||
tweeny spdlog mtxclient-devel boost-devel cmark-devel olm-devel json-c++
|
tweeny spdlog mtxclient-devel boost-devel cmark-devel olm-devel json-c++
|
||||||
libsodium-devel lmdb++ lmdb-devel"
|
libsodium-devel lmdb++ qt5-declarative-devel qt5-quickcontrols2-devel"
|
||||||
depends="hicolor-icon-theme"
|
depends="hicolor-icon-theme qt5-quickcontrols2"
|
||||||
short_desc="Desktop client for Matrix using Qt and C++14"
|
short_desc="Desktop client for Matrix using Qt and C++14"
|
||||||
maintainer="Lorem <notloremipsum@protonmail.com>"
|
maintainer="Lorem <notloremipsum@protonmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/Nheko-Reborn/nheko"
|
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"
|
distfiles="https://github.com/Nheko-Reborn/nheko/archive/v${version}.tar.gz"
|
||||||
checksum=5dbe32cb8760cfae6f05644568cabf422a368eec62918839a92e182d508f751e
|
checksum=74cf6aad2a09ef88f55444e81d6028e38dc3245dabce4d80d7d4d9d3e4776fe9
|
||||||
|
|
||||||
pre_patch() {
|
|
||||||
vsed -e '/Werror/d' -i CMakeLists.txt
|
|
||||||
}
|
|
||||||
|
|
||||||
# this one is very memory hungry and can use as much as 3GB per cc1plus
|
# 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
|
# realistically, using any more than 8 jobs will easily lead to OOM
|
||||||
|
|
Loading…
Add table
Reference in a new issue