Add more icon sizes
This commit is contained in:
parent
9c3879cef8
commit
7238473186
12 changed files with 51 additions and 1 deletions
|
|
@ -72,6 +72,11 @@ po/Makefile.in
|
||||||
panel-plugin/Makefile
|
panel-plugin/Makefile
|
||||||
icons/Makefile
|
icons/Makefile
|
||||||
icons/48x48/Makefile
|
icons/48x48/Makefile
|
||||||
|
icons/36x36/Makefile
|
||||||
|
icons/32x32/Makefile
|
||||||
|
icons/24x24/Makefile
|
||||||
|
icons/22x22/Makefile
|
||||||
|
icons/16x16/Makefile
|
||||||
themes/Makefile
|
themes/Makefile
|
||||||
themes/Bizarre/Makefile
|
themes/Bizarre/Makefile
|
||||||
themes/Bloodshot/Makefile
|
themes/Bloodshot/Makefile
|
||||||
|
|
|
||||||
8
icons/16x16/Makefile.am
Normal file
8
icons/16x16/Makefile.am
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
iconsdir = $(datadir)/icons/hicolor/16x16/apps
|
||||||
|
icons_DATA = \
|
||||||
|
xfce4-eyes.png
|
||||||
|
|
||||||
|
EXTRA_DIST = \
|
||||||
|
$(icons_DATA)
|
||||||
|
|
||||||
|
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
|
||||||
BIN
icons/16x16/xfce4-eyes.png
Normal file
BIN
icons/16x16/xfce4-eyes.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 726 B |
8
icons/22x22/Makefile.am
Normal file
8
icons/22x22/Makefile.am
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
iconsdir = $(datadir)/icons/hicolor/22x22/apps
|
||||||
|
icons_DATA = \
|
||||||
|
xfce4-eyes.png
|
||||||
|
|
||||||
|
EXTRA_DIST = \
|
||||||
|
$(icons_DATA)
|
||||||
|
|
||||||
|
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
|
||||||
BIN
icons/22x22/xfce4-eyes.png
Normal file
BIN
icons/22x22/xfce4-eyes.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
8
icons/24x24/Makefile.am
Normal file
8
icons/24x24/Makefile.am
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
iconsdir = $(datadir)/icons/hicolor/24x24/apps
|
||||||
|
icons_DATA = \
|
||||||
|
xfce4-eyes.png
|
||||||
|
|
||||||
|
EXTRA_DIST = \
|
||||||
|
$(icons_DATA)
|
||||||
|
|
||||||
|
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
|
||||||
BIN
icons/24x24/xfce4-eyes.png
Normal file
BIN
icons/24x24/xfce4-eyes.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 KiB |
8
icons/32x32/Makefile.am
Normal file
8
icons/32x32/Makefile.am
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
iconsdir = $(datadir)/icons/hicolor/32x32/apps
|
||||||
|
icons_DATA = \
|
||||||
|
xfce4-eyes.png
|
||||||
|
|
||||||
|
EXTRA_DIST = \
|
||||||
|
$(icons_DATA)
|
||||||
|
|
||||||
|
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
|
||||||
BIN
icons/32x32/xfce4-eyes.png
Normal file
BIN
icons/32x32/xfce4-eyes.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.9 KiB |
8
icons/36x36/Makefile.am
Normal file
8
icons/36x36/Makefile.am
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
iconsdir = $(datadir)/icons/hicolor/36x36/apps
|
||||||
|
icons_DATA = \
|
||||||
|
xfce4-eyes.png
|
||||||
|
|
||||||
|
EXTRA_DIST = \
|
||||||
|
$(icons_DATA)
|
||||||
|
|
||||||
|
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
|
||||||
BIN
icons/36x36/xfce4-eyes.png
Normal file
BIN
icons/36x36/xfce4-eyes.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.3 KiB |
|
|
@ -1,5 +1,10 @@
|
||||||
SUBDIRS = \
|
SUBDIRS = \
|
||||||
48x48
|
48x48 \
|
||||||
|
36x36 \
|
||||||
|
32x32 \
|
||||||
|
24x24 \
|
||||||
|
22x22 \
|
||||||
|
16x16
|
||||||
|
|
||||||
gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
|
gtk_update_icon_cache = gtk-update-icon-cache -f -t $(datadir)/icons/hicolor
|
||||||
|
|
||||||
|
|
|
||||||
Reference in a new issue