-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.flatpak-manifest.json
70 lines (69 loc) · 2.35 KB
/
.flatpak-manifest.json
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"id": "org.kde.kclock",
"runtime": "org.kde.Platform",
"runtime-version": "6.8",
"sdk": "org.kde.Sdk",
"command": "kclock",
"tags": ["nightly"],
"desktop-file-name-suffix": " (Nightly)",
"finish-args": [
"--share=ipc",
"--share=network",
"--socket=fallback-x11",
"--socket=wayland",
"--device=dri",
"--socket=pulseaudio",
"--talk-name=org.freedesktop.Notifications",
"--talk-name=org.kde.Solid.PowerManagement",
"--own-name=org.kde.kclockd"
],
"separate-locales": false,
"modules": [
{
"name": "intltool",
"cleanup": [ "*" ],
"sources": [
{
"type": "archive",
"url": "https://launchpad.net/intltool/trunk/0.51.0/+download/intltool-0.51.0.tar.gz",
"sha256": "67c74d94196b153b774ab9f89b2fa6c6ba79352407037c8c14d5aeb334e959cd"
}
]
},
{
"name": "sound-theme-freedesktop",
"sources": [
{
"type": "archive",
"url": "https://people.freedesktop.org/~mccann/dist/sound-theme-freedesktop-0.8.tar.bz2",
"sha256": "cb518b20eef05ec2e82dda1fa89a292c1760dc023aba91b8aa69bafac85e8a14"
}
]
},
{
"name": "plasma-mobile-sounds",
"buildsystem": "cmake-ninja",
"builddir": true,
"sources": [
{
"type": "archive",
"url": "https://download.kde.org/stable/plasma-mobile-sounds/0.1/plasma-mobile-sounds-0.1.tar.xz",
"sha256": "f1aed3ddd1de209e0d60df54e968b141b4c868ff0c4706dedb85e4cce29f26af"
}
]
},
{
"name": "kirigamiaddons",
"config-opts": [ "-DBUILD_TESTING=OFF" ],
"buildsystem": "cmake-ninja",
"sources": [ { "type": "git", "url": "https://invent.kde.org/libraries/kirigami-addons.git", "branch": "master" } ]
},
{
"name": "kclock",
"buildsystem": "cmake-ninja",
"builddir": true,
"config-opts": [ "-DBUILD_PLASMOID=OFF" ],
"sources": [ { "type": "dir", "path": ".", "skip": [".git"] } ]
}
]
}