flatpak 5.5.0

This commit is contained in:
dec05eba
2025-04-26 13:39:14 +02:00
parent 329ccdc970
commit 5a17aae0ab
2 changed files with 4 additions and 2 deletions

4
TODO
View File

@@ -161,4 +161,6 @@ Support cjk font. Use fc-match to find the location of the font. This also works
Keyboard layout is incorrect on wayland when using kde plasma keyboard settings to setup multiple keyboards, for example when changing to french. Keyboard layout is incorrect on wayland when using kde plasma keyboard settings to setup multiple keyboards, for example when changing to french.
Text input is correct, but hotkey is incorrect. Text input is correct, but hotkey is incorrect.
Need to use "setxkbmap fr" as well. Need to use "setxkbmap fr" as well.
Allow to configure replay by disk space as well. When changing bitrate change an editable field that says the disk space, and when changing that disk space field then change the bitrate or duration.

View File

@@ -61,7 +61,7 @@ datadir = get_option('datadir')
gsr_ui_resources_path = join_paths(prefix, datadir, 'gsr-ui') gsr_ui_resources_path = join_paths(prefix, datadir, 'gsr-ui')
add_project_arguments('-DGSR_UI_VERSION="' + meson.project_version() + '"', language: ['c', 'cpp']) add_project_arguments('-DGSR_UI_VERSION="' + meson.project_version() + '"', language: ['c', 'cpp'])
add_project_arguments('-DGSR_FLATPAK_VERSION="5.4.0"', language: ['c', 'cpp']) add_project_arguments('-DGSR_FLATPAK_VERSION="5.5.0"', language: ['c', 'cpp'])
executable( executable(
meson.project_name(), meson.project_name(),