diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2016-05-28 18:15:19 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2016-05-28 18:38:15 +0200 |
commit | 9d4e41ec40f97ba21f7737191f83156384404020 (patch) | |
tree | 0a102a1042001048224bde519ad51e9f711a00a1 /pixmaps | |
parent | 99201be1aecae611417004b9c6a5be39b16be304 (diff) | |
download | control-center-9d4e41ec40f97ba21f7737191f83156384404020.tar control-center-9d4e41ec40f97ba21f7737191f83156384404020.tar.gz control-center-9d4e41ec40f97ba21f7737191f83156384404020.tar.bz2 control-center-9d4e41ec40f97ba21f7737191f83156384404020.tar.xz control-center-9d4e41ec40f97ba21f7737191f83156384404020.zip |
Install drakconf icon to hicolor (with SVG)
Allows to use scalable graphics unlike icons/{,large,mini} (mga#18066)
Diffstat (limited to 'pixmaps')
-rw-r--r-- | pixmaps/Makefile | 6 | ||||
-rw-r--r-- | pixmaps/default/splash_screen_about.png | bin | 2357 -> 0 bytes | |||
-rw-r--r-- | pixmaps/icons/hicolor/20x20/apps/drakconf.png (renamed from pixmaps/icons/mini/drakconf.png) | bin | 1163 -> 1163 bytes | |||
-rw-r--r-- | pixmaps/icons/hicolor/32x32/apps/drakconf.png (renamed from pixmaps/icons/drakconf.png) | bin | 1824 -> 1824 bytes | |||
-rw-r--r-- | pixmaps/icons/hicolor/48x48/apps/drakconf.png (renamed from pixmaps/icons/large/drakconf.png) | bin | 3079 -> 3079 bytes | |||
-rw-r--r-- | pixmaps/icons/hicolor/scalable/apps/drakconf.svg (renamed from pixmaps/icons/svg/drakconf.svg) | 0 |
6 files changed, 4 insertions, 2 deletions
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 Binary files differdeleted file mode 100644 index 01a425a6..00000000 --- a/pixmaps/default/splash_screen_about.png +++ /dev/null diff --git a/pixmaps/icons/mini/drakconf.png b/pixmaps/icons/hicolor/20x20/apps/drakconf.png Binary files differindex a18fde5e..a18fde5e 100644 --- a/pixmaps/icons/mini/drakconf.png +++ b/pixmaps/icons/hicolor/20x20/apps/drakconf.png diff --git a/pixmaps/icons/drakconf.png b/pixmaps/icons/hicolor/32x32/apps/drakconf.png Binary files differindex f033fba3..f033fba3 100644 --- a/pixmaps/icons/drakconf.png +++ b/pixmaps/icons/hicolor/32x32/apps/drakconf.png diff --git a/pixmaps/icons/large/drakconf.png b/pixmaps/icons/hicolor/48x48/apps/drakconf.png Binary files differindex f7602232..f7602232 100644 --- a/pixmaps/icons/large/drakconf.png +++ b/pixmaps/icons/hicolor/48x48/apps/drakconf.png diff --git a/pixmaps/icons/svg/drakconf.svg b/pixmaps/icons/hicolor/scalable/apps/drakconf.svg index 1e2bacdf..1e2bacdf 100644 --- a/pixmaps/icons/svg/drakconf.svg +++ b/pixmaps/icons/hicolor/scalable/apps/drakconf.svg |