From 9d4e41ec40f97ba21f7737191f83156384404020 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Sat, 28 May 2016 18:15:19 +0200 Subject: Install drakconf icon to hicolor (with SVG) Allows to use scalable graphics unlike icons/{,large,mini} (mga#18066) --- pixmaps/Makefile | 6 +- pixmaps/default/splash_screen_about.png | Bin 2357 -> 0 bytes pixmaps/icons/drakconf.png | Bin 1824 -> 0 bytes pixmaps/icons/hicolor/20x20/apps/drakconf.png | Bin 0 -> 1163 bytes pixmaps/icons/hicolor/32x32/apps/drakconf.png | Bin 0 -> 1824 bytes pixmaps/icons/hicolor/48x48/apps/drakconf.png | Bin 0 -> 3079 bytes pixmaps/icons/hicolor/scalable/apps/drakconf.svg | 294 +++++++++++++++++++++++ pixmaps/icons/large/drakconf.png | Bin 3079 -> 0 bytes pixmaps/icons/mini/drakconf.png | Bin 1163 -> 0 bytes pixmaps/icons/svg/drakconf.svg | 294 ----------------------- 10 files changed, 298 insertions(+), 296 deletions(-) delete mode 100644 pixmaps/default/splash_screen_about.png delete mode 100644 pixmaps/icons/drakconf.png create mode 100644 pixmaps/icons/hicolor/20x20/apps/drakconf.png create mode 100644 pixmaps/icons/hicolor/32x32/apps/drakconf.png create mode 100644 pixmaps/icons/hicolor/48x48/apps/drakconf.png create mode 100644 pixmaps/icons/hicolor/scalable/apps/drakconf.svg delete mode 100644 pixmaps/icons/large/drakconf.png delete mode 100644 pixmaps/icons/mini/drakconf.png delete mode 100644 pixmaps/icons/svg/drakconf.svg (limited to 'pixmaps') diff --git a/pixmaps/Makefile b/pixmaps/Makefile index 6df1cf21..a7c487db 100644 --- a/pixmaps/Makefile +++ b/pixmaps/Makefile @@ -1,9 +1,11 @@ THEMES = default kde gnome -mcc_dir = $(DESTDIR)/usr/share/mcc/themes +SHAREDIR = $(DESTDIR)/usr/share +THEMEDIR = $(SHAREDIR)/mcc/themes all: clean: install: - for d in $(THEMES); do ( install -d $(mcc_dir)/$$d ; install -m644 $$d/*.png $(mcc_dir)/$$d ; if [ -e $$d/*.rc ]; then install -m644 $$d/*.rc $(mcc_dir)/$$d; fi; ) ; done + install -d $(SHAREDIR); cp -a icons $(SHAREDIR); \ + for d in $(THEMES); do ( install -d $(THEMEDIR)/$$d ; install -m644 $$d/*.png $(THEMEDIR)/$$d ; if [ -e $$d/*.rc ]; then install -m644 $$d/*.rc $(THEMEDIR)/$$d; fi; ) ; done diff --git a/pixmaps/default/splash_screen_about.png b/pixmaps/default/splash_screen_about.png deleted file mode 100644 index 01a425a6..00000000 Binary files a/pixmaps/default/splash_screen_about.png and /dev/null differ diff --git a/pixmaps/icons/drakconf.png b/pixmaps/icons/drakconf.png deleted file mode 100644 index f033fba3..00000000 Binary files a/pixmaps/icons/drakconf.png and /dev/null differ diff --git a/pixmaps/icons/hicolor/20x20/apps/drakconf.png b/pixmaps/icons/hicolor/20x20/apps/drakconf.png new file mode 100644 index 00000000..a18fde5e Binary files /dev/null and b/pixmaps/icons/hicolor/20x20/apps/drakconf.png differ diff --git a/pixmaps/icons/hicolor/32x32/apps/drakconf.png b/pixmaps/icons/hicolor/32x32/apps/drakconf.png new file mode 100644 index 00000000..f033fba3 Binary files /dev/null and b/pixmaps/icons/hicolor/32x32/apps/drakconf.png differ diff --git a/pixmaps/icons/hicolor/48x48/apps/drakconf.png b/pixmaps/icons/hicolor/48x48/apps/drakconf.png new file mode 100644 index 00000000..f7602232 Binary files /dev/null and b/pixmaps/icons/hicolor/48x48/apps/drakconf.png differ diff --git a/pixmaps/icons/hicolor/scalable/apps/drakconf.svg b/pixmaps/icons/hicolor/scalable/apps/drakconf.svg new file mode 100644 index 00000000..1e2bacdf --- /dev/null +++ b/pixmaps/icons/hicolor/scalable/apps/drakconf.svg @@ -0,0 +1,294 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + diff --git a/pixmaps/icons/large/drakconf.png b/pixmaps/icons/large/drakconf.png deleted file mode 100644 index f7602232..00000000 Binary files a/pixmaps/icons/large/drakconf.png and /dev/null differ diff --git a/pixmaps/icons/mini/drakconf.png b/pixmaps/icons/mini/drakconf.png deleted file mode 100644 index a18fde5e..00000000 Binary files a/pixmaps/icons/mini/drakconf.png and /dev/null differ diff --git a/pixmaps/icons/svg/drakconf.svg b/pixmaps/icons/svg/drakconf.svg deleted file mode 100644 index 1e2bacdf..00000000 --- a/pixmaps/icons/svg/drakconf.svg +++ /dev/null @@ -1,294 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - image/svg+xml - - - - - - - - - - - - - - - - - - - -- cgit v1.2.1