~ubuntu-branches/debian/experimental/spyder/experimental

« back to all changes in this revision

Viewing changes to scripts/spyder3.desktop

  • Committer: Package Import Robot
  • Author(s): Picca Frédéric-Emmanuel
  • Date: 2014-05-29 09:06:26 UTC
  • mfrom: (1.1.21) (18.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20140529090626-f58t82g0n5iewaxu
Tags: 2.3.0~rc+dfsg-1~experimental2
* Add spyder-common binary package for all the python2,3 common files
* debian/path
  - 0001-fix-documentation-installation.patch (deleted)
  + 0001-fix-spyderlib-path.patch (new)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[Desktop Entry]
 
2
Version=1.0
 
3
Type=Application
 
4
Name=Spyder3
 
5
GenericName=Spyder3
 
6
Comment=Scientific PYthon Development EnviRonment - Python3
 
7
TryExec=spyder3
 
8
Exec=spyder3 %F
 
9
Categories=Development;Science;IDE;Qt;
 
10
Icon=spyder3
 
11
Terminal=false
 
12
StartupNotify=true
 
13
MimeType=text/x-python;
 
14