From 988a05a870fada7ba020bf18edf97d2a89953430 Mon Sep 17 00:00:00 2001 From: Lorem Date: Mon, 20 Apr 2020 14:28:13 +0530 Subject: [PATCH 1/3] tweeny: update to 3.1.0 --- srcpkgs/tweeny/template | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/srcpkgs/tweeny/template b/srcpkgs/tweeny/template index 8db56ec6f90..7eafa776321 100644 --- a/srcpkgs/tweeny/template +++ b/srcpkgs/tweeny/template @@ -1,15 +1,16 @@ # Template file for 'tweeny' pkgname=tweeny -version=3 +version=3.1.0 revision=1 +archs=noarch build_style=cmake -makedepends="SDL2-devel" short_desc="Modern C++ tweening library" maintainer="Lorem " license="MIT" homepage="https://github.com/mobius3/tweeny" +changelog="https://github.com/mobius3/tweeny/blob/master/CHANGELOG.md" distfiles="https://github.com/mobius3/tweeny/archive/v${version}.tar.gz" -checksum=699633578f958cbb1363f80164ac063dc40ce08dfc26b0591752ca412e64c941 +checksum=ba201a2338023a44d966d8779b61e53f709dc5c4c55f6e0f01adac5ed7ea8cc7 post_install() { vlicense LICENSE From 551a99b532706a6e7bbc976baa2690d8c6af96ca Mon Sep 17 00:00:00 2001 From: Lorem Date: Mon, 20 Apr 2020 14:29:43 +0530 Subject: [PATCH 2/3] mtxclient: update to 0.3.0 --- common/shlibs | 2 +- srcpkgs/mtxclient/template | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common/shlibs b/common/shlibs index 53a59b7303b..e3dc8f35353 100644 --- a/common/shlibs +++ b/common/shlibs @@ -432,7 +432,7 @@ libFLAC++.so.6 libflac-1.2.1_1 libMAC.so.6 libMAC-5.28_1 libmad.so.0 libmad-0.15.1b_1 libmatroska.so.6 libmatroska-1.4.1_5 -libmatrix_client.so.0.2.1 mtxclient-0.2.1_1 +libmatrix_client.so.0.3.0 mtxclient-0.3.0_1 libebml.so.4 libebml-1.3.0_5 libdvdread.so.8 libdvdread-6.1.1_1 libdvdnav.so.4 libdvdnav-4.1.3_1 diff --git a/srcpkgs/mtxclient/template b/srcpkgs/mtxclient/template index 7b12921363e..49bfa455d96 100644 --- a/srcpkgs/mtxclient/template +++ b/srcpkgs/mtxclient/template @@ -1,7 +1,7 @@ # Template file for 'mtxclient' pkgname=mtxclient -version=0.2.1 -revision=2 +version=0.3.0 +revision=1 build_style=cmake configure_args="-DBUILD_LIB_TESTS=OFF -DBUILD_LIB_EXAMPLES=OFF -DBUILD_SHARED_LIBS=ON" hostmakedepends="pkg-config" @@ -11,7 +11,7 @@ maintainer="Lorem " license="MIT" homepage="https://github.com/Nheko-Reborn/mtxclient" distfiles="https://github.com/Nheko-Reborn/mtxclient/archive/v${version}.tar.gz" -checksum=859217f3ed8fbe5479a6cf77dc15f164c76e593f588990c2acce3fe13c9f845a +checksum=0c2930b5861d93bab9a6515adca74ebaa78984119705d9b4372a9deb275dd30c post_install() { vlicense LICENSE From 89a2b593a272f7d76f2d245d028552bfb8f95568 Mon Sep 17 00:00:00 2001 From: Lorem Date: Mon, 20 Apr 2020 14:30:12 +0530 Subject: [PATCH 3/3] nheko: update to 0.7.0 --- srcpkgs/nheko/template | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/srcpkgs/nheko/template b/srcpkgs/nheko/template index adb00da55a4..0decb80d44d 100644 --- a/srcpkgs/nheko/template +++ b/srcpkgs/nheko/template @@ -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 " 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