commit 9ce816d141040de6291a3bd50ad73efe7f9a49d1 Author: Colin Watson Date: Sat Feb 20 01:56:19 2016 +0000 Release version 0.3.1. NEWS | 6 ++++++ telegnome.appdata.xml.in | 8 ++++++++ 2 files changed, 14 insertions(+) commit 9662274832f0f4a2067ece013d7726b612b4f986 Author: Mario Blättermann Date: Thu Feb 18 21:03:02 2016 +0100 Updated German translation po/de.po | 90 +++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 49 insertions(+), 41 deletions(-) commit bc905ced9003d6b724e440c2b4be7dcf73537760 Author: Colin Watson Date: Thu Feb 18 13:26:18 2016 +0000 Add AppStream metadata * telegnome.appdata.xml.in: New file. * Makefile.am (appstreamdir, appstream_in_files, appstream_DATA): New variables. Use @INTLTOOL_XML_RULE@. (EXTRA_DIST): Replace $(srcdir)/telegnome.desktop.in with $(apps_in_files) $(appstream_in_files). (CLEANFILES): Replace telegnome.desktop with $(apps_DATA) $(appstream_DATA). * po/POTFILES.in: Add telegnome.appdata.xml. * .gitignore: Add telegnome.appdata.xml. .gitignore | 1 + Makefile.am | 12 ++++++++--- po/POTFILES.in | 1 + telegnome.appdata.xml.in | 55 ++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 66 insertions(+), 3 deletions(-) commit aee9ea3ab9ed1da9d26483787d45a9ce20babdcb Author: Colin Watson Date: Thu Feb 18 12:55:53 2016 +0000 Actually install icons * pixmaps/telegnome-icon.png: Rename to ... * pixmaps/telegnome-icon-48x48.png: ... this. * pixmaps/telegnome-icon-64x64.png: New file, unfortunately just resized from the 48x48 version since I don't have anything like an SVG source file. This is enough to satisfy AppStream without suffering too badly from resizing. * pixmaps/Makefile.am: Install icons to $(datadir)/icons/hicolor/. pixmaps/Makefile.am | 38 +++++++++++++++++++++++++++++++++++++- pixmaps/telegnome-icon-48x48.png | Bin 0 -> 3949 bytes pixmaps/telegnome-icon-64x64.png | Bin 0 -> 6523 bytes pixmaps/telegnome-icon.png | Bin 3949 -> 0 bytes 4 files changed, 37 insertions(+), 1 deletion(-) commit 5ea893edc73ec7b72dc23e422860c52530b2cf75 Author: Colin Watson Date: Mon Feb 15 23:30:27 2016 +0000 Version: 0.3.1 (post-release increment) NEWS | 3 +++ configure.ac | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-)