diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-11-20 02:38:58 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-11-20 02:56:42 +0100 |
commit | 8ea03e41e063314ea712f4b81db80c2a4cd85c2d (patch) | |
tree | 8b4b37014345cd4004d525adb942c8675c8b2730 /im.nheko.Nheko.yaml | |
parent | Automatically increase database limits when hit (diff) | |
download | nheko-8ea03e41e063314ea712f4b81db80c2a4cd85c2d.tar.xz |
Switch to KDSingleApplication
Diffstat (limited to 'im.nheko.Nheko.yaml')
-rw-r--r-- | im.nheko.Nheko.yaml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/im.nheko.Nheko.yaml b/im.nheko.Nheko.yaml index 979c6d2e..2b315692 100644 --- a/im.nheko.Nheko.yaml +++ b/im.nheko.Nheko.yaml @@ -16,8 +16,6 @@ finish-args: - --talk-name=org.freedesktop.secrets - --talk-name=org.freedesktop.StatusNotifierItem - --talk-name=org.kde.* - # needed for SingleApplication to work - - --allow=per-app-dev-shm cleanup: - /include - /lib/pkgconfig @@ -159,6 +157,15 @@ modules: - sha256: d69f9deb6a75e2580465c6c4c5111b89c4dc2fa94e3a85fcd2ffcd9a143d9273 type: archive url: https://github.com/nlohmann/json/archive/v3.11.2.tar.gz + - config-opts: + - -DKDSingleApplication_EXAMPLES=OFF + - -DKDSingleApplication_QT6=ON + buildsystem: cmake + name: kdsingleapplication + sources: + - sha256: c92355dc10f3ebd39363458458fb5bdd9662e080cf77d91f0437763c4d936520 + type: archive + url: https://github.com/KDAB/KDSingleApplication/releases/download/v1.0.0/kdsingleapplication-1.0.0.tar.gz - buildsystem: simple build-commands: - make static |