summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrbuj <[email protected]>2019-05-07 15:25:40 +0200
committerraveit65 <[email protected]>2019-05-13 16:59:09 +0200
commit88a1df4c40d1bf8b554446c381c1ca557bff62e9 (patch)
tree409642cbc7b6ce9ded32b6134938f54e710eab9a
parent5497beb64ca17a0e80a84c92bc546dc8788f64a1 (diff)
downloadmate-panel-88a1df4c40d1bf8b554446c381c1ca557bff62e9.tar.bz2
mate-panel-88a1df4c40d1bf8b554446c381c1ca557bff62e9.tar.xz
Set compressed="true" for gresource text files
shrink the size of binary files.
-rw-r--r--applets/clock/clock.gresource.xml12
-rw-r--r--mate-panel/panel.gresource.xml4
2 files changed, 8 insertions, 8 deletions
diff --git a/applets/clock/clock.gresource.xml b/applets/clock/clock.gresource.xml
index 2ab45c51..874df0d9 100644
--- a/applets/clock/clock.gresource.xml
+++ b/applets/clock/clock.gresource.xml
@@ -3,12 +3,12 @@
<gresource prefix="/org/mate/panel/applet/clock">
<file compressed="true">clock.ui</file>
<file compressed="true">clock-menu.xml</file>
- <file alias="icons/clock-face-large.svg">pixmaps/clock-face-large.svg</file>
- <file alias="icons/clock-face-small.svg">pixmaps/clock-face-small.svg</file>
- <file alias="icons/clock-face-small-morning.svg">pixmaps/clock-face-small-morning.svg</file>
- <file alias="icons/clock-face-small-day.svg">pixmaps/clock-face-small-day.svg</file>
- <file alias="icons/clock-face-small-evening.svg">pixmaps/clock-face-small-evening.svg</file>
- <file alias="icons/clock-face-small-night.svg">pixmaps/clock-face-small-night.svg</file>
+ <file compressed="true" alias="icons/clock-face-large.svg">pixmaps/clock-face-large.svg</file>
+ <file compressed="true" alias="icons/clock-face-small.svg">pixmaps/clock-face-small.svg</file>
+ <file compressed="true" alias="icons/clock-face-small-morning.svg">pixmaps/clock-face-small-morning.svg</file>
+ <file compressed="true" alias="icons/clock-face-small-day.svg">pixmaps/clock-face-small-day.svg</file>
+ <file compressed="true" alias="icons/clock-face-small-evening.svg">pixmaps/clock-face-small-evening.svg</file>
+ <file compressed="true" alias="icons/clock-face-small-night.svg">pixmaps/clock-face-small-night.svg</file>
<file alias="icons/clock-map.png">pixmaps/clock-map.png</file>
<file alias="icons/clock-map-location-marker.png">pixmaps/clock-map-location-marker.png</file>
<file alias="icons/clock-map-location-current.png">pixmaps/clock-map-location-current.png</file>
diff --git a/mate-panel/panel.gresource.xml b/mate-panel/panel.gresource.xml
index f2f1becf..bcd2c43c 100644
--- a/mate-panel/panel.gresource.xml
+++ b/mate-panel/panel.gresource.xml
@@ -5,7 +5,7 @@
<file compressed="true">panel-run-dialog.ui</file>
</gresource>
<gresource prefix="/org/mate/panel/theme">
- <file alias="mate-panel.css">../data/theme/mate-panel.css</file>
- <file alias="panel-grid-symbolic.svg">../data/theme/panel-grid-symbolic.svg</file>
+ <file compressed="true" alias="mate-panel.css">../data/theme/mate-panel.css</file>
+ <file compressed="true" alias="panel-grid-symbolic.svg">../data/theme/panel-grid-symbolic.svg</file>
</gresource>
</gresources>