mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Update mtxclient and add coeurl to flatpak
This commit is contained in:
parent
94e21ea2ea
commit
a2c4d0875c
2 changed files with 8 additions and 12 deletions
|
@ -376,7 +376,7 @@ if(USE_BUNDLED_MTXCLIENT)
|
||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
MatrixClient
|
MatrixClient
|
||||||
GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git
|
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_EXAMPLES OFF CACHE INTERNAL "")
|
||||||
set(BUILD_LIB_TESTS OFF CACHE INTERNAL "")
|
set(BUILD_LIB_TESTS OFF CACHE INTERNAL "")
|
||||||
|
|
|
@ -142,6 +142,12 @@ modules:
|
||||||
tag: 1.18.3
|
tag: 1.18.3
|
||||||
type: git
|
type: git
|
||||||
url: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad.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:
|
- config-opts:
|
||||||
- -DBUILD_LIB_TESTS=OFF
|
- -DBUILD_LIB_TESTS=OFF
|
||||||
- -DBUILD_LIB_EXAMPLES=OFF
|
- -DBUILD_LIB_EXAMPLES=OFF
|
||||||
|
@ -150,19 +156,9 @@ modules:
|
||||||
buildsystem: cmake-ninja
|
buildsystem: cmake-ninja
|
||||||
name: mtxclient
|
name: mtxclient
|
||||||
sources:
|
sources:
|
||||||
- commit: fdb2016eff4f2e91f17c343e9fcb0bfab5e78b63
|
- commit: 9ecaefe377d4dab688caee186e4a263cb7f105e8
|
||||||
type: git
|
type: git
|
||||||
url: https://github.com/Nheko-Reborn/mtxclient.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:
|
- config-opts:
|
||||||
- -DCMAKE_BUILD_TYPE=Release
|
- -DCMAKE_BUILD_TYPE=Release
|
||||||
- -DLMDBXX_INCLUDE_DIR=.deps/lmdbxx
|
- -DLMDBXX_INCLUDE_DIR=.deps/lmdbxx
|
||||||
|
|
Loading…
Reference in a new issue