Added the pspp.appdata.xml file. 20131103030515/pspp 20131104030512/pspp 20131105030511/pspp 20131106030510/pspp
authorJohn Darrington <john@darrington.wattle.id.au>
Sun, 3 Nov 2013 07:16:38 +0000 (08:16 +0100)
committerJohn Darrington <john@darrington.wattle.id.au>
Sun, 3 Nov 2013 07:16:38 +0000 (08:16 +0100)
Apparently upcoming Gnome versions require this file.
Closes bug #40453

src/ui/gui/automake.mk
src/ui/gui/pspp.appdata.xml [new file with mode: 0644]

index 6b71475e34f5eed7a1f793a5776dbeee1d3ffa54..9cb4ffd8fb86327bd8774279bafc7874e02f3dcd 100644 (file)
@@ -345,6 +345,9 @@ src/ui/gui/psppire-marshal.h: src/ui/gui/marshaller-list
 desktopdir = $(datadir)/applications
 desktop_DATA = src/ui/gui/pspp.desktop
 
+appdatadir = $(datadir)/appdata
+dist_appdata_DATA = src/ui/gui/pspp.appdata.xml
+
 BUILT_SOURCES += src/ui/gui/psppire-marshal.c src/ui/gui/psppire-marshal.h
 CLEANFILES += src/ui/gui/psppire-marshal.c src/ui/gui/psppire-marshal.h \
        $(nodist_src_ui_gui_psppire_DATA)
diff --git a/src/ui/gui/pspp.appdata.xml b/src/ui/gui/pspp.appdata.xml
new file mode 100644 (file)
index 0000000..d552e1f
--- /dev/null
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<application>
+  <id type="desktop">pspp.desktop</id>
+  <licence>CC0</licence>
+  <summary>PSPP, a program for statistical analysis of sampled data</summary>
+  <description>
+    <p>GNU PSPP is a program for the statistical analysis of sampled data. It is a Free replacement for the proprietary program SPSS, and appears very similar to it with a few exceptions.</p>
+    <p>The most important of these exceptions are, that there are no “time bombs”; your copy of PSPP will not “expire” or deliberately stop working in the future. Neither are there any artificial limits on the number of cases or variables which you can use. There are no additional packages to purchase in order to get “advanced” functions; all functionality that PSPP currently supports is in the core package.</p>
+    <p>PSPP can perform descriptive statistics, T-tests, ANOVA, linear and logistic regression, cluster analysis, factor analysis, non-parametric tests and more. Its backend is designed to perform its analyses as fast as possible, regardless of the size of the input data. You can use PSPP with its graphical interface or the more traditional syntax commands.</p>
+  </description>
+  <url type="homepage">http://www.gnu.org/software/pspp/</url>
+  <screenshots>
+    <screenshot type="default">http://www.gnu.org/software/pspp/images/variable-sheet.png</screenshot>
+  </screenshots>
+  <updatecontact>pspp-users@gnu.org</updatecontact>
+</application>