From 0b9dc4eec752d6d48aab696d06b33f4782e9db4f Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 14 Jul 2026 14:55:24 +0300 Subject: polish: AppStream, man page, RPM spec, full lifecycle test (yt0) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit M10 (task yt0): polish & packaging. - data/org.buetow.ggaze.metainfo.xml: AppStream metainfo. - data/ggaze.1: man page with keybindings reference. - packaging/ggaze.spec: Fedora RPM spec. - data/meson.build: installs desktop+metainfo+gschema+man; gnome.post_install. - tests/test_full_lifecycle.c: scripted elevator-pitch session (open→walk→ info→trash→undo→grid toggle→quit). 21/21 green, ASan clean. - Coverage gate flip, quality audit, window-geometry persistence, and full GSettings wiring deferred to a follow-up (not blocking v0.1 release). --- data/meson.build | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'data/meson.build') diff --git a/data/meson.build b/data/meson.build index c12b619..8dea27b 100644 --- a/data/meson.build +++ b/data/meson.build @@ -1,13 +1,18 @@ -# ggaze data: .desktop entry + GSettings schema. Full AppStream/icon install -# lands in M10; this wires the basics so `meson install` lays out the app and -# compiles the schema. gnome.post_install also refreshes the desktop database. +# ggaze data: .desktop entry + GSettings schema + AppStream metainfo + man page. +# `meson install` lays out the app, compiles the schema, and refreshes the +# desktop database. install_data('org.buetow.ggaze.desktop', install_dir : join_paths(get_option('datadir'), 'applications')) +install_data('org.buetow.ggaze.metainfo.xml', + install_dir : join_paths(get_option('datadir'), 'metainfo')) + install_data('org.buetow.ggaze.gschema.xml', install_dir : join_paths(get_option('datadir'), 'glib-2.0', 'schemas')) +install_man('ggaze.1') + gnome = import('gnome') gnome.post_install( glib_compile_schemas : true, -- cgit v1.2.3