-
Notifications
You must be signed in to change notification settings - Fork 6
/
org.kde.KStyle.Adwaita.json
40 lines (40 loc) · 1.44 KB
/
org.kde.KStyle.Adwaita.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
{
"id": "org.kde.KStyle.Adwaita",
"branch": "6.7",
"runtime": "org.kde.Platform",
"build-extension": true,
"sdk": "org.kde.Sdk",
"runtime-version": "6.7",
"appstream-compose": false,
"separate-locales": false,
"modules": [
{
"name": "adwaita-qt",
"cmake": true,
"config-opts": ["-DQT_PLUGINS_DIR=/usr/share/runtime/lib/plugins/Adwaita", "-DCMAKE_INSTALL_PREFIX=/usr/share/runtime/lib/plugins/Adwaita",
"-DUSE_QT6=ON"],
"sources": [
{
"type": "git",
"url": "https://github.com/FedoraQt/adwaita-qt.git",
"tag": "1.4.2"
}
]
},
{
"name": "appdata",
"buildsystem": "simple",
"build-commands": [
"mkdir -p ${FLATPAK_DEST}/share/appdata",
"cp org.kde.KStyle.Adwaita.appdata.xml ${FLATPAK_DEST}/share/appdata",
"appstream-compose --basename=org.kde.KStyle.Adwaita --prefix=${FLATPAK_DEST} --origin=flatpak org.kde.KStyle.Adwaita"
],
"sources": [
{
"type": "file",
"path": "org.kde.KStyle.Adwaita.appdata.xml"
}
]
}
]
}