Typica is a free program for professional coffee roasters. https://typica.us
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

Makefile.am 399B

1234567891011121314151617181920
  1. size = 16x16
  2. context = emblems
  3. iconsdir = $(themedir)/$(size)/$(context)
  4. icons_DATA = \
  5. emblem-favorite.png \
  6. emblem-important.png \
  7. emblem-photos.png \
  8. emblem-readonly.png \
  9. emblem-symbolic-link.png \
  10. emblem-system.png \
  11. emblem-unreadable.png
  12. EXTRA_DIST = \
  13. $(icons_DATA)
  14. install-data-local: install-iconsDATA
  15. (cd $(DESTDIR)$(themedir)/$(size) && $(ICONMAP) -c $(context))