~screenlets-stayinalive/screenlets-stayinalive/screenlets

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Guido Tabbernuk
  • Date: 2010-10-31 23:55:01 UTC
  • Revision ID: boamaod@gmail.com-20101031235501-1f57wypjqkvuy172
Install mono icons. Slideshow made usable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
files_list.insert(0, ('share/applications', ['desktop-menu/screenlets-manager.desktop']))
92
92
files_list.insert(0, ('share/icons/hicolor/scalable/apps', ['desktop-menu/screenlets.svg']))
93
93
files_list.insert(0, ('share/icons/hicolor/scalable/apps', ['desktop-menu/screenlets-tray.svg']))
 
94
files_list.insert(0, ('share/icons/ubuntu-mono-dark/apps/24', ['desktop-menu/mono-dark/screenlets-tray.svg']))
 
95
files_list.insert(0, ('share/icons/ubuntu-mono-light/apps/24', ['desktop-menu/mono-light/screenlets-tray.svg']))
94
96
 
95
97
# Install translation files
96
98
buildcmd = "msgfmt -o build/locale/%s/LC_MESSAGES/%s.mo %s/%s.po"