From 88028e7c757baf82b8c3a3126e0fe0fea535d711 Mon Sep 17 00:00:00 2001 From: rbuj Date: Thu, 26 Mar 2020 15:20:31 +0100 Subject: Add 48x48 icons --- icons/48x48/Makefile.am | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) (limited to 'icons/48x48/Makefile.am') diff --git a/icons/48x48/Makefile.am b/icons/48x48/Makefile.am index b19e314f..08b9bf5b 100644 --- a/icons/48x48/Makefile.am +++ b/icons/48x48/Makefile.am @@ -3,10 +3,17 @@ size = 48x48 iconsdir = $(datadir)/icons/hicolor/$(size)/apps icons_DATA = \ - mate-panel.png - -icons_SOURCE = \ - mate-panel.svg + mate-panel-clock.png \ + mate-panel-drawer.png \ + mate-panel-fish.png \ + mate-panel-force-quit.png \ + mate-panel-launcher.png \ + mate-panel-notification-area.png \ + mate-panel.png \ + mate-panel-separator.png \ + mate-panel-window-list.png \ + mate-panel-window-menu.png \ + mate-panel-workspace-switcher.png gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor @@ -22,7 +29,6 @@ update-icon-cache: fi EXTRA_DIST = \ - $(icons_DATA) \ - $(icons_SOURCE) + $(icons_DATA) -include $(top_srcdir)/git.mk -- cgit v1.2.1