/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Gary van der Merwe
  • Date: 2007-08-10 10:45:06 UTC
  • mto: This revision was merged to the branch mainline in revision 256.
  • Revision ID: garyvdm@gmail.com-20070810104506-wo2mp9zfkh338axe
Make icon locations consistant between source and installed version. Let glade nkow where to find the icons with a project file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
        "bzrlib.plugins.gtk.tests"
86
86
        ],
87
87
    data_files=[('share/olive', ['olive.glade',
88
 
                                 'oliveicon2.png',
89
88
                                 'cmenu.ui',
90
89
                                ]),
91
 
                ('share/olive', ['icons/commit.png',
 
90
                ('share/olive/icons', ['icons/commit.png',
92
91
                                 'icons/commit16.png',
93
92
                                 'icons/diff.png',
94
93
                                 'icons/diff16.png',
98
97
                                 'icons/pull16.png',
99
98
                                 'icons/push.png',
100
99
                                 'icons/push16.png',
101
 
                                 'icons/refresh.png']),
 
100
                                 'icons/refresh.png',
 
101
                                 'icons/oliveicon2.png']),
102
102
                ('share/applications', ['olive-gtk.desktop',
103
103
                                        'bazaar-properties.desktop',
104
104
                                        'bzr-notify.desktop']),