Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nheko
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Nheko Reborn
nheko
Commits
e907372f
Verified
Commit
e907372f
authored
3 years ago
by
Nicolas Werner
Browse files
Options
Downloads
Patches
Plain Diff
Bump dep versions
parent
6be752e1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#2331
passed
3 years ago
Stage: build
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CMakeLists.txt
+5
-5
5 additions, 5 deletions
CMakeLists.txt
io.github.NhekoReborn.Nheko.yaml
+8
-6
8 additions, 6 deletions
io.github.NhekoReborn.Nheko.yaml
with
13 additions
and
11 deletions
CMakeLists.txt
+
5
−
5
View file @
e907372f
...
...
@@ -413,20 +413,20 @@ if(USE_BUNDLED_MTXCLIENT)
FetchContent_Declare
(
MatrixClient
GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git
GIT_TAG
ec7cd5285117e3d3079f186a179e701496b62485
GIT_TAG
v0.6.1
)
set
(
BUILD_LIB_EXAMPLES OFF CACHE INTERNAL
""
)
set
(
BUILD_LIB_TESTS OFF CACHE INTERNAL
""
)
FetchContent_MakeAvailable
(
MatrixClient
)
else
()
find_package
(
MatrixClient 0.6.
0
REQUIRED
)
find_package
(
MatrixClient 0.6.
1
REQUIRED
)
endif
()
if
(
USE_BUNDLED_OLM
)
include
(
FetchContent
)
FetchContent_Declare
(
Olm
GIT_REPOSITORY https://gitlab.matrix.org/matrix-org/olm.git
GIT_TAG 3.2.
6
GIT_TAG 3.2.
8
)
set
(
OLM_TESTS OFF CACHE INTERNAL
""
)
FetchContent_MakeAvailable
(
Olm
)
...
...
@@ -710,7 +710,7 @@ if(USE_BUNDLED_COEURL)
FetchContent_Declare
(
coeurl
GIT_REPOSITORY https://nheko.im/Nheko-Reborn/coeurl.git
GIT_TAG
abafd60d7e9f5cce76c9abad3b2b3dc1382e5349
GIT_TAG
v0.1.1
)
FetchContent_MakeAvailable
(
coeurl
)
target_link_libraries
(
nheko PUBLIC coeurl::coeurl
)
...
...
@@ -719,7 +719,7 @@ elseif(coeurl_DIR)
target_link_libraries
(
nheko PUBLIC coeurl::coeurl
)
else
()
find_package
(
PkgConfig REQUIRED
)
pkg_check_modules
(
coeurl REQUIRED IMPORTED_TARGET coeurl
)
pkg_check_modules
(
coeurl REQUIRED IMPORTED_TARGET coeurl
>=0.1.1
)
target_link_libraries
(
nheko PUBLIC PkgConfig::coeurl
)
endif
()
...
...
This diff is collapsed.
Click to expand it.
io.github.NhekoReborn.Nheko.yaml
+
8
−
6
View file @
e907372f
...
...
@@ -80,9 +80,9 @@ modules:
buildsystem
:
cmake-ninja
name
:
olm
sources
:
-
commit
:
8656f1463c4e16366335fb468453a9455a366c78
-
commit
:
797183f27f1c8cdb9d4551aaa317bd13ff02401b
disable-shallow-clone
:
true
tag
:
3.2.
6
tag
:
3.2.
8
type
:
git
url
:
https://gitlab.matrix.org/matrix-org/olm.git
-
buildsystem
:
meson
...
...
@@ -170,8 +170,8 @@ modules:
-
mkdir -p /app/bin/
-
cp libqtjdenticon.so /app/bin/
sources
:
-
commit
:
0
7604d2e83e9c97969db93af04d3ea548c6f2e89
tag
:
v0.
2.1
-
commit
:
0
346c228f1d544581dfd72a4dceb84f8714570dd
tag
:
v0.
3.0
type
:
git
url
:
https://github.com/Nheko-Reborn/qt-jdenticon.git
-
buildsystem
:
meson
...
...
@@ -179,7 +179,8 @@ modules:
-
-Ddefault_library=static
name
:
coeurl
sources
:
-
commit
:
abafd60d7e9f5cce76c9abad3b2b3dc1382e5349
-
commit
:
fa108b25a92b0e037723debc4388a300e737dc2d
tag
:
v0.1.1
type
:
git
url
:
https://nheko.im/nheko-reborn/coeurl.git
-
config-opts
:
...
...
@@ -190,7 +191,8 @@ modules:
buildsystem
:
cmake-ninja
name
:
mtxclient
sources
:
-
commit
:
ec7cd5285117e3d3079f186a179e701496b62485
-
commit
:
9be1d3615ad30395557ef2768215bc14fd6359bd
tag
:
v0.6.1
type
:
git
url
:
https://github.com/Nheko-Reborn/mtxclient.git
-
config-opts
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment