rearrange data directory

This commit is contained in:
2022-08-07 13:06:40 +02:00
parent 3d7034e040
commit 0155169721
16 changed files with 116 additions and 72 deletions

View File

@@ -0,0 +1,9 @@
# Resources
resources = gnome.compile_resources(
'resources',
'resources.gresource.xml',
gresource_bundle: true,
source_dir: meson.current_build_dir(),
install: true,
install_dir: pkgdatadir,
)

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<gresources>
<gresource prefix="/org/kuchelmeister/ToolbxTuner/">
<!-- see https://gtk-rs.org/gtk4-rs/git/docs/gtk4/struct.Application.html#automatic-resources -->
</gresource>
</gresources>

0
data/resources/resources/.gitignore vendored Normal file
View File

Binary file not shown.

Binary file not shown.

0
data/resources/style.css Normal file
View File