Private
Public Access
1
0

gtk: flatpak manifest

This commit is contained in:
2025-12-15 01:02:17 -08:00
parent 61c1b690ba
commit 6ccef24512
4 changed files with 52 additions and 0 deletions

18
gtk/flatpak/README.md Normal file
View File

@@ -0,0 +1,18 @@
# Flatpak (GTK client)
This builds the GTK client as a Flatpak **assuming `kordophoned` is installed on the host**
and reachable on the **session bus** as `net.buzzert.kordophonecd`.
## Build
```bash
cd gtk
make flatpak
```
## Install (user)
```bash
cd gtk
make flatpak-install
```