From 7b242fb0745aa6c70a7712743cdde1d6c7209afc Mon Sep 17 00:00:00 2001 From: rbuj Date: Thu, 2 May 2019 13:40:34 +0200 Subject: Simplify the installation process of the icons ... Making install in icons make[2]: Entering directory '/home/robert/devel/mate-session-manager/data/icons' make[3]: Entering directory '/home/robert/devel/mate-session-manager/data/icons' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/usr/share/icons/hicolor' /usr/bin/mkdir -p '/usr/share/icons/hicolor/48x48/apps' /usr/bin/install -c -m 644 48x48/apps/mate-session-properties.png '/usr/share/icons/hicolor/48x48/apps' /usr/bin/mkdir -p '/usr/share/icons/hicolor/24x24/apps' /usr/bin/install -c -m 644 24x24/apps/mate-session-properties.png '/usr/share/icons/hicolor/24x24/apps' /usr/bin/mkdir -p '/usr/share/icons/hicolor/scalable/apps' /usr/bin/install -c -m 644 scalable/apps/mate-session-properties.svg '/usr/share/icons/hicolor/scalable/apps' /usr/bin/mkdir -p '/usr/share/icons/hicolor/22x22/apps' /usr/bin/install -c -m 644 22x22/apps/mate-session-properties.png '/usr/share/icons/hicolor/22x22/apps' /usr/bin/mkdir -p '/usr/share/icons/hicolor/16x16/apps' /usr/bin/install -c -m 644 16x16/apps/mate-session-properties.png '/usr/share/icons/hicolor/16x16/apps' /usr/bin/mkdir -p '/usr/share/icons/hicolor/32x32/apps' /usr/bin/install -c -m 644 32x32/apps/mate-session-properties.png '/usr/share/icons/hicolor/32x32/apps' make install-data-hook make[4]: Entering directory '/home/robert/devel/mate-session-manager/data/icons' Updating Gtk icon cache. gtk-update-icon-cache: Cache file created successfully. ... --- data/icons/32x32/Makefile.am | 26 -- data/icons/32x32/apps/mate-session-properties.png | Bin 0 -> 1109 bytes data/icons/32x32/apps/mate-session-properties.svg | 490 ++++++++++++++++++++++ data/icons/32x32/mate-session-properties.png | Bin 1109 -> 0 bytes data/icons/32x32/mate-session-properties.svg | 490 ---------------------- 5 files changed, 490 insertions(+), 516 deletions(-) delete mode 100644 data/icons/32x32/Makefile.am create mode 100644 data/icons/32x32/apps/mate-session-properties.png create mode 100644 data/icons/32x32/apps/mate-session-properties.svg delete mode 100644 data/icons/32x32/mate-session-properties.png delete mode 100644 data/icons/32x32/mate-session-properties.svg (limited to 'data/icons/32x32') diff --git a/data/icons/32x32/Makefile.am b/data/icons/32x32/Makefile.am deleted file mode 100644 index ecac65c..0000000 --- a/data/icons/32x32/Makefile.am +++ /dev/null @@ -1,26 +0,0 @@ -size = 32x32 - -iconsdir = $(datadir)/icons/hicolor/$(size)/apps - -icons_DATA = mate-session-properties.png -icons_SOURCE = mate-session-properties.svg - -gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor - -install-data-hook: - @-if test -z "$(DESTDIR)"; then \ - echo "Updating Gtk icon cache."; \ - $(gtk_update_icon_cache); \ - else \ - echo "*** Icon cache not updated. After install, run this:"; \ - echo "*** $(gtk_update_icon_cache)"; \ - fi - -uninstall-hook: - @rm -f $(datadir)/icons/hicolor/icon-theme.cache - -EXTRA_DIST = \ - $(icons_DATA) \ - $(icons_SOURCE) - --include $(top_srcdir)/git.mk diff --git a/data/icons/32x32/apps/mate-session-properties.png b/data/icons/32x32/apps/mate-session-properties.png new file mode 100644 index 0000000..25df9d3 Binary files /dev/null and b/data/icons/32x32/apps/mate-session-properties.png differ diff --git a/data/icons/32x32/apps/mate-session-properties.svg b/data/icons/32x32/apps/mate-session-properties.svg new file mode 100644 index 0000000..33b5fee --- /dev/null +++ b/data/icons/32x32/apps/mate-session-properties.svg @@ -0,0 +1,490 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + Jakub Steiner + + + http://jimmac.musichall.cz + + Mate Session Properties + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/data/icons/32x32/mate-session-properties.png b/data/icons/32x32/mate-session-properties.png deleted file mode 100644 index 25df9d3..0000000 Binary files a/data/icons/32x32/mate-session-properties.png and /dev/null differ diff --git a/data/icons/32x32/mate-session-properties.svg b/data/icons/32x32/mate-session-properties.svg deleted file mode 100644 index 33b5fee..0000000 --- a/data/icons/32x32/mate-session-properties.svg +++ /dev/null @@ -1,490 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - Jakub Steiner - - - http://jimmac.musichall.cz - - Mate Session Properties - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.1