From aac8d19c7dabd2ac89a0acf70d4d6cf8d07949bf Mon Sep 17 00:00:00 2001 From: John Darrington Date: Sun, 3 Nov 2013 08:16:38 +0100 Subject: [PATCH] Added the pspp.appdata.xml file. Apparently upcoming Gnome versions require this file. Closes bug #40453 --- src/ui/gui/automake.mk | 3 +++ src/ui/gui/pspp.appdata.xml | 16 ++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 src/ui/gui/pspp.appdata.xml diff --git a/src/ui/gui/automake.mk b/src/ui/gui/automake.mk index 6b71475e34..9cb4ffd8fb 100644 --- a/src/ui/gui/automake.mk +++ b/src/ui/gui/automake.mk @@ -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 index 0000000000..d552e1f21c --- /dev/null +++ b/src/ui/gui/pspp.appdata.xml @@ -0,0 +1,16 @@ + + + pspp.desktop + CC0 + PSPP, a program for statistical analysis of sampled data + +

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.

+

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.

+

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.

+
+ http://www.gnu.org/software/pspp/ + + http://www.gnu.org/software/pspp/images/variable-sheet.png + + pspp-users@gnu.org +
-- 2.30.2