mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-15 04:05:15 +03:00
41 lines
1.3 KiB
Diff
41 lines
1.3 KiB
Diff
From 2d9142d491fed4feed00342193adfc7a268ce71d Mon Sep 17 00:00:00 2001
|
|
From: Nicolas Werner <nicolas.werner@hotmail.de>
|
|
Date: Mon, 5 Aug 2024 19:39:15 +0200
|
|
Subject: [PATCH] Bump mtxclient to fix fmt build errors
|
|
|
|
---
|
|
CMakeLists.txt | 2 +-
|
|
im.nheko.Nheko.yaml | 4 ++--
|
|
2 files changed, 3 insertions(+), 3 deletions(-)
|
|
|
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index 933ad9bb7..7468d989b 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -613,7 +613,7 @@ if(USE_BUNDLED_MTXCLIENT)
|
|
FetchContent_Declare(
|
|
MatrixClient
|
|
GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git
|
|
- GIT_TAG v0.10.0
|
|
+ GIT_TAG a0b203980491ddf2e2fe4f1cd6af8c2562b3ee35
|
|
)
|
|
set(BUILD_LIB_EXAMPLES OFF CACHE INTERNAL "")
|
|
set(BUILD_LIB_TESTS OFF CACHE INTERNAL "")
|
|
diff --git a/im.nheko.Nheko.yaml b/im.nheko.Nheko.yaml
|
|
index 88cc06110..b29173b9c 100644
|
|
--- a/im.nheko.Nheko.yaml
|
|
+++ b/im.nheko.Nheko.yaml
|
|
@@ -251,8 +251,8 @@ modules:
|
|
- -DBUILD_SHARED_LIBS=OFF
|
|
buildsystem: cmake-ninja
|
|
sources:
|
|
- - commit: 457bc52773b40142848f0b2ab025516bf6ed634d
|
|
- tag: v0.10.0
|
|
+ - commit: a0b203980491ddf2e2fe4f1cd6af8c2562b3ee35
|
|
+ #tag: v0.10.0
|
|
type: git
|
|
url: https://github.com/Nheko-Reborn/mtxclient.git
|
|
- name: nheko
|
|
--
|
|
GitLab
|
|
|