From 82804f22bec0aa07e298e1c53a1f82f3b4000bde Mon Sep 17 00:00:00 2001 From: rbuj Date: Wed, 25 Mar 2020 19:52:18 +0100 Subject: cpufreq: generate missing 256x256 and 64x64 icons from svg file rsvg-convert -w 64 -h 64 mate-cpu-frequency-applet.svg -o mate-cpu-frequency-applet.64.png rsvg-convert -w 256 -h 256 mate-cpu-frequency-applet.svg -o mate-cpu-frequency-applet.256.png --- cpufreq/pixmaps/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpufreq/pixmaps/Makefile.am') diff --git a/cpufreq/pixmaps/Makefile.am b/cpufreq/pixmaps/Makefile.am index fab407c3..5f5c257d 100644 --- a/cpufreq/pixmaps/Makefile.am +++ b/cpufreq/pixmaps/Makefile.am @@ -12,6 +12,8 @@ icons = \ mate-cpu-frequency-applet.22.png \ mate-cpu-frequency-applet.24.png \ mate-cpu-frequency-applet.32.png \ + mate-cpu-frequency-applet.64.png \ + mate-cpu-frequency-applet.256.png \ mate-cpu-frequency-applet.svg EXTRA_DIST = \ -- cgit v1.2.1