29 lines
978 B
Diff
29 lines
978 B
Diff
From eb08b8d65f897e27166e298cbe7e2228ba1a2ba7 Mon Sep 17 00:00:00 2001
|
|
From: rbuj <robert.buj@gmail.com>
|
|
Date: Wed, 25 Mar 2020 19:52:18 +0100
|
|
Subject: [PATCH 2/2] 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 files changed, 431 insertions(+), 526 deletions(-)
|
|
|
|
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 = \
|
|
--
|
|
2.21.1
|
|
|