Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Backports:SLE-15-SP1:Update
dreampie
appdata.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File appdata.patch of Package dreampie
From 1bce3009be37ecee2bfa4d28d98c76c52bf5faeb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20Mail=C3=A4nder?= Date: Mon, 3 Oct 2016 08:52:00 +0200 Subject: [PATCH] Add an appdata.xml file. --- setup.py | 1 + share/appdata/dreampie.appdata.xml | 44 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 share/appdata/dreampie.appdata.xml diff --git a/setup.py b/setup.py index 81270d7..e27d462 100755 --- a/setup.py +++ b/setup.py @@ -74,6 +74,7 @@ package_data={'dreampielib': package_data_files}, data_files=[ ('share/applications', ['share/applications/dreampie.desktop']), + ('share/appdata', ['share/appdata/dreampie.appdata.xml']), ('share/man/man1', ['share/man/man1/dreampie.1']), ('share/pixmaps', ['share/pixmaps/dreampie.svg', 'share/pixmaps/dreampie.png']), diff --git a/share/appdata/dreampie.appdata.xml b/share/appdata/dreampie.appdata.xml new file mode 100644 index 0000000..4c2fa3f --- /dev/null +++ b/share/appdata/dreampie.appdata.xml @@ -0,0 +1,44 @@ +<component type="desktop"> + <id>dreampie.desktop</id> + <name>DreamPie</name> + <summary>Interactive Python console</summary> + <description> + <p>dreampie is a graphical alternative for the Python interactive console. It provides a number of additional features that are not possible with the regular (terminal based) Python console, including: syntax highlighting, parameter lists for built in Python functions, and the ability to save code to a file.</p> + </description> + <project_license>GPL-3.0+ and LGPL-2.1+ and BSD-3-Clause and Python-2.0 and LicenseRef-public-domain</project_license> + <url type="homepage">http://www.dreampie.org/</url> + <screenshots> + <screenshot> + <image>http://www.dreampie.org/screenshot1.png</image> + <caption>The DreamPie window</caption> + </screenshot> + <screenshot> + <image>http://www.dreampie.org/screenshot2.png</image> + <caption>Function documentation and filename completion. There's attribute completion too, of course!</caption> + </screenshot> + <screenshot> + <image>http://www.dreampie.org/screenshot3.png</image> + <caption>DreamPie with matplotlib</caption> + </screenshot> + <screenshot> + <image>http://www.dreampie.org/screenshot4.png</image> + <caption>Interrupt the process or kill it - the history is preserved!</caption> + </screenshot> + <screenshot> + <image>http://www.dreampie.org/screenshot5.png</image> + <caption>Results are automatically saved in the result history.</caption> + </screenshot> + <screenshot> + <image>http://www.dreampie.org/screenshot6.png</image> + <caption>Long output sections are automatically folded.</caption> + </screenshot> + <screenshot> + <image>http://www.dreampie.org/screenshot7.png</image> + <caption>Jython support makes DreamPie an excellent tool for exploring Java classes...</caption> + </screenshot> + <screenshot> + <image>http://www.dreampie.org/screenshot9.png</image> + <caption>You can keep your session history as an HTML file, and load it back into DreamPie.</caption> + </screenshot> + </screenshots> +</component>
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor