-
Notifications
You must be signed in to change notification settings - Fork 5
/
org.mypaint.MyPaint.json
120 lines (120 loc) · 4 KB
/
org.mypaint.MyPaint.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
115
116
117
118
119
120
{
"app-id": "org.mypaint.MyPaint",
"runtime": "org.gnome.Platform",
"runtime-version": "47",
"sdk": "org.gnome.Sdk",
"command": "mypaint",
"rename-desktop-file": "mypaint.desktop",
"rename-appdata-file": "mypaint.appdata.xml",
"finish-args": [
"--share=ipc",
"--socket=x11",
"--filesystem=home",
"--metadata=X-DConf=migrate-path=/org/mypaint/MyPaint/"
],
"cleanup": [
"*.a",
"*.la",
"/include",
"/lib/cmake",
"/lib/pkgconfig",
"/share/pkgconfig"
],
"modules": [
"shared-modules/intltool/intltool-0.51.json",
{
"name": "open-blas",
"buildsystem": "cmake-ninja",
"builddir": true,
"config-opts": [
"-DBUILD_SHARED_LIBS=ON",
"-DBUILD_TESTING=OFF",
"-DNO_AFFINITY=ON",
"-DUSE_OPENMP=1",
"-DNO_WARMUP=1",
"-DCORE=CORE2",
"-DNUM_THREADS=64",
"-DDYNAMIC_ARCH=ON"
],
"sources": [
{
"type": "archive",
"url": "https://github.com/xianyi/OpenBLAS/archive/v0.3.24.tar.gz",
"sha256": "ceadc5065da97bd92404cac7254da66cc6eb192679cf1002098688978d4d5132"
}
]
},
"python3-modules.json",
{
"name": "json-c",
"buildsystem": "cmake-ninja",
"sources": [
{
"type": "archive",
"url": "https://github.com/json-c/json-c/archive/refs/tags/json-c-0.17-20230812.tar.gz",
"sha256": "024d302a3aadcbf9f78735320a6d5aedf8b77876c8ac8bbb95081ca55054c7eb"
}
]
},
{
"name": "swig",
"config-opts": ["--without-boost", "--without-pcre"],
"cleanup": [ "*" ],
"sources": [
{
"type": "archive",
"url": "http://prdownloads.sourceforge.net/swig/swig-3.0.12.tar.gz",
"sha256": "7cf9f447ae7ed1c51722efc45e7f14418d15d7a1e143ac9f09a668999f4fc94d"
}
]
},
{
"name": "libmypaint",
"sources": [
{
"type": "archive",
"url": "https://github.com/mypaint/libmypaint/releases/download/v1.6.1/libmypaint-1.6.1.tar.xz",
"sha256": "741754f293f6b7668f941506da07cd7725629a793108bb31633fb6c3eae5315f"
}
]
},
{
"name": "mypaint-brushes",
"sources": [
{
"type": "archive",
"url": "https://github.com/mypaint/mypaint-brushes/releases/download/v2.0.2/mypaint-brushes-2.0.2.tar.xz",
"sha256": "7984a74edef94571d872d0629b224abaa956a36f632f5c5516b33d22e49eb566"
}
]
},
{
"name": "mypaint",
"buildsystem": "simple",
"sources": [
{
"type": "git",
"url": "https://github.com/mypaint/mypaint.git",
"tag": "v2.0.1",
"commit": "478280f2da4d5377b8185c3cc3e3a0500b93749c"
},
{
"type": "patch",
"path": "patches/appdata.patch"
},
{
"type": "patch",
"path": "patches/missing-developer-name.patch"
},
{
"type": "patch",
"path": "patches/python-311.patch"
}
],
"build-commands": [
"python3 setup.py build",
"python3 setup.py managed_install --prefix=${FLATPAK_DEST}"
]
}
]
}