0.4.3 Added icons. /JL
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
|
||||
size = 22x22
|
||||
context = places
|
||||
|
||||
iconsdir = $(themedir)/$(size)/$(context)
|
||||
|
||||
icons_DATA = \
|
||||
folder.png \
|
||||
folder-remote.png \
|
||||
folder-saved-search.png \
|
||||
network-server.png \
|
||||
network-workgroup.png \
|
||||
start-here.png \
|
||||
user-desktop.png \
|
||||
user-home.png \
|
||||
user-trash.png
|
||||
|
||||
EXTRA_DIST = \
|
||||
$(icons_DATA)
|
||||
|
||||
install-data-local: install-iconsDATA
|
||||
(cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context))
|
||||
if ENABLE_ICON_FRAMING
|
||||
$(mkinstalldirs) $(DESTDIR)$(themedir)/24x24/$(context)
|
||||
(cd $(DESTDIR)$(themedir) && \
|
||||
for icon in $(icons_DATA); do \
|
||||
$(CONVERT) $(size)/$(context)/$$icon 24x24/$(context)/$$icon; \
|
||||
done)
|
||||
(cd $(DESTDIR)$(themedir)/24x24 && $(ICONMAP) -c $(context))
|
||||
endif
|
||||
|
||||
uninstall-local:
|
||||
rm -rf $(themedir)/24x24/$(context)
|
||||
Reference in New Issue
Block a user