~ubuntu-core-dev/software-properties/main

« back to all changes in this revision

Viewing changes to setup.cfg

  • Committer: Simon Quigley
  • Date: 2018-07-14 10:11:32 UTC
  • mto: This revision was merged to the branch mainline in revision 1049.
  • Revision ID: tsimonq2@ubuntu.com-20180714101132-jpm43js9q13vplzm
Use sed to make everything say Qt.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
[build_i18n]
3
3
domain=software-properties
4
 
desktop_files=[("share/applications", 
 
4
desktop_files=[("share/applications",
5
5
                 ("data/software-properties-gtk.desktop.in",
6
6
                  "data/software-properties-drivers.desktop.in",
7
 
                  "data/software-properties-kde.desktop.in",),
 
7
                  "data/software-properties-qt.desktop.in",),
8
8
               )
9
9
              ]
10
10
xml_files=[
11
 
        ("share/mime/packages", 
 
11
        ("share/mime/packages",
12
12
         ("data/mime/apt.xml.in",)),
13
 
        ("share/polkit-1/actions/", 
 
13
        ("share/polkit-1/actions/",
14
14
         ("data/com.ubuntu.softwareproperties.policy.in",)),
15
 
        ("share/metainfo/", 
 
15
        ("share/metainfo/",
16
16
         ("data/software-properties-gtk.appdata.xml.in",)),
17
17
           ]
18
18
bug_contact="Sebastian Heinlein <sebi@glatzor.de>"