Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions ci_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,49 @@
"libvulkan-dev"
]
},
"jsonrpc-glib" : {
"_comment" : [
"- Disable fatal warnings because the wrap the this wraning : 'Could not detect glib version'",
"- Disable unit tests because Windows cannot found gio-unix-2.0"
],
"build_options" : [
"jsonrpc-glib:enable_tests=false"
],
"debian_packages": [
"valac",
"libgirepository1.0-dev",
"libjson-glib-dev",
"flex",
"bison"
],
"brew_packages": [
"vala",
"json-glib",
"flex",
"bison"
],
"alpine_packages": [
"vala",
"python3-dev",
"gettext-dev",
"json-glib-dev",
"flex",
"bison"
],
"msys_packages": [
"vala",
"json-glib"
],
"python_packages": [
"setuptools",
"packaging"
],
"skip_dependency_check": [
"gio-windows-2.0",
"gio-unix-2.0"
],
"fatal_warnings": false
},
"imgui-sfml": {
"alpine_packages": [
"libudev-zero-dev",
Expand Down
8 changes: 8 additions & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -1927,6 +1927,14 @@
"1.8.4-1"
]
},
"jsonrpc-glib": {
"dependency_names": [
"jsonrpc-glib-1.0"
],
"versions": [
"3.44.2-1"
]
},
"kafel": {
"dependency_names": [
"kafel"
Expand Down
8 changes: 8 additions & 0 deletions subprojects/jsonrpc-glib.wrap
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[wrap-file]
directory = jsonrpc-glib-3.44.2
source_url = https://download.gnome.org/sources/jsonrpc-glib/3.44/jsonrpc-glib-3.44.2.tar.xz
source_filename = jsonrpc-glib-3.44.2.tar.gz
source_hash = 965496b6e1314f3468b482a5d80340dc3b0340a5402d7783cad24154aee77396

[provide]
jsonrpc-glib-1.0 = libjsonrpc_glib_dep
Loading