-
Notifications
You must be signed in to change notification settings - Fork 5
/
io.github.cloose.CuteMarkEd.json
84 lines (84 loc) · 1.81 KB
/
io.github.cloose.CuteMarkEd.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
{
"app-id": "io.github.cloose.CuteMarkEd",
"base": "io.qt.qtwebkit.BaseApp",
"base-version": "5.15-21.08",
"runtime": "org.kde.Platform",
"runtime-version": "5.15-21.08",
"sdk": "org.kde.Sdk",
"command": "cutemarked",
"finish-args":[
"--socket=wayland",
"--socket=x11",
"--share=ipc",
"--share=network",
"--device=dri"
],
"cleanup": [
"/include",
"/lib/cmake",
"/lib/mkspecs",
"/lib/pkgconfig",
"*.la",
"*.a"
],
"modules":[
{
"name": "discount",
"sources":[
{
"type":"archive",
"url": "https://github.com/cloose/discount/archive/refs/tags/v2.1.8-cutemarked.tar.gz",
"sha256": "30ac50e6e432e36113a8365132f56eafbf3795b412b7299303f86b624aea9479"
},
{
"type": "shell",
"commands": [
"mv configure.sh configure"
]
}
]
},
{
"name": "cutemarked",
"buildsystem": "qmake",
"make-install-args": [
"INSTALL_ROOT=/app"
],
"build-options":{
"env":{
"QMAKEPATH": "/app/lib"
}
},
"config-opts": [
"QMAKE_LIBDIR=/app/lib"
],
"sources":[
{
"type":"archive",
"url": "https://github.com/cloose/CuteMarkEd/archive/v0.11.3.tar.gz",
"sha256": "78a41808c2f0452375810abdff76eeaaee012f8d1368a2b8772ec6b4d2ceeec8"
},
{
"type": "patch",
"path": "0001-Fix-build-issues-with-recents-Qt-versions.patch"
}
],
"post-install":[
"mv /app/app/bin/* /app/bin"
]
},
{
"name": "cutemarked-appdata",
"buildsystem": "simple",
"build-commands":[
"install -Dm644 io.github.cloose.CuteMarkEd.appdata.xml /app/share/metainfo/io.github.cloose.CuteMarkEd.appdata.xml"
],
"sources":[
{
"type": "file",
"path": "io.github.cloose.CuteMarkEd.appdata.xml"
}
]
}
]
}