forked from KDE/audiotube
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathorg.kde.audiotube.json
114 lines (114 loc) · 3.72 KB
/
org.kde.audiotube.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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"id": "org.kde.audiotube",
"runtime": "org.kde.Platform",
"runtime-version": "6.7",
"sdk": "org.kde.Sdk",
"command": "audiotube",
"tags": [
"nightly"
],
"desktop-file-name-suffix": " (Nightly)",
"finish-args": [
"--share=ipc",
"--share=network",
"--socket=fallback-x11",
"--socket=wayland",
"--socket=pulseaudio",
"--device=dri",
"--own-name=org.mpris.MediaPlayer2.AudioTube"
],
"separate-locales": false,
"cleanup": [
"/include/",
"/share/cmake/",
"*.a"
],
"modules": [
"flatpak/python3-yt-dlp.json",
"flatpak/python3-ytmusicapi.json",
"flatpak/kirigami-addons.json",
{
"name": "qcoro",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DBUILD_TESTING=OFF",
"-DCMAKE_BUILD_TYPE=Release"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/danvratil/qcoro/archive/refs/tags/v0.10.0.tar.gz",
"sha256": "b7c8f00273ad27d85814bf4ec93eb6922c75656800a61d11854d36355a4a1aec",
"x-checker-data": {
"type": "anitya",
"project-id": 236236,
"stable-only": true,
"url-template": "https://github.com/danvratil/qcoro/archive/refs/tags/v$version.tar.gz"
}
}
]
},
{
"name": "futuresql",
"buildsystem": "cmake-ninja",
"config-opts": [
"-DBUILD_TESTING=OFF",
"-DCMAKE_BUILD_TYPE=Release",
"-DQT_MAJOR_VERSION=6"
],
"sources": [
{
"type": "archive",
"url": "https://download.kde.org/stable/futuresql/futuresql-0.1.1.tar.xz",
"sha256": "e44ed8d5a9618b3ca7ba2983ed9c5f7572e6e0a5b199f94868834b71ccbebd43",
"x-checker-data": {
"type": "anitya",
"project-id": 368957,
"stable-only": true,
"url-template": "https://download.kde.org/stable/futuresql/futuresql-$version.tar.xz"
}
}
]
},
{
"name": "pybind11",
"config-opts": [
"-DPYBIND11_FINDPYTHON=ON",
"-DPYBIND11_TEST=OFF"
],
"buildsystem": "cmake-ninja",
"builddir": true,
"sources": [
{
"type": "archive",
"url": "https://github.com/pybind/pybind11/archive/refs/tags/v2.12.0.tar.gz",
"sha256": "bf8f242abd1abcd375d516a7067490fb71abd79519a282d22b6e4d19282185a7",
"x-checker-data": {
"type": "anitya",
"project-id": 13384,
"url-template": "https://github.com/pybind/pybind11/archive/refs/tags/v$version.tar.gz"
}
}
]
},
{
"name": "org.kde.audiotube",
"config-opts": [
"-DPYBIND11_FINDPYTHON=ON",
"-DQT_MAJOR_VERSION=6",
"-DCMAKE_BUILD_TYPE=Release"
],
"buildsystem": "cmake-ninja",
"builddir": true,
"sources": [
{
"type": "dir",
"path": ".",
"skip": [
".git"
]
}
]
}
]
}