Skip to content

Commit 2354e59

Browse files
committed
jsonrpc-glib: add 3.44.2
Signed-off-by: 0verLighT <alexandre@0verlight.com>
1 parent 5e6a876 commit 2354e59

3 files changed

Lines changed: 49 additions & 0 deletions

File tree

ci_config.json

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -640,6 +640,39 @@
640640
"libvulkan-dev"
641641
]
642642
},
643+
"jsonrpc-glib" : {
644+
"_comment" : [
645+
"- Disable fatal warnings because the wrap the this wraning : 'Could not detect glib version'",
646+
"- Disable unit tests because Windows cannot found gio-unix-2.0"
647+
],
648+
"build_options" : [
649+
"jsonrpc-glib:enable_tests=false"
650+
],
651+
"debian_packages": [
652+
"flex",
653+
"bison"
654+
],
655+
"brew_packages": [
656+
"flex",
657+
"bison"
658+
],
659+
"alpine_packages": [
660+
"python3-dev",
661+
"musl-libintl",
662+
"flex",
663+
"bison",
664+
"gettext"
665+
],
666+
"python_packages": [
667+
"setuptools",
668+
"packaging"
669+
],
670+
"skip_dependency_check": [
671+
"gio-windows-2.0",
672+
"gio-unix-2.0"
673+
],
674+
"fatal_warnings": false
675+
},
643676
"imgui-sfml": {
644677
"alpine_packages": [
645678
"libudev-zero-dev",

releases.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1927,6 +1927,14 @@
19271927
"1.8.4-1"
19281928
]
19291929
},
1930+
"jsonrpc-glib": {
1931+
"dependency_names": [
1932+
"jsonrpc-glib-1.0"
1933+
],
1934+
"versions": [
1935+
"3.44.2-1"
1936+
]
1937+
},
19301938
"kafel": {
19311939
"dependency_names": [
19321940
"kafel"

subprojects/jsonrpc-glib.wrap

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[wrap-file]
2+
directory = jsonrpc-glib-3.44.2
3+
source_url = https://download.gnome.org/sources/jsonrpc-glib/3.44/jsonrpc-glib-3.44.2.tar.xz
4+
source_filename = jsonrpc-glib-3.44.2.tar.gz
5+
source_hash = 965496b6e1314f3468b482a5d80340dc3b0340a5402d7783cad24154aee77396
6+
7+
[provide]
8+
jsonrpc-glib-1.0 = libjsonrpc_glib_dep

0 commit comments

Comments
 (0)