[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-417-gf58d1
From: |
Friedrich Beckmann |
Subject: |
[Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-417-gf58d1b6 |
Date: |
Sat, 20 Jun 2020 13:04:55 -0400 (EDT) |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU PSPP".
The branch, master has been updated
via f58d1b69c4bbd4072fca4e79ea1e6a527ab09fae (commit)
via 3c051f691158eff5fd81ec2c6bf64bdd96f0b2f9 (commit)
via 86c5d611b3f272a987193510959184b61cd21b00 (commit)
via e92905c6b45dafa768497eadc638e7c2d6c528fc (commit)
from d290967fb1b127cd5c69958ec490e235b49087d5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f58d1b69c4bbd4072fca4e79ea1e6a527ab09fae
Author: Friedrich Beckmann <friedrich.beckmann@gmx.de>
Date: Sat Jun 20 15:48:57 2020 +0200
main.c: set "register-session" property for gtk_application
To open an application by clicking an associated file like
grid.sps in the Finder on Macos requires that the property
"register-session" is set for gtk_application. I did not
find a negative impact on Debian bullseye so I hope this
works also on other platforms. The gtk support for this
will be in the next gtk-3-24 release.
See: https://gitlab.gnome.org/GNOME/gtk/-/merge_requests/2098
commit 3c051f691158eff5fd81ec2c6bf64bdd96f0b2f9
Author: Friedrich Beckmann <friedrich.beckmann@gmx.de>
Date: Sat Jun 20 15:24:04 2020 +0200
desktop file: added Keywords and removed Education category
During debian packaging of 1.2.0-5 the missing Keywords entry
was mentionend. I removed the Education category because this
was mentioned also. Education and Science are both toplevel
categories. I added also two more mimetypes for .sps and .spv
files.
commit 86c5d611b3f272a987193510959184b61cd21b00
Author: Friedrich Beckmann <friedrich.beckmann@gmx.de>
Date: Sat Jun 20 13:12:43 2020 +0200
metainfo.xml: changed id to org.fsf.pspp, added more information
I read the documentation about the metainfo.xml content
https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html
and changed/added some information
- changed id from pspp.desktop to org.fsf.pspp
- added categories
- added releases
- added provides
commit e92905c6b45dafa768497eadc638e7c2d6c528fc
Author: Friedrich Beckmann <friedrich.beckmann@gmx.de>
Date: Sat Jun 20 12:02:15 2020 +0200
desktop: changed translations to msgfmt and xgettext
During the build of the debian package 1.2.0-5 it turned out
that the pspp.appdata.xml file has a wrong structure with
respect to the translations. I did the following things
- renamed pspp.appdata.xml to org.fsf.pspp.metainfo.xml
- added gettext translation support for org.fsf.metainfo.xml
- renamed pspp.desktop to org.fsf.pspp.desktop
- replaced gen-det-desktop.sh based translation with gettext
gettext has now support for translating .desktop and .metainfo.xml
files. I took the naming conventions from the freedesktop and gnome
documentation, i.e. metainfo instead of appdata and the use of
an organization name.
-----------------------------------------------------------------------
Summary of changes:
README.Git | 2 +-
po/LINGUAS | 20 +++++++
po/automake.mk | 21 +++++--
src/ui/gui/automake.mk | 19 ++++---
src/ui/gui/gen-dot-desktop.sh | 50 -----------------
src/ui/gui/main.c | 1 +
src/ui/gui/org.fsf.pspp.desktop.in | 16 ++++++
src/ui/gui/org.fsf.pspp.metainfo.xml.in | 68 +++++++++++++++++++++++
src/ui/gui/pspp.appdata.xml | 97 ---------------------------------
9 files changed, 133 insertions(+), 161 deletions(-)
create mode 100644 po/LINGUAS
delete mode 100644 src/ui/gui/gen-dot-desktop.sh
create mode 100644 src/ui/gui/org.fsf.pspp.desktop.in
create mode 100644 src/ui/gui/org.fsf.pspp.metainfo.xml.in
delete mode 100644 src/ui/gui/pspp.appdata.xml
hooks/post-receive
--
GNU PSPP
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Pspp-commits] [SCM] GNU PSPP branch, master, updated. v1.2.0-417-gf58d1b6,
Friedrich Beckmann <=