Skip to content

Commit

Permalink
GTK4: Migration. Refresh dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Viktar Lukashonak <[email protected]>
  • Loading branch information
LukashonakV committed Sep 30, 2024
1 parent 48491a4 commit 05cd172
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ is_freebsd = host_machine.system() == 'freebsd'
is_netbsd = host_machine.system() == 'netbsd'
is_openbsd = host_machine.system() == 'openbsd'

jsoncpp = dependency('jsoncpp', version : ['>=1.9.4'], fallback : ['jsoncpp', 'jsoncpp_dep'])
jsoncpp = dependency('jsoncpp', version : ['>=1.9.6'], fallback : ['jsoncpp', 'jsoncpp_dep'])
wayland_client = dependency('wayland-client')
wayland_cursor = dependency('wayland-cursor')
wayland_protos = dependency('wayland-protocols')
sigcpp = dependency('sigc++-3.0', version: ['>=3.4.0'])
gtkmm = dependency('gtkmm-4.0', version : ['>=4.12.0'])
gtkmm = dependency('gtkmm-4.0', version : ['>=4.16.0'])
giounix = dependency('gio-unix-2.0', version: ['>=2.76.4'])
spdlog = dependency('spdlog', version : ['>=1.10.0'], fallback : ['spdlog', 'spdlog_dep'], default_options : ['external_fmt=enabled'])
libinotify = dependency('libinotify', required: false)
Expand Down Expand Up @@ -104,7 +104,7 @@ if libsndio.found()
endif

gtk_layer_shell = dependency('gtk4-layer-shell-0',
version : ['>=1.0.2'],
version : ['>=1.0.3'],
fallback : ['gtk4-layer-shell', 'gtk_layer_shell'],
default_options : ['introspection=false', 'vapi=false'])

Expand Down
8 changes: 4 additions & 4 deletions subprojects/gtk4-layer-shell.wrap
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[wrap-file]
directory = gtk4-layer-shell-1.0.2
source_filename = gtk4-layer-shell-1.0.2.tar.gz
source_hash = a3a827845612fa15de30734eb29c01db329c32f8e279d8bc5251facc69220b86
source_url = https://github.com/wmww/gtk4-layer-shell/archive/v1.0.2/gtk4-layer-shell-1.0.2.tar.gz
directory = gtk4-layer-shell-1.0.3
source_filename = gtk4-layer-shell-1.0.3.tar.gz
source_hash = 4d669c30b3dbc68ad69ade9752e6ebbe7be132db21a5a4734d42bc09c5481c34
source_url = https://github.com/wmww/gtk4-layer-shell/archive/v1.0.3/gtk4-layer-shell-1.0.3.tar.gz

[provide]
gtk-layer-shell = gtk_layer_shell
8 changes: 4 additions & 4 deletions subprojects/jsoncpp.wrap
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[wrap-file]
directory = jsoncpp-1.9.5
source_url = https://github.com/open-source-parsers/jsoncpp/archive/1.9.5.tar.gz
source_filename = jsoncpp-1.9.5.tar.gz
source_hash = f409856e5920c18d0c2fb85276e24ee607d2a09b5e7d5f0a371368903c275da2
directory = jsoncpp-1.9.6
source_url = https://github.com/open-source-parsers/jsoncpp/archive/1.9.6.tar.gz
source_filename = jsoncpp-1.9.6.tar.gz
source_hash = f93b6dd7ce796b13d02c108bc9f79812245a82e577581c4c9aabe57075c90ea2

[provide]
jsoncpp = jsoncpp_dep
Expand Down

0 comments on commit 05cd172

Please sign in to comment.