~ubuntu-branches/ubuntu/trusty/postr/trusty

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Bazaar Package Importer
  • Author(s): Nicolai Spohrer
  • Date: 2008-06-26 17:27:41 UTC
  • mfrom: (1.1.4 upstream) (5.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080626172741-3jm2i1cx3ppe81nl
Tags: 0.12.2-1ubuntu1
* Merge with Debian unstable (LP: #240191), remaining changes:
  - debian/control:
    + removed python-elementtree from Depends as it is in
       python 2.5
    + added python-nautilus to Depends
    + Modified Maintainer field as per spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
      packages=['postr'],
17
17
      package_data={'postr': ['postr.glade']},
18
18
      data_files=[('share/applications', ['data/postr.desktop']),
19
 
                  ('lib/nautilus/extensions-2.0/python', ['nautilus/postrExtension.py']),
20
19
                  ('share/icons/hicolor/16x16/apps', glob('data/16x16/*.png')),
21
20
                  ('share/icons/hicolor/22x22/apps', glob('data/22x22/*.png')),
22
21
                  ('share/icons/hicolor/24x24/apps', glob('data/24x24/*.png')),
23
22
                  ('share/icons/hicolor/32x32/apps', glob('data/32x32/*.png')),
24
23
                  ('share/icons/hicolor/scalable/apps', glob('data/scalable/*.svg')),
 
24
                  # TODO: inspect nautilus-python.pc to get path
 
25
                  ('lib/nautilus/extensions-1.0/python', ['nautilus/postrExtension.py']),
 
26
                  ('lib/nautilus/extensions-2.0/python', ['nautilus/postrExtension.py']),
25
27
                  ],
26
28
      
27
29
      )
28
30
 
29
31
# TODO: install translations
 
32
# TODO: update icon cache
 
33
# TODO: rewrite in autotools because this is getting silly