-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathorg.kde.KStyle.Kvantum.json
59 lines (59 loc) · 2.04 KB
/
org.kde.KStyle.Kvantum.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
{
"id": "org.kde.KStyle.Kvantum",
"branch": "5.15-22.08",
"runtime": "org.kde.Platform",
"build-extension": true,
"sdk": "org.kde.Sdk",
"runtime-version": "5.15-22.08",
"separate-locales": false,
"appstream-compose": false,
"build-options": {
"prefix": "/usr/share/runtime/lib/plugins/Kvantum"
},
"modules": [
{
"name": "kvantum",
"buildsystem": "cmake-ninja",
"build-commands": [
"install -Dm755 -t ${FLATPAK_DEST}/styles/ style/libkvantum.so"
],
"subdir": "Kvantum",
"sources": [
{
"type": "git",
"url": "https://github.com/tsujan/Kvantum.git",
"tag": "V1.0.10",
"commit": "a868cd0b4f98bc5f72d15dafbebd0cdc8dd11f2e",
"x-checker-data": {
"type": "json",
"url": "https://api.github.com/repos/tsujan/Kvantum/releases/latest",
"tag-query": ".tag_name",
"version-query": "$tag | sub(\"^[vV]\"; \"\")",
"timestamp-query": ".published_at"
}
},
{
"type": "shell",
"dest": "Kvantum/style",
"commands": [
"sed \"s|\\${_Qt5_PLUGIN_INSTALL_DIR}|${FLATPAK_DEST}|g\" -i CMakeLists.txt"
]
}
]
},
{
"name": "appdata",
"buildsystem": "simple",
"build-commands": [
"install -Dm644 ${FLATPAK_ID}.appdata.xml -t ${FLATPAK_DEST}/share/appdata/",
"appstream-compose --basename=${FLATPAK_ID} --prefix=${FLATPAK_DEST} --origin=flatpak ${FLATPAK_ID}"
],
"sources": [
{
"type": "file",
"path": "org.kde.KStyle.Kvantum.appdata.xml"
}
]
}
]
}