~mvo/software-center/use-lxml

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Gary Lasker
  • Date: 2012-08-01 04:26:27 UTC
  • mfrom: (3069.2.20 dbus-data-provider)
  • Revision ID: gary.lasker@canonical.com-20120801042627-w8koufufg9ortsd3
* lp:~mvo/software-center/dbus-data-provider:
  - add a dbus data provider for the appdetails so that the unity
    lens can use it for the app preview 

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
    version=VERSION,
89
89
    scripts=[
90
90
        "software-center",
 
91
        "software-center-dbus",
91
92
        # gtk3
92
93
        "utils/submit_review_gtk3.py",
93
94
        "utils/report_review_gtk3.py",
138
139
        # sso
139
140
        ('share/software-center/ui/sso/', glob.glob("data/ui/sso/*.ui")),
140
141
        # dbus
141
 
        ('../etc/dbus-1/system.d/', ["data/com.ubuntu.SoftwareCenter.conf"]),
 
142
        ('../etc/dbus-1/system.d/', 
 
143
         ["data/dbus/com.ubuntu.SoftwareCenter.conf"]),
 
144
        ('share/dbus-1/services', 
 
145
         ["data/dbus/com.ubuntu.SoftwareCenterDataProvider.service"]),
142
146
        # images
143
147
        ('share/software-center/images/',
144
148
         glob.glob("data/images/*.png") + glob.glob("data/images/*.gif")),