summaryrefslogtreecommitdiff
path: root/logview/data/icons/Makefile.am
diff options
context:
space:
mode:
authorrbuj <[email protected]>2019-09-18 22:00:02 +0200
committerraveit65 <[email protected]>2019-09-23 11:14:08 +0200
commit80351da4998f93a0781b5063a9e0262513264939 (patch)
tree04a2ec7f02bcf95c6cdab87b32940be5cbc95633 /logview/data/icons/Makefile.am
parent977488974c79052147c7d9079fc0f55a95eb8beb (diff)
downloadmate-utils-80351da4998f93a0781b5063a9e0262513264939.tar.bz2
mate-utils-80351da4998f93a0781b5063a9e0262513264939.tar.xz
Add hicolor_apps_24x24_mate-system-log.png
Diffstat (limited to 'logview/data/icons/Makefile.am')
-rw-r--r--logview/data/icons/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/logview/data/icons/Makefile.am b/logview/data/icons/Makefile.am
index 30fff904..9662983e 100644
--- a/logview/data/icons/Makefile.am
+++ b/logview/data/icons/Makefile.am
@@ -7,6 +7,7 @@ public_icons_themes = \
png_icons = \
hicolor_apps_16x16_mate-system-log.png \
hicolor_apps_22x22_mate-system-log.png \
+ hicolor_apps_24x24_mate-system-log.png \
hicolor_apps_32x32_mate-system-log.png \
hicolor_apps_48x48_mate-system-log.png \
hicolor_apps_256x256_mate-system-log.png \
@@ -30,6 +31,12 @@ hicolor_apps_22x22_mate-system-log.png: logview.svg
$(error could not locate inkscape) \
)
+hicolor_apps_24x24_mate-system-log.png: logview.svg
+ $(if $(wildcard $(INKSCAPE)), \
+ $(info $(shell $(INKSCAPE) -z $^ --export-area=302:100:326:124 -w=24 -h=24 -e=$@)), \
+ $(error could not locate inkscape) \
+ )
+
hicolor_apps_32x32_mate-system-log.png: logview.svg
$(if $(wildcard $(INKSCAPE)), \
$(info $(shell $(INKSCAPE) -z $^ --export-area=304:142:336:174 -w=32 -h=32 -e=$@)), \