~ubuntu-branches/ubuntu/vivid/qreator/vivid

« back to all changes in this revision

Viewing changes to setup.py

  • Committer: Package Import Robot
  • Author(s): Logan Rosen
  • Date: 2014-06-01 00:03:15 UTC
  • mfrom: (0.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20140601000315-8vn4sv003v75nsil
Tags: 13.05.3-2fakesync1
Fake sync due to mismatching orig tarball.

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
 
89
89
        for line in fin:
90
90
            if 'Icon=' in line:
91
 
                line = "Icon=%s\n" % (target_pkgdata + 'media/qreator.svg')
 
91
                line = "Icon=qreator\n"
92
92
            elif 'Exec=' in line:
93
93
                cmd = line.split("=")[1].split(None, 1)
94
94
                line = "Exec=%s" % (target_scripts + 'qreator')