-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.flatpak-manifest.yml
42 lines (42 loc) · 1.07 KB
/
.flatpak-manifest.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# SPDX-License-Identifier: CC0-1.0
# SPDX-FileCopyrightText: 2023 Plata Hill <[email protected]>
---
app-id: org.kde.kalm
runtime: org.kde.Platform
runtime-version: 6.8
sdk: org.kde.Sdk
command: kalm
copy-icon: true
tags:
- nightly
desktop-file-name-suffix: ' (Nightly)'
finish-args:
- --socket=wayland
- --socket=fallback-x11
- --device=dri
cleanup:
- /include
- /lib/cmake
- /lib/libexec
- /mkspecs
- /etc/xdg/*categories
- /share/qlogging-categories5
modules:
- name: kirigami-addons
buildsystem: cmake-ninja
config-opts:
- "-DBUILD_TESTING=OFF"
sources:
- type: archive
url: https://download.kde.org/stable/kirigami-addons/kirigami-addons-1.7.0.tar.xz
sha256: 7d854975185cf740de486d84f1e2ec3e4eadb66ac9fb897214cba9ab8cc492b1
x-checker-data:
type: anitya
project-id: 242933
stable-only: true
url-template: https://download.kde.org/stable/kirigami-addons/kirigami-addons-$version.tar.xz
- name: kalm
buildsystem: cmake-ninja
sources:
- type: dir
path: '.'