~mvo/update-manager/not-automatic

« back to all changes in this revision

Viewing changes to setup.cfg

  • Committer: Michael Vogt
  • Date: 2008-05-21 16:01:17 UTC
  • mfrom: (952.1.10 hildon)
  • Revision ID: michael.vogt@ubuntu.com-20080521160117-lom591v3zpyk53yt
* UpdateManagerHildon/UpdateManagerHildon.py:
  - add hildon support (thanks to Tollef Fog Heen and
    Emmet Hikory)
  - make networkless upgrades more robust (LP: #227197)
* DistUpgrade/DistUpgradeViewGtk.py:
  - work around hang in svg loader (LP: #186465)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[build_i18n]
2
2
domain=update-manager
3
 
desktop_files=[("share/applications", ("data/update-manager.desktop.in",))]
 
3
desktop_files=[("share/applications", ("data/update-manager.desktop.in",
 
4
                                       "data/update-manager-hildon.desktop.in",
 
5
                                      ))]
4
6
schemas_files=[("share/gconf/schemas", ("data/update-manager.schemas.in",))]
5
7
 
6
8
[sdist]