~ubuntu-branches/ubuntu/raring/radiotray/raring

« back to all changes in this revision

Viewing changes to .pc/01_share_copying.patch/setup.py

  • Committer: Bazaar Package Importer
  • Author(s): Elías Alejandro Año Mendoza
  • Date: 2010-06-15 02:19:00 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100615021900-m8wrzkbq8kez1etv
Tags: 0.6-2
Added build dependency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
    license='GPL',
86
86
    scripts=['radiotray'],
87
87
    data_files = [
88
 
      ('share/applications', glob.glob('data/images/*.png')),
89
 
      ('share/applications', glob.glob('data/images/*.gif')),
90
88
      ('share/applications', glob.glob('data/*.desktop')),
91
89
      ('share/doc/radiotray-%s' % APPVERSION,
92
90
          ['AUTHORS', 'CONTRIBUTORS', 'COPYING', 'NEWS', 'README']),
93
91
      ('share/radiotray/images', glob.glob('data/images/*.png')),
94
92
      ('share/radiotray/images', glob.glob('data/images/*.gif')),
95
 
      ('share/pixmaps', glob.glob('data/images/*.png')),
96
 
      ('share/pixmaps', glob.glob('data/images/*.gif')),
97
 
      ('share/radiotray', ['data/configBookmarks.glade', 'data/bookmarks.xml']),
 
93
      ('share/pixmaps', glob.glob('data/images/radiotray.png')),
 
94
      ('share/radiotray', ['data/configBookmarks.glade', 'data/bookmarks.xml', 'data/config.xml']),
98
95
    ],
99
96
    package_dir={'radiotray': 'src'},
100
97
    packages = ['radiotray', 'radiotray.lib'],