From 674dd543791c506eabb6502a545738edd2af1400 Mon Sep 17 00:00:00 2001 From: Karel Balej Date: Thu, 13 Jun 2024 11:47:20 +0200 Subject: [PATCH 1/2] mtxclient: update to 0.10.0. --- common/shlibs | 2 +- srcpkgs/mtxclient/template | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common/shlibs b/common/shlibs index b6017a715ced19..2640879f54f2e9 100644 --- a/common/shlibs +++ b/common/shlibs @@ -427,7 +427,7 @@ libField3D.so.1.7 Field3D-1.7.3_1 libMAC.so.6 libMAC-5.28_1 libmad.so.0 libmad-0.15.1b_1 libmatroska.so.7 libmatroska-1.6.0_1 -libmatrix_client.so.0.9.2 mtxclient-0.9.2_1 +libmatrix_client.so.0.10.0 mtxclient-0.10.0_1 libebml.so.5 libebml-1.4.0_1 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 bcabd901a0b29c..77413cbf199095 100644 --- a/srcpkgs/mtxclient/template +++ b/srcpkgs/mtxclient/template @@ -1,7 +1,7 @@ # Template file for 'mtxclient' pkgname=mtxclient -version=0.9.2 -revision=2 +version=0.10.0 +revision=1 build_style=cmake configure_args="-DBUILD_LIB_TESTS=OFF -DBUILD_LIB_EXAMPLES=OFF" hostmakedepends="pkg-config" @@ -12,7 +12,7 @@ license="MIT" homepage="https://github.com/Nheko-Reborn/mtxclient" changelog="https://raw.githubusercontent.com/Nheko-Reborn/mtxclient/master/CHANGELOG.md" distfiles="https://github.com/Nheko-Reborn/mtxclient/archive/v${version}.tar.gz" -checksum=f55827fdba226c6fc409cf000c72b13cc6d069ec1300283a7239aa19c90c5f56 +checksum=9502e0a999d2873172d50bb80371c061266126c7d4db8e44447eb70c977b0230 post_install() { vlicense LICENSE From 024a0fb06fc91c13c273d45ffa1912d2794e0813 Mon Sep 17 00:00:00 2001 From: Karel Balej Date: Thu, 13 Jun 2024 11:47:33 +0200 Subject: [PATCH 2/2] nheko: update to 0.12.0. --- srcpkgs/nheko/template | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/srcpkgs/nheko/template b/srcpkgs/nheko/template index 8bce950cf3c3ca..a83fffc76010c1 100644 --- a/srcpkgs/nheko/template +++ b/srcpkgs/nheko/template @@ -1,22 +1,21 @@ # Template file for 'nheko' pkgname=nheko -version=0.11.3 +version=0.12.0 revision=1 build_style=cmake -hostmakedepends="qt5-host-tools qt5-qmake pkg-config qt5-declarative asciidoc" -makedepends="qt5-multimedia-devel qt5-svg-devel qt5-tools-devel fmt-devel +hostmakedepends="qt6-declarative-host-tools pkg-config qt6-declarative asciidoc" +makedepends="qt6-multimedia-devel qt6-svg-devel qt6-tools-devel fmt-devel spdlog mtxclient-devel cmark-devel olm-devel json-c++ lmdb++ coeurl-devel - qt5-declarative-devel qt5-quickcontrols2-devel qtkeychain-qt5-devel - gst-plugins-bad1-devel gst-plugins-base1-devel xcb-util-wm-devel re2-devel" -depends="hicolor-icon-theme qt5-quickcontrols2 qt5-graphicaleffects - qt5-multimedia gst-plugins-good1 gst-plugins-good1-qt5" + qt6-declarative-devel qtkeychain-qt6-devel gst-plugins-bad1-devel + gst-plugins-base1-devel xcb-util-wm-devel re2-devel KDSingleApplication" +depends="hicolor-icon-theme gst-plugins-good1" short_desc="Desktop client for Matrix using Qt and C++" maintainer="Orphaned " license="GPL-3.0-or-later" homepage="https://nheko-reborn.github.io" changelog="https://raw.githubusercontent.com/Nheko-Reborn/nheko/master/CHANGELOG.md" distfiles="https://github.com/Nheko-Reborn/nheko/archive/v${version}.tar.gz" -checksum=f285156884a3a0c6870f3fba89c13d1fd70c8727bd179d8310b13819f8a63a37 +checksum=a3a7578bd9386a0b9a4188fa1296fdddb7df0f846c39728b80a998f9d06f36d1 case "$XBPS_TARGET_MACHINE" in armv*-musl)