
16 changed files with 237 additions and 1 deletions
@ -0,0 +1,9 @@ |
|||
|
|||
iconsdir = $(datadir)/icons/hicolor/16x16/apps |
|||
icons_DATA = \
|
|||
xfce4-panel.png |
|||
|
|||
EXTRA_DIST = \
|
|||
$(icons_DATA) |
|||
|
|||
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
|
After Width: | Height: | Size: 491 B |
@ -0,0 +1,9 @@ |
|||
|
|||
iconsdir = $(datadir)/icons/hicolor/22x22/apps |
|||
icons_DATA = \
|
|||
xfce4-panel.png |
|||
|
|||
EXTRA_DIST = \
|
|||
$(icons_DATA) |
|||
|
|||
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
|
After Width: | Height: | Size: 642 B |
@ -0,0 +1,9 @@ |
|||
|
|||
iconsdir = $(datadir)/icons/hicolor/24x24/apps |
|||
icons_DATA = \
|
|||
xfce4-panel.png |
|||
|
|||
EXTRA_DIST = \
|
|||
$(icons_DATA) |
|||
|
|||
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
|
After Width: | Height: | Size: 657 B |
@ -0,0 +1,9 @@ |
|||
|
|||
iconsdir = $(datadir)/icons/hicolor/32x32/apps |
|||
icons_DATA = \
|
|||
xfce4-panel.png |
|||
|
|||
EXTRA_DIST = \
|
|||
$(icons_DATA) |
|||
|
|||
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
|
After Width: | Height: | Size: 878 B |
@ -0,0 +1,9 @@ |
|||
|
|||
iconsdir = $(datadir)/icons/hicolor/48x48/apps |
|||
icons_DATA = \
|
|||
xfce4-panel.png |
|||
|
|||
EXTRA_DIST = \
|
|||
$(icons_DATA) |
|||
|
|||
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
|
After Width: | Height: | Size: 1.6 KiB |
@ -0,0 +1,23 @@ |
|||
|
|||
SUBDIRS = \
|
|||
16x16 \
|
|||
22x22 \
|
|||
24x24 \
|
|||
32x32 \
|
|||
48x48 \
|
|||
scalable |
|||
|
|||
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. Remember to run:"; \
|
|||
echo "***"; \
|
|||
echo "*** $(gtk_update_icon_cache)"; \
|
|||
echo "***"; \
|
|||
fi |
|||
|
|||
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
|
@ -0,0 +1,9 @@ |
|||
|
|||
iconsdir = $(datadir)/icons/hicolor/scalable/apps |
|||
icons_DATA = \
|
|||
xfce4-panel.svg |
|||
|
|||
EXTRA_DIST = \
|
|||
$(icons_DATA) |
|||
|
|||
# vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
|
After Width: | Height: | Size: 6.6 KiB |
Loading…
Reference in new issue