nheko: update to 0.4.3.

This commit is contained in:
maxice8 2018-06-02 18:20:34 -03:00
parent 33825195cb
commit 05813e57a6

View file

@ -1,16 +1,19 @@
# Template file for 'nheko' # Template file for 'nheko'
pkgname=nheko pkgname=nheko
version=0.4.2 version=0.4.3
revision=1 revision=1
build_style=cmake build_style=cmake
configure_args="-DTWEENY_INCLUDE_DIR=${XBPS_CROSS_BASE}/usr/include/tweeny
-DCMAKE_SKIP_RPATH=TRUE"
hostmakedepends="git qt5-host-tools qt5-qmake" hostmakedepends="git qt5-host-tools qt5-qmake"
makedepends="lmdb-devel qt5-multimedia-devel qt5-svg-devel qt5-tools-devel" makedepends="lmdb-devel qt5-multimedia-devel qt5-svg-devel qt5-tools-devel
tweeny"
short_desc="Desktop client for the Matrix protocol" short_desc="Desktop client for the Matrix protocol"
maintainer="maxice8 <thinkabit.ukim@gmail.com>" maintainer="Orphaned <orphan@voidlinux.eu>"
license="GPL-3.0-or-later" license="GPL-3.0-or-later"
homepage="https://github.com/mujx/nheko" homepage="https://github.com/mujx/nheko"
distfiles="https://github.com/mujx/nheko/archive/v${version}.tar.gz" distfiles="https://github.com/mujx/nheko/archive/v${version}.tar.gz"
checksum=8a66fb40d75d08dabe61246e89bfb6be9aaee66a96bc9439876de8bfd48fb78f checksum=17f2313a505eece0fb10da4b4c8aa604bf22791866ef908a2d56084126faf7cd
pre_configure() { pre_configure() {
sed -i 's/Werror/Wno-error/g' cmake/CompilerFlags.cmake sed -i 's/Werror/Wno-error/g' cmake/CompilerFlags.cmake