diff options
author | rbuj <[email protected]> | 2019-09-18 22:00:02 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2019-09-23 11:14:08 +0200 |
commit | 80351da4998f93a0781b5063a9e0262513264939 (patch) | |
tree | 04a2ec7f02bcf95c6cdab87b32940be5cbc95633 | |
parent | 977488974c79052147c7d9079fc0f55a95eb8beb (diff) | |
download | mate-utils-80351da4998f93a0781b5063a9e0262513264939.tar.bz2 mate-utils-80351da4998f93a0781b5063a9e0262513264939.tar.xz |
Add hicolor_apps_24x24_mate-system-log.png
-rw-r--r-- | logview/data/icons/Makefile.am | 7 | ||||
-rw-r--r-- | logview/data/icons/hicolor_apps_24x24_mate-system-log.png | bin | 0 -> 1358 bytes |
2 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=$@)), \ diff --git a/logview/data/icons/hicolor_apps_24x24_mate-system-log.png b/logview/data/icons/hicolor_apps_24x24_mate-system-log.png Binary files differnew file mode 100644 index 00000000..4f874716 --- /dev/null +++ b/logview/data/icons/hicolor_apps_24x24_mate-system-log.png |