Initial import
This commit is contained in:
parent
e99f448652
commit
5a2fbafebf
1 changed files with 24 additions and 0 deletions
24
container.yaml
Normal file
24
container.yaml
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
flatpak:
|
||||
id: org.electrum.electrum
|
||||
branch: stable
|
||||
runtime-name: flatpak-kde5-runtime
|
||||
runtime-version: f39
|
||||
packages:
|
||||
- electrum
|
||||
# soft dependencies
|
||||
- python3-btchip
|
||||
- python3-trezor
|
||||
- zbar-libs
|
||||
command: electrum
|
||||
rename-appdata-file: electrum.metainfo.xml
|
||||
rename-desktop-file: electrum.desktop
|
||||
rename-icon: electrum
|
||||
finish-args: |-
|
||||
--device=all
|
||||
--share=ipc
|
||||
--share=network
|
||||
--socket=fallback-x11
|
||||
--socket=wayland
|
||||
--socket=pulseaudio
|
||||
--persist=.electrum
|
||||
--talk-name=org.kde.StatusNotifierWatcher
|
||||
Loading…
Add table
Add a link
Reference in a new issue