File fix-build.patch of Package newsflash
diff --color -rub a/data/meson.build b/data/meson.build
--- a/data/meson.build 2021-11-06 19:49:48.819818000 +0600
+++ b/data/meson.build 2021-11-06 20:07:09.279818238 +0600
@@ -47,23 +47,3 @@
]
)
endif
-
-# Resources
-gnome.compile_resources(
- 'symbolic_icons',
- 'symbolic_icons.gresource.xml',
- gresource_bundle: true,
- source_dir: meson.current_build_dir(),
- install: true,
- install_dir: join_paths(meson.source_root(), 'data/resources/gresource_bundles')
-)
-
-gnome.compile_resources(
- 'ui_templates',
- 'ui_templates.gresource.xml',
- gresource_bundle: true,
- source_dir: meson.current_build_dir(),
- install: true,
- install_dir: join_paths(meson.source_root(), 'data/resources/gresource_bundles')
-)
-