Merge branch 'testing'
# Conflicts: # distro-packages/Arch-Linux/PKGBUILD # meson.build # src/cthulhu/cthulhuVersion.py
This commit is contained in:
12
meson.build
12
meson.build
@@ -1,5 +1,5 @@
|
||||
project('cthulhu',
|
||||
version: '2026.02.18-master',
|
||||
version: '2026.02.22-master',
|
||||
meson_version: '>= 1.0.0',
|
||||
)
|
||||
|
||||
@@ -93,16 +93,6 @@ else
|
||||
summary += {'sound support': 'no (missing gstreamer)'}
|
||||
endif
|
||||
|
||||
# Integration with session startup
|
||||
i18n.merge_file(
|
||||
input: 'cthulhu-autostart.desktop.in',
|
||||
output: '@BASENAME@',
|
||||
type: 'desktop',
|
||||
po_dir: meson.project_source_root() / 'po',
|
||||
install: true,
|
||||
install_dir: get_option('sysconfdir') / 'xdg' / 'autostart',
|
||||
)
|
||||
|
||||
# Update icon cache manually (desktop-neutral) - optional, ignore failures
|
||||
gtk_update_icon_cache = find_program('gtk4-update-icon-cache', required: false)
|
||||
if gtk_update_icon_cache.found()
|
||||
|
||||
Reference in New Issue
Block a user