From c091147d4899e8f9b34eb79dbe418c3dc5e22b5e Mon Sep 17 00:00:00 2001 From: Colin B. Macdonald Date: Dec 27 2015 09:28:11 +0000 Subject: add missing patch --- diff --git a/add-metainfo-xml-file.patch b/add-metainfo-xml-file.patch new file mode 100644 index 0000000..7fcac56 --- /dev/null +++ b/add-metainfo-xml-file.patch @@ -0,0 +1,32 @@ +From 5e89b4b6fa050449a2c0449e79f820dfc6a1ace1 Mon Sep 17 00:00:00 2001 +From: "Colin B. Macdonald" +Date: Fri, 25 Dec 2015 23:03:38 -0800 +Subject: [PATCH] Add metainfo.xml file + +This should allow us to appear as an add-on in Gnome Software +and other such tools. +--- + octave-symbolic.metainfo.xml | 11 +++++++++++ + 1 file changed, 11 insertions(+) + create mode 100644 octave-symbolic.metainfo.xml + +diff --git a/octave-symbolic.metainfo.xml b/octave-symbolic.metainfo.xml +new file mode 100644 +index 0000000..ae5f691 +--- /dev/null ++++ b/octave-symbolic.metainfo.xml +@@ -0,0 +1,11 @@ ++ ++ ++ octave-symbolic ++ octave.desktop ++ Symbolic ++ Symbolic manipulation, calculus, variable precision arithmetic, and other computer algebra features ++ http://octave.sourceforge.net/symbolic ++ https://github.com/cbm755/octsympy/issues/new ++ CC0-1.0 ++ GPL-3.0+ ++ +-- +2.5.0 +