Update mtxclient and add coeurl to flatpak
2 files changed, 8 insertions, 12 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e18b651b..320b4678 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -376,7 +376,7 @@ if(USE_BUNDLED_MTXCLIENT)
FetchContent_Declare(
MatrixClient
GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git
- GIT_TAG fdb2016eff4f2e91f17c343e9fcb0bfab5e78b63
+ GIT_TAG 9ecaefe377d4dab688caee186e4a263cb7f105e8
)
set(BUILD_LIB_EXAMPLES OFF CACHE INTERNAL "")
set(BUILD_LIB_TESTS OFF CACHE INTERNAL "")
diff --git a/io.github.NhekoReborn.Nheko.yaml b/io.github.NhekoReborn.Nheko.yaml
index 564b08a9..3ce69e72 100644
--- a/io.github.NhekoReborn.Nheko.yaml
+++ b/io.github.NhekoReborn.Nheko.yaml
@@ -142,6 +142,12 @@ modules:
tag: 1.18.3
type: git
url: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad.git
+ - buildsystem: meson
+ name: coeurl
+ sources:
+ - commit: 417821a07cfe4429b08a2efed5e480a498087afd
+ type: git
+ url: https://nheko.im/nheko-reborn/coeurl.git
- config-opts:
- -DBUILD_LIB_TESTS=OFF
- -DBUILD_LIB_EXAMPLES=OFF
@@ -150,21 +156,11 @@ modules:
buildsystem: cmake-ninja
name: mtxclient
sources:
- - commit: fdb2016eff4f2e91f17c343e9fcb0bfab5e78b63
+ - commit: 9ecaefe377d4dab688caee186e4a263cb7f105e8
type: git
url: https://github.com/Nheko-Reborn/mtxclient.git
- config-opts:
- -DCMAKE_BUILD_TYPE=Release
- - -DTWEENY_BUILD_DOCUMENTATION=OFF
- - -DTWEENY_BUILD_EXAMPLES=OFF
- buildsystem: cmake-ninja
- name: tweeny
- sources:
- - sha256: 482857256a7235646004682912badb6521d361ed6987c8ebdae7986bf64ce694
- type: archive
- url: https://github.com/mobius3/tweeny/archive/43f4130f7e4a67c19d870b60864bc2862c19b81f.tar.gz
- - config-opts:
- - -DCMAKE_BUILD_TYPE=Release
- -DLMDBXX_INCLUDE_DIR=.deps/lmdbxx
- -DCOMPILE_QML=ON
buildsystem: cmake-ninja
|