~aaronp/software-center/enhance-usefulness

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Kiwinote
  • Date: 2011-03-08 18:13:14 UTC
  • mto: (1615.2.1 software-center)
  • mto: This revision was merged to the branch mainline in revision 1589.
  • Revision ID: kiwinote@gmail.com-20110308181314-zf0bndq5qs2dw077
  * clean up mimetype handling (allows us to accept apturls once again)
please check this carefully - it seems to work, but I aren't 100% familiar with all the details
once this gets approved, we still need to set s-c as the default apturl handler in the defaults file

Show diffs side-by-side

added added

removed removed

Lines of Context:
105
105
                   glob.glob("data/emblems/*.png")),
106
106
                  ('share/apt-xapian-index/plugins',
107
107
                   glob.glob("apt-xapian-index-plugin/*.py")),
108
 
                  ('share/application-registry',
109
 
                   ["data/software-center.applications"]),
110
 
                  ('../etc/firefox/pref/',
111
 
                   ["data/software-center.js"]),
112
 
#                  ('share/kde4/services/',
113
 
#                   ["data/apt.protocol"]),
114
108
                  ],
115
109
      cmdclass = {"build": build_extra.build_extra,
116
110
                  "build_i18n": build_i18n.build_i18n,