gtk: flatpak manifest
This commit is contained in:
18
gtk/flatpak/README.md
Normal file
18
gtk/flatpak/README.md
Normal 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
|
||||
```
|
||||
25
gtk/flatpak/net.buzzert.kordophone.yml
Normal file
25
gtk/flatpak/net.buzzert.kordophone.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
app-id: net.buzzert.kordophone
|
||||
runtime: org.gnome.Platform
|
||||
runtime-version: "48"
|
||||
sdk: org.gnome.Sdk
|
||||
command: kordophone
|
||||
|
||||
finish-args:
|
||||
- --share=ipc
|
||||
- --socket=wayland
|
||||
- --socket=fallback-x11
|
||||
- --device=dri
|
||||
# Talk to the host-installed daemon (option A).
|
||||
- --socket=session-bus
|
||||
- --talk-name=net.buzzert.kordophonecd
|
||||
# libsecret (Secret Service) access for stored credentials.
|
||||
- --talk-name=org.freedesktop.secrets
|
||||
|
||||
modules:
|
||||
- name: kordophone
|
||||
buildsystem: meson
|
||||
config-opts:
|
||||
- --prefix=/app
|
||||
sources:
|
||||
- type: dir
|
||||
path: ..
|
||||
Reference in New Issue
Block a user