summaryrefslogtreecommitdiffstats
path: root/dist/flatpak/org.kde.kube.json
diff options
context:
space:
mode:
Diffstat (limited to 'dist/flatpak/org.kde.kube.json')
-rw-r--r--dist/flatpak/org.kde.kube.json17
1 files changed, 16 insertions, 1 deletions
diff --git a/dist/flatpak/org.kde.kube.json b/dist/flatpak/org.kde.kube.json
index e48fbffa..cd750452 100644
--- a/dist/flatpak/org.kde.kube.json
+++ b/dist/flatpak/org.kde.kube.json
@@ -4,7 +4,7 @@
4 "runtime": "org.kde.Platform", 4 "runtime": "org.kde.Platform",
5 "runtime-version": "5.9", 5 "runtime-version": "5.9",
6 "sdk": "org.kde.Sdk", 6 "sdk": "org.kde.Sdk",
7 "command": "kube", 7 "command": "kubewrapper.sh",
8 "rename-icon": "kube_icon", 8 "rename-icon": "kube_icon",
9 "tags": ["nightly"], 9 "tags": ["nightly"],
10 "desktop-file-name-prefix": "(Nightly) ", 10 "desktop-file-name-prefix": "(Nightly) ",
@@ -122,6 +122,21 @@
122 "name": "kube", 122 "name": "kube",
123 "buildsystem": "cmake-ninja", 123 "buildsystem": "cmake-ninja",
124 "sources": [ { "type": "dir", "path": "..", "skip": [".git"] } ] 124 "sources": [ { "type": "dir", "path": "..", "skip": [".git"] } ]
125 },
126 {
127 "name": "kubewrapper",
128 "buildsystem": "simple",
129 "build-commands": [
130 "cp kubewrapper.sh /app/bin/kubewrapper.sh",
131 "chmod +x /app/bin/kubewrapper.sh"
132 ],
133 "sources": [
134 {
135 "type": "script",
136 "commands": ["gpg-agent --homedir ~/.gnupg --daemon --pinentry-program /app/bin/pinentry-qt", "kube", "gpg-connect-agent killagent /bye"],
137 "dest-filename": "kubewrapper.sh"
138 }
139 ]
125 } 140 }
126 ] 141 ]
127} 142}