Sat, 01 Sep 2018 10:39:08 +0200
Re-merged with "default" branch in order to include some last minute fixes in the next release.
3609
5f17196652d5
Added an appdata file for the IDE to be installed on Linux.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
1 | <?xml version="1.0" encoding="UTF-8"?> |
5214
0473e5256ca9
Fixes to comply with the current AppStream file format and contents.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4054
diff
changeset
|
2 | <component type="desktop"> |
0473e5256ca9
Fixes to comply with the current AppStream file format and contents.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4054
diff
changeset
|
3 | <id>eric6@MARKER@.desktop</id> |
3609
5f17196652d5
Added an appdata file for the IDE to be installed on Linux.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
4 | <metadata_license>CC-BY-3.0</metadata_license> |
5f17196652d5
Added an appdata file for the IDE to be installed on Linux.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
5 | <project_license>GPL-3.0+</project_license> |
3931
ff8e034662d6
Modified the install script to allow parallel installation for Python2 and Python3.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3758
diff
changeset
|
6 | <name>eric6@MARKER@</name> |
3609
5f17196652d5
Added an appdata file for the IDE to be installed on Linux.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
7 | <summary>Integrated Development Environment for Python</summary> |
5f17196652d5
Added an appdata file for the IDE to be installed on Linux.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
8 | <description> |
5f17196652d5
Added an appdata file for the IDE to be installed on Linux.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
9 | <p> |
5375
c55d7340ef39
Changed references to the eric web site URL to use the secure protocol https://.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5219
diff
changeset
|
10 | Eric is a full featured Python editor and IDE, written |
c55d7340ef39
Changed references to the eric web site URL to use the secure protocol https://.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5219
diff
changeset
|
11 | in Python. It is based on the cross platform Qt GUI toolkit, integrating |
c55d7340ef39
Changed references to the eric web site URL to use the secure protocol https://.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5219
diff
changeset
|
12 | the highly flexible QScintilla editor control. It is designed to be |
3609
5f17196652d5
Added an appdata file for the IDE to be installed on Linux.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
13 | usable as everdays' quick and dirty editor as well as being usable as a |
5f17196652d5
Added an appdata file for the IDE to be installed on Linux.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
14 | professional project management tool integrating many advanced features |
4054
3ef699270e61
Corrected a little typo and improved the .desktop file generation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3931
diff
changeset
|
15 | Python offers the professional coder. Eric includes a plug-in system, which |
3ef699270e61
Corrected a little typo and improved the .desktop file generation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
3931
diff
changeset
|
16 | allows easy extension of the IDE functionality with plug-ins downloadable |
3609
5f17196652d5
Added an appdata file for the IDE to be installed on Linux.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
17 | from the net. |
5f17196652d5
Added an appdata file for the IDE to be installed on Linux.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
18 | </p> |
5f17196652d5
Added an appdata file for the IDE to be installed on Linux.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
19 | </description> |
5f17196652d5
Added an appdata file for the IDE to be installed on Linux.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
20 | <screenshots> |
5375
c55d7340ef39
Changed references to the eric web site URL to use the secure protocol https://.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5219
diff
changeset
|
21 | <screenshot type="default" width="1931" height="1404">https://eric-ide.python-projects.org/images/eric5-screen-01.png</screenshot> |
c55d7340ef39
Changed references to the eric web site URL to use the secure protocol https://.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5219
diff
changeset
|
22 | <screenshot width="1936" height="1404">https://eric-ide.python-projects.org/images/eric5-screen-02.png</screenshot> |
c55d7340ef39
Changed references to the eric web site URL to use the secure protocol https://.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5219
diff
changeset
|
23 | <screenshot width="1330" height="1405">https://eric-ide.python-projects.org/images/eric5-screen-04.png</screenshot> |
c55d7340ef39
Changed references to the eric web site URL to use the secure protocol https://.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5219
diff
changeset
|
24 | <screenshot width="1431" height="1254">https://eric-ide.python-projects.org/images/eric5-screen-10.png</screenshot> |
3609
5f17196652d5
Added an appdata file for the IDE to be installed on Linux.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
diff
changeset
|
25 | </screenshots> |
5375
c55d7340ef39
Changed references to the eric web site URL to use the secure protocol https://.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5219
diff
changeset
|
26 | <url type="homepage">https://eric-ide.python-projects.org</url> |
5218
c6688516bd95
Another addition to comply with the current AppStream file format and contents.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5214
diff
changeset
|
27 | <url type="bugtracker">https://die-offenbachs.homelinux.org/issues/</url> |
5375
c55d7340ef39
Changed references to the eric web site URL to use the secure protocol https://.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5219
diff
changeset
|
28 | <url type="translate">https://eric-ide.python-projects.org/eric-translations.html</url> |
5214
0473e5256ca9
Fixes to comply with the current AppStream file format and contents.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4054
diff
changeset
|
29 | <url type="donation">https://www.paypal.com/cgi-bin/webscr?item_name=Donation+to+Eric+Integrated+Development+Environment&cmd=_donations&business=detlev@die-offenbachs.de</url> |
0473e5256ca9
Fixes to comply with the current AppStream file format and contents.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4054
diff
changeset
|
30 | <update_contact>detlev_AT_die-offenbachs.de</update_contact> |
0473e5256ca9
Fixes to comply with the current AppStream file format and contents.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4054
diff
changeset
|
31 | <developer_name>Detlev Offenbach</developer_name> |
0473e5256ca9
Fixes to comply with the current AppStream file format and contents.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4054
diff
changeset
|
32 | <translation type="qt">eric6</translation> |
5219
cfee0406da8e
Extended the appstream file to contain a 'provides' section containing the list of script created during installation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5218
diff
changeset
|
33 | <provides> |
cfee0406da8e
Extended the appstream file to contain a 'provides' section containing the list of script created during installation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5218
diff
changeset
|
34 | <binary>eric6</binary> |
cfee0406da8e
Extended the appstream file to contain a 'provides' section containing the list of script created during installation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5218
diff
changeset
|
35 | <binary>eric6_api</binary> |
cfee0406da8e
Extended the appstream file to contain a 'provides' section containing the list of script created during installation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5218
diff
changeset
|
36 | <binary>eric6_browser</binary> |
cfee0406da8e
Extended the appstream file to contain a 'provides' section containing the list of script created during installation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5218
diff
changeset
|
37 | <binary>eric6_compare</binary> |
cfee0406da8e
Extended the appstream file to contain a 'provides' section containing the list of script created during installation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5218
diff
changeset
|
38 | <binary>eric6_configure</binary> |
cfee0406da8e
Extended the appstream file to contain a 'provides' section containing the list of script created during installation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5218
diff
changeset
|
39 | <binary>eric6_diff</binary> |
cfee0406da8e
Extended the appstream file to contain a 'provides' section containing the list of script created during installation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5218
diff
changeset
|
40 | <binary>eric6_doc</binary> |
cfee0406da8e
Extended the appstream file to contain a 'provides' section containing the list of script created during installation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5218
diff
changeset
|
41 | <binary>eric6_editor</binary> |
cfee0406da8e
Extended the appstream file to contain a 'provides' section containing the list of script created during installation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5218
diff
changeset
|
42 | <binary>eric6_hexeditor</binary> |
cfee0406da8e
Extended the appstream file to contain a 'provides' section containing the list of script created during installation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5218
diff
changeset
|
43 | <binary>eric6_iconeditor</binary> |
cfee0406da8e
Extended the appstream file to contain a 'provides' section containing the list of script created during installation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5218
diff
changeset
|
44 | <binary>eric6_plugininstall</binary> |
cfee0406da8e
Extended the appstream file to contain a 'provides' section containing the list of script created during installation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5218
diff
changeset
|
45 | <binary>eric6_pluginrepository</binary> |
cfee0406da8e
Extended the appstream file to contain a 'provides' section containing the list of script created during installation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5218
diff
changeset
|
46 | <binary>eric6_pluginuninstall</binary> |
cfee0406da8e
Extended the appstream file to contain a 'provides' section containing the list of script created during installation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5218
diff
changeset
|
47 | <binary>eric6_qregexp</binary> |
cfee0406da8e
Extended the appstream file to contain a 'provides' section containing the list of script created during installation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5218
diff
changeset
|
48 | <binary>eric6_qregularexpression</binary> |
cfee0406da8e
Extended the appstream file to contain a 'provides' section containing the list of script created during installation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5218
diff
changeset
|
49 | <binary>eric6_re</binary> |
cfee0406da8e
Extended the appstream file to contain a 'provides' section containing the list of script created during installation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5218
diff
changeset
|
50 | <binary>eric6_snap</binary> |
cfee0406da8e
Extended the appstream file to contain a 'provides' section containing the list of script created during installation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5218
diff
changeset
|
51 | <binary>eric6_sqlbrowser</binary> |
cfee0406da8e
Extended the appstream file to contain a 'provides' section containing the list of script created during installation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5218
diff
changeset
|
52 | <binary>eric6_tray</binary> |
cfee0406da8e
Extended the appstream file to contain a 'provides' section containing the list of script created during installation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5218
diff
changeset
|
53 | <binary>eric6_trpreviewer</binary> |
cfee0406da8e
Extended the appstream file to contain a 'provides' section containing the list of script created during installation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5218
diff
changeset
|
54 | <binary>eric6_uipreviewer</binary> |
cfee0406da8e
Extended the appstream file to contain a 'provides' section containing the list of script created during installation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5218
diff
changeset
|
55 | <binary>eric6_unittest</binary> |
cfee0406da8e
Extended the appstream file to contain a 'provides' section containing the list of script created during installation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5218
diff
changeset
|
56 | <binary>eric6_webbrowser</binary> |
cfee0406da8e
Extended the appstream file to contain a 'provides' section containing the list of script created during installation.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
5218
diff
changeset
|
57 | </provides> |
5214
0473e5256ca9
Fixes to comply with the current AppStream file format and contents.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4054
diff
changeset
|
58 | <releases> |
0473e5256ca9
Fixes to comply with the current AppStream file format and contents.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4054
diff
changeset
|
59 | <release version="@VERSION@" date="@DATE@" /> |
0473e5256ca9
Fixes to comply with the current AppStream file format and contents.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4054
diff
changeset
|
60 | </releases> |
0473e5256ca9
Fixes to comply with the current AppStream file format and contents.
Detlev Offenbach <detlev@die-offenbachs.de>
parents:
4054
diff
changeset
|
61 | </component> |