further rewrites, interface fixes, added temporary icon

This commit is contained in:
2025-12-03 21:43:30 +01:00
parent f8a10249bb
commit 0692210142
30 changed files with 1398 additions and 176 deletions

View File

@@ -15,10 +15,10 @@ blueprints = custom_target('blueprints',
command: [find_program('blueprint-compiler'), 'batch-compile', '@OUTPUT', '@CURRENT_SOURCE_DIRECTORY@' , '@INPUT@'],
)
gnome.compile_resources('gnomeframe',
resources = gnome.compile_resources('gnomeframe',
'gnomeframe.gresource.xml',
gresource_bundle: true,
source_dir: meson.current_build_dir(),
install: true,
install_dir: pkgdatadir,
dependencies: blueprints,