From 0cb089351126c703524c47f2fcb810b533169a78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Kotiuk?= Date: Wed, 4 Jun 2025 18:11:50 +0200 Subject: [PATCH] chore: Sync flatpak config with file from https://github.com/flathub/io.github.antimicrox.antimicrox --- other/io.github.antimicrox.antimicrox.yml | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/other/io.github.antimicrox.antimicrox.yml b/other/io.github.antimicrox.antimicrox.yml index a3f09491..e79c892c 100644 --- a/other/io.github.antimicrox.antimicrox.yml +++ b/other/io.github.antimicrox.antimicrox.yml @@ -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