diff options
| author | Paul Buetow <paul@buetow.org> | 2026-07-14 14:55:24 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-07-14 14:55:24 +0300 |
| commit | 0b9dc4eec752d6d48aab696d06b33f4782e9db4f (patch) | |
| tree | 28271308c6280a6d0bb87ed31ebe8a1a01837b67 /data/meson.build | |
| parent | de1d108d97bc55a6f047c47bb56667068aac71ff (diff) | |
polish: AppStream, man page, RPM spec, full lifecycle test (yt0)
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).
Diffstat (limited to 'data/meson.build')
| -rw-r--r-- | data/meson.build | 11 |
1 files changed, 8 insertions, 3 deletions
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, |
