gplugin/gplugin

bdae2f4577c5
Parents 68f5d1214e41
Children 77e88ad17495
Add preprocessing to all resources that we can

Testing Done:
Compiled

Reviewed at https://reviews.imfreedom.org/r/1903/
--- a/gplugin-gtk4-viewer/data/gplugin-gtk-viewer.gresource.xml Tue Sep 27 00:11:07 2022 -0500
+++ b/gplugin-gtk4-viewer/data/gplugin-gtk-viewer.gresource.xml Thu Oct 06 22:49:38 2022 -0500
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<gresources>
<gresource prefix="/org/imfreedom/keep/gplugin/gplugin/viewer/">
- <file compressed="true">window.ui</file>
+ <file compressed="true" preprocess="xml-stripblanks">window.ui</file>
</gresource>
</gresources>
--- a/gplugin-gtk4/data/gplugin-gtk.gresource.xml Tue Sep 27 00:11:07 2022 -0500
+++ b/gplugin-gtk4/data/gplugin-gtk.gresource.xml Thu Oct 06 22:49:38 2022 -0500
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<gresources>
<gresource prefix="/org/imfreedom/keep/gplugin/gplugin-gtk/">
- <file compressed="true">plugin-page.ui</file>
- <file compressed="true">plugin-row.ui</file>
- <file compressed="true">view.ui</file>
+ <file compressed="true" preprocess="xml-stripblanks">plugin-page.ui</file>
+ <file compressed="true" preprocess="xml-stripblanks">plugin-row.ui</file>
+ <file compressed="true" preprocess="xml-stripblanks">view.ui</file>
</gresource>
</gresources>