From 9245ab5377dbb225aa4a1251055268b886b12dcf Mon Sep 17 00:00:00 2001 From: Lorem Date: Sat, 13 Jun 2020 06:22:14 +0530 Subject: [PATCH] nheko: update to 0.7.2. --- srcpkgs/nheko/patches/fix_invites.patch | 14 -------------- srcpkgs/nheko/template | 6 +++--- 2 files changed, 3 insertions(+), 17 deletions(-) delete mode 100644 srcpkgs/nheko/patches/fix_invites.patch diff --git a/srcpkgs/nheko/patches/fix_invites.patch b/srcpkgs/nheko/patches/fix_invites.patch deleted file mode 100644 index 95a68cf7b0..0000000000 --- a/srcpkgs/nheko/patches/fix_invites.patch +++ /dev/null @@ -1,14 +0,0 @@ -Reason: Fix double percent encoding of invites -Upstream: Taken from upstream commit https://github.com/Nheko-Reborn/nheko/commit/d94ac8 ---- src/ChatPage.cpp.orig -+++ src/ChatPage.cpp -@@ -1015,8 +1015,7 @@ - void - ChatPage::joinRoom(const QString &room) - { -- // Percent escape the room ID -- const auto room_id = QUrl::toPercentEncoding(room).toStdString(); -+ const auto room_id = room.toStdString(); - - http::client()->join_room( - room_id, [this, room_id](const nlohmann::json &, mtx::http::RequestErr err) { diff --git a/srcpkgs/nheko/template b/srcpkgs/nheko/template index 972ae2fddf..fdfdb5f2f0 100644 --- a/srcpkgs/nheko/template +++ b/srcpkgs/nheko/template @@ -1,7 +1,7 @@ # Template file for 'nheko' pkgname=nheko -version=0.7.1 -revision=3 +version=0.7.2 +revision=1 build_style=cmake hostmakedepends="qt5-host-tools qt5-qmake pkg-config qt5-declarative" makedepends="qt5-multimedia-devel qt5-svg-devel qt5-tools-devel @@ -15,7 +15,7 @@ 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=ce7ddacbf54707c7e76a816ffca51d73bb6360a38a96807666e3ddeeab8fccf4 +checksum=412908fcec0e66a0557db5359556b65e85dd22b8644a6a2ed569a90dea4bde3c # 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