~ubuntu-branches/ubuntu/raring/webservice-office-zoho/raring

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Bazaar Package Importer
  • Author(s): Jamie Bennett
  • Date: 2010-04-14 11:41:31 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100414114131-yqxdsgtfeclol4aq
Tags: 0.4.3-0ubuntu1
* New upstream release. Add new scalable .svg icons supplied by Zoho Corp. 
  Closes bug (LP: 562322).
* Add missing build depend for pycurl. Closes bug (LP: 562937).

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
    data_files=[(packageFolder, ['doc/empty-zoho-document.odt', 
29
29
                                 'doc/empty-zoho-document.ods',
30
30
                                 'doc/empty-zoho-document.odp']),
31
 
                ('share/icons/hicolor/32x32/apps', glob.glob("images/icons/32x32/*.png")),
32
 
                ('share/icons/hicolor/24x24/apps', glob.glob("images/icons/24x24/*.png")),
33
 
                ('share/icons/hicolor/22x22/apps', glob.glob("images/icons/22x22/*.png")),
34
 
                ('share/icons/hicolor/16x16/apps', glob.glob("images/icons/16x16/*.png")),
35
 
                ('share/icons/hicolor/12x12/apps', glob.glob("images/icons/12x12/*.png"))]
 
31
                ('share/icons/hicolor/scalable/apps', glob.glob("images/icons/*.svg"))
 
32
    ]
36
33
)
37
34