~ubuntu-branches/ubuntu/karmic/apturl/karmic

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Bazaar Package Importer
  • Author(s): Harald Sitter
  • Date: 2009-09-01 21:02:20 UTC
  • Revision ID: james.westby@ubuntu.com-20090901210220-12hfhfd5xo939zpq
Tags: 0.4.0ubuntu3
* Make KDE frontend use a Qt UI file (should make it easier to maintain)
* Enable KDE frontend to few HTML when about to enable a software channel
* Clean-up setup.py
* Make apturl script fall back to KDE frontend when -gtk is not installed even
  if KDE_FULL_SESSION is not set
* Resolve self-relations of apturl binary package
* fix crash on ctrl-c (in KDE frontend)

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
      packages=['AptUrl','AptUrl.gtk','AptUrl.kde'],
30
30
      scripts=['apturl','apturl-gtk','apturl-kde'],
31
31
      data_files=[('share/apturl/',
32
 
                   ["data/apturl.glade"]),
 
32
                   ["data/apturl.glade","data/apturl.ui"]),
33
33
                  ('share/firefox/defaults/pref/',
34
34
                   ["data/apturl.js"]),
35
35
                  ('../etc/firefox-3.0/pref/',
36
36
                   ["data/apturl.js"]),
37
37
                  ('share/kde4/services/',
38
 
                   ["data/apt.protocol"]),
39
 
                  ('share/kde4/services/',
40
 
                   ["data/apt+http.protocol"]),
 
38
                   ["data/apt.protocol","data/apt+http.protocol"]),
41
39
                 ]+I18NFILES,
42
40
      cmdclass = { "build" : build_extra.build_extra,
43
41
                   "build_i18n" :  build_i18n.build_i18n,