mirror of
https://github.com/KDE/konsole.git
synced 2025-12-23 23:38:08 -05:00
Fix flatpak build
This commit is contained in:
@@ -7,12 +7,22 @@
|
||||
"command": "konsole",
|
||||
"tags": ["nightly"],
|
||||
"desktop-file-name-suffix": " (Nightly)",
|
||||
"finish-args": ["--share=ipc", "--socket=fallback-x11", "--socket=wayland", "--talk-name=org.freedesktop.Flatpak" ],
|
||||
|
||||
"finish-args": [
|
||||
"--device=dri",
|
||||
"--share=ipc",
|
||||
"--share=network",
|
||||
"--socket=wayland",
|
||||
"--socket=fallback-x11",
|
||||
"--talk-name=org.freedesktop.Flatpak"
|
||||
],
|
||||
"rename-icon": "utilities-terminal",
|
||||
"modules": [
|
||||
{
|
||||
"name": "konsole",
|
||||
"buildsystem": "cmake-ninja",
|
||||
"config-opts": [
|
||||
"-DINSTALL_ICONS=ON"
|
||||
],
|
||||
"sources": [
|
||||
{ "type": "dir", "path": "." }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user