File wxMaxima-appstream-xml-filename.patch of Package wxMaxima
Index: wxmaxima-16.04.1/data/wxMaxima.appdata.xml
===================================================================
--- /dev/null
+++ wxmaxima-16.04.1/data/wxMaxima.appdata.xml
@@ -0,0 +1,55 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<component type="desktop">
+ <id>wxMaxima.desktop</id>
+ <metadata_license>CC0-1.0</metadata_license>
+ <project_license>GPL-2.0+</project_license>
+ <name>wxMaxima</name>
+ <summary>A graphical user interface for maxima being a powerful computer algebra system </summary>
+ <description>
+ <p>
+ wxMaxima is a graphical user interface for the computer algebra system Maxima:
+ a program that solves mathematical problems by manipulating
+ equations (and outputting the resulting formula), instead of just
+ calculating a number. wxMaxima eases the use of Maxima by making
+ most of its commands available through a menu system and by
+ providing input dialogs for commands that require more than one
+ argument. It also implements its own display engine that outputs
+ mathematical symbols directly instead of depicting them with
+ ASCII characters.
+ </p>
+ <p>
+ wxMaxima also features 2D and 3D inline plots, simple animations,
+ mixing of text and mathematical calculations to create documents,
+ exporting of input and output to TeX, document structuring and a
+ browser for Maxima's manual including command index and full text
+ searching.
+ </p>
+ </description>
+ <screenshots>
+ <screenshot type="default">
+ <image>http://andrejv.github.io/wxmaxima/images/linux_1.jpg</image>
+ <caption>An example of a plot embeded in a work sheet</caption>
+ </screenshot>
+ <screenshot type="default">
+ <image>http://andrejv.github.io/wxmaxima/images/linux_2.jpg</image>
+ <caption>Another example of a plot embeded in a work sheet</caption>
+ </screenshot>
+ <screenshot type="default">
+ <image>http://andrejv.github.io/wxmaxima/images/linux_3.jpg</image>
+ <caption>wxMaxima provides wizards for the most important functions if maxima</caption>
+ </screenshot>
+ <screenshot type="default">
+ <image>http://andrejv.github.io/wxmaxima/images/mac_1.jpg</image>
+ <caption>A screenshot of the advanced autocompletion feature</caption>
+ </screenshot>
+ <screenshot type="default">
+ <image>http://andrejv.github.io/wxmaxima/images/mac_2.jpg</image>
+ <caption>wxMaxima allows for extensive documentation of the formula</caption>
+ </screenshot>
+ <screenshot type="default">
+ <image>http://andrejv.github.io/wxmaxima/images/windows_1.jpg</image>
+ <caption>wxMaxima provides sidepanes for the most important functions</caption>
+ </screenshot>
+ </screenshots>
+ <url type="homepage">http://andrejv.github.io/wxmaxima/</url>
+</component>
Index: wxmaxima-16.04.1/data/wxmaxima.appdata.xml
===================================================================
--- wxmaxima-16.04.1.orig/data/wxmaxima.appdata.xml
+++ /dev/null
@@ -1,55 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<component type="desktop">
- <id>wxmaxima.desktop</id>
- <metadata_license>CC0-1.0</metadata_license>
- <project_license>GPL-2.0+</project_license>
- <name>wxMaxima</name>
- <summary>A graphical user interface for maxima being a powerful computer algebra system </summary>
- <description>
- <p>
- wxMaxima is a graphical user interface for the computer algebra system Maxima:
- a program that solves mathematical problems by manipulating
- equations (and outputting the resulting formula), instead of just
- calculating a number. wxMaxima eases the use of Maxima by making
- most of its commands available through a menu system and by
- providing input dialogs for commands that require more than one
- argument. It also implements its own display engine that outputs
- mathematical symbols directly instead of depicting them with
- ASCII characters.
- </p>
- <p>
- wxMaxima also features 2D and 3D inline plots, simple animations,
- mixing of text and mathematical calculations to create documents,
- exporting of input and output to TeX, document structuring and a
- browser for Maxima's manual including command index and full text
- searching.
- </p>
- </description>
- <screenshots>
- <screenshot type="default">
- <image>http://andrejv.github.io/wxmaxima/images/linux_1.jpg</image>
- <caption>An example of a plot embeded in a work sheet</caption>
- </screenshot>
- <screenshot type="default">
- <image>http://andrejv.github.io/wxmaxima/images/linux_2.jpg</image>
- <caption>Another example of a plot embeded in a work sheet</caption>
- </screenshot>
- <screenshot type="default">
- <image>http://andrejv.github.io/wxmaxima/images/linux_3.jpg</image>
- <caption>wxMaxima provides wizards for the most important functions if maxima</caption>
- </screenshot>
- <screenshot type="default">
- <image>http://andrejv.github.io/wxmaxima/images/mac_1.jpg</image>
- <caption>A screenshot of the advanced autocompletion feature</caption>
- </screenshot>
- <screenshot type="default">
- <image>http://andrejv.github.io/wxmaxima/images/mac_2.jpg</image>
- <caption>wxMaxima allows for extensive documentation of the formula</caption>
- </screenshot>
- <screenshot type="default">
- <image>http://andrejv.github.io/wxmaxima/images/windows_1.jpg</image>
- <caption>wxMaxima provides sidepanes for the most important functions</caption>
- </screenshot>
- </screenshots>
- <url type="homepage">http://andrejv.github.io/wxmaxima/</url>
-</component>
Index: wxmaxima-16.04.1/data/Makefile.am
===================================================================
--- wxmaxima-16.04.1.orig/data/Makefile.am
+++ wxmaxima-16.04.1/data/Makefile.am
@@ -7,7 +7,7 @@ bashcompletion_DATA = wxmaxima
EXTRA_DIST = wxmaxima tips.txt wxmathml.lisp wxmaxima.png wxmaxima.svg Info.plist.in PkgInfo autocomplete.txt wxmaxima.manifest
appdatadir = $(datarootdir)/appdata
-dist_appdata_DATA = wxmaxima.appdata.xml
+dist_appdata_DATA = wxMaxima.appdata.xml
appicondir = $(datarootdir)/pixmaps
dist_appicon_DATA = wxmaxima.svg wxmaxima.png text-x-wxmaxima-batch.svg text-x-wxmathml.svg wxmaxima-16.xpm wxmaxima-32.xpm