file name changes and setup.py fix

git-svn-id: svn+ssh://svn.marcochapeau.org/laditools/trunk@44 bfe161da-02ef-4cea-8c43-ae261ea21ac6
This commit is contained in:
marco 2007-12-21 17:47:07 +00:00
parent af22f7ae2f
commit 5b6ea5e1d9
3 changed files with 3 additions and 2 deletions

View File

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 17 KiB

View File

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -29,8 +29,9 @@ setup(name='pyjackctl',
scripts=['jackctl_trayicon', 'wmjackctl', 'g15jackmon'],
data_files=[('share/doc/pyjackctl', ['README', 'COPYING']),
('share/pixmaps', ['icons/scalable/pyjackctl.svg']),
('share/pyjackctl/data', ['data/bigjack.svg',
'data/pyjack_conf_ui.glade',
('share/pyjackctl/data', ['data/pyjackctl_logo.svg',
'data/jackctl_conf_ui.glade',
'data/jackctl_logview_ui.glade',
'data/started.svg',
'data/stopped.svg'])]
)