2023-12-23 08:33:07 +01:00
|
|
|
id: com.quexten.Goldwarden
|
|
|
|
runtime: org.gnome.Platform
|
|
|
|
runtime-version: '45'
|
|
|
|
sdk: org.gnome.Sdk
|
|
|
|
command: main.py
|
|
|
|
finish-args:
|
2023-12-26 20:49:47 +01:00
|
|
|
# Allow network access for sync
|
2023-12-23 08:33:07 +01:00
|
|
|
- --share=network
|
2023-12-26 20:49:47 +01:00
|
|
|
|
|
|
|
# GUI
|
|
|
|
- --share=ipc
|
2023-12-23 08:33:07 +01:00
|
|
|
- --socket=wayland
|
|
|
|
- --socket=fallback-x11
|
2023-12-23 13:24:46 +01:00
|
|
|
- --device=dri
|
2023-12-26 20:49:47 +01:00
|
|
|
|
|
|
|
# Lock on screensave
|
|
|
|
- --talk-name=org.gnome.ScreenSaver
|
|
|
|
- --talk-name=org.freedesktop.ScreenSaver
|
|
|
|
|
2023-12-28 14:15:16 +01:00
|
|
|
# Notifications
|
|
|
|
- --talk-name=org.freedesktop.Notifications
|
|
|
|
|
|
|
|
# Home directory access to setup browser ipc, can posibly restrict this further if requried by listing each browser's nativehost directory separately
|
2023-12-26 20:49:47 +01:00
|
|
|
- --filesystem=home
|
2023-12-28 14:15:16 +01:00
|
|
|
|
2023-12-26 20:49:47 +01:00
|
|
|
# pinentry & approval
|
|
|
|
- --talk-name=org.gnome.keyring.SystemPrompter
|
|
|
|
# biometric / user password auth
|
|
|
|
- --system-talk-name=org.freedesktop.PolicyKit1
|
2023-12-23 08:33:07 +01:00
|
|
|
modules:
|
2023-12-26 22:58:24 +01:00
|
|
|
- ./ui/python3-requirements.json
|
|
|
|
- name: wl-clipboard
|
|
|
|
buildsystem: simple
|
|
|
|
build-commands:
|
|
|
|
- meson setup build && cd build && ninja
|
|
|
|
- install -D build/src/wl-copy /app/bin/wl-copy
|
|
|
|
sources:
|
|
|
|
- type: git
|
|
|
|
url: https://github.com/bugaevc/wl-clipboard.git
|
2023-12-27 03:31:33 +01:00
|
|
|
tag: v2.2.1
|
2023-12-27 21:25:26 +01:00
|
|
|
- name: goldwarden-python-ui
|
2023-12-23 08:33:07 +01:00
|
|
|
buildsystem: simple
|
|
|
|
build-commands:
|
2023-12-27 21:25:26 +01:00
|
|
|
- cp -R ./ui/* /app/bin
|
|
|
|
- chmod +x /app/bin/main.py
|
2023-12-27 03:50:39 +01:00
|
|
|
- install -D ./ui/com.quexten.Goldwarden.desktop /app/share/applications/com.quexten.Goldwarden.desktop
|
|
|
|
- install -D ./ui/goldwarden.svg /app/share/icons/hicolor/scalable/apps/com.quexten.Goldwarden.svg
|
2023-12-28 13:56:46 +01:00
|
|
|
- install -Dm644 ./ui/com.quexten.Goldwarden.metainfo.xml -t /app/share/metainfo/
|
2023-12-23 08:33:07 +01:00
|
|
|
sources:
|
2023-12-27 03:50:39 +01:00
|
|
|
- type: archive
|
2023-12-29 02:53:51 +01:00
|
|
|
url: https://github.com/quexten/goldwarden/archive/refs/tags/v0.2.5.tar.gz
|
|
|
|
sha256: 9cff3f51f87cc6b93f90539666a5f18fe0ec7287f829cf028eac3e51ccddb7c2
|
2023-12-27 21:25:26 +01:00
|
|
|
- name: goldwarden-core-daemon
|
2023-12-26 22:58:24 +01:00
|
|
|
buildsystem: simple
|
|
|
|
build-commands:
|
2023-12-27 03:50:39 +01:00
|
|
|
- install -D goldwarden_linux_x86_64 /app/bin/goldwarden
|
2023-12-26 22:58:24 +01:00
|
|
|
sources:
|
|
|
|
- type: file
|
2023-12-29 02:53:51 +01:00
|
|
|
url: https://github.com/quexten/goldwarden/releases/download/v0.2.5/goldwarden_linux_x86_64
|
|
|
|
sha256: 8854594e40516b01d3647c5bd0085442b4c31f715b6c53db91748f0456fa5f2a
|