mirror of
https://github.com/AntiMicroX/antimicrox.git
synced 2025-12-23 23:29:25 -05:00
chore: Sync flatpak config with file from https://github.com/flathub/io.github.antimicrox.antimicrox
This commit is contained in:
@@ -2,26 +2,30 @@
|
||||
|
||||
app-id: io.github.antimicrox.antimicrox
|
||||
runtime: org.kde.Platform
|
||||
runtime-version: '5.11'
|
||||
runtime-version: '6.8'
|
||||
sdk: org.kde.Sdk
|
||||
command: antimicrox
|
||||
finish-args:
|
||||
# KDE Plasma tray icon
|
||||
- --talk-name=org.kde.StatusNotifierWatcher
|
||||
# X11 + XShm access
|
||||
- --share=ipc
|
||||
- --socket=x11
|
||||
- --socket=fallback-x11
|
||||
- --socket=wayland
|
||||
# Gamepads
|
||||
- --device=all
|
||||
|
||||
# Fixes https://github.com/AntiMicroX/antimicrox/issues/70 until
|
||||
# https://github.com/flatpak/xdg-desktop-portal-gtk/issues/191 is fixed
|
||||
- --filesystem=home
|
||||
|
||||
modules:
|
||||
- name: antimicrox
|
||||
buildsystem: cmake
|
||||
config-opts:
|
||||
- -DANTIMICROX_PKG_VERSION=flatpak
|
||||
- -DINSTALL_UINPUT_UDEV_RULES=OFF
|
||||
sources:
|
||||
- type: git
|
||||
url: https://github.com/AntiMicroX/antimicrox.git
|
||||
# Build top commit of master branch
|
||||
branch: master
|
||||
# You can also set a tag and/or commit to build
|
||||
# tag: 3.xx
|
||||
# commit: xxx
|
||||
|
||||
# tag: 3.x.x
|
||||
# commit: 7939b51173826959736fc18773b0610460d9d504
|
||||
|
||||
Reference in New Issue
Block a user