-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathqt5.json
123 lines (123 loc) · 4.4 KB
/
qt5.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
121
122
123
{
"name": "qt5-qttools",
"buildsystem": "qmake",
"cleanup": [
"/bin",
"/include",
"/lib",
"/phrasebooks",
"*.prl",
"*.la",
"*.a"
],
"cleanup-platform": [
"/mkspecs",
"/bin/assistant", "/bin/qhelpgenerator", "/bin/qcollectiongenerator", "/bin/qhelpconverter", "/bin/pixeltool", "/bin/designer",
"/bin/lrelease", "/bin/lupdate", "/bin/lconvert", "/bin/linguist", "/bin/qdoc", "/bin/qtattributionsscanner",
"/bin/qtplugininfo", "/bin/qtdiag", "/bin/qdbusviewer"
],
"modules": [
{
"name": "qt5-qtbase",
"cleanup": [
"/bin",
"/include",
"/doc",
"/lib/cmake",
"/lib/pkgconfig",
"/lib/mkspecs",
"/lib/*.so",
"/lib/libQt5PrintSupport*",
"/lib/libQt5Concurrent*",
"/lib/libQt5Xml*",
"*.prl",
"*.la",
"*.a"
],
"build-options" : {
"arch" : {
"x86_64" : {
"config-opts" : [
"-reduce-relocations", "-force-debug-info"
]
},
"aarch64" : {
"config-opts" : [
"-no-reduce-relocations", "-optimize-size", "-opengl es2"
]
}
}
},
"post-install": [
"strip ${FLATPAK_DEST}/lib/*.so.5.*",
"strip ${FLATPAK_DEST}/lib/plugins/*/*.so"
],
"config-opts": [ "-confirm-license", "-opensource",
"-shared",
"-release", "-strip",
"-platform", "linux-g++",
"-optimized-qmake",
"-nomake", "examples",
"-nomake", "tests",
"-system-harfbuzz",
"-system-sqlite",
"-accessibility",
"-dbus-linked",
"-fontconfig",
"-glib",
"-icu",
"-openssl-linked",
"-no-cups",
"-no-pch",
"-no-rpath",
"-no-directfb",
"-no-linuxfb",
"-no-kms",
"-no-feature-sql",
"-no-feature-testlib",
"-system-proxies",
"-gtk",
"-no-use-gold-linker",
"-qpa", "xcb",
"-archdatadir", "/app/extensions/GMic/lib"
],
"sources": [
{
"type": "git",
"url": "https://invent.kde.org/qt/qt/qtbase.git",
"commit": "7c6c0030cf80ef7b9ace42996b0e0c3a72f76860"
},
{
"type": "patch",
"paths": [
"patches/qtbase-avoid-hardcoding-kernel-version.patch",
"patches/qtbase-use-wayland-on-gnome.patch",
"patches/qtbase-revert-qstandardpaths-dont-change-permissions-on-xdg-runtime-dir.patch",
"patches/qtbase-filechooser-portal-send-window-id-in-hex.patch"
]
},
{
"type": "shell",
"commands": [
"mv configure configure.qt"
]
},
{
"type": "script",
"commands": [
"processed=`sed -e 's/--/-/g ; s/=/ /g' <<< $@`",
"./configure.qt $processed"
],
"dest-filename": "configure"
}
]
}
],
"sources": [
{
"type": "git",
"url": "https://invent.kde.org/qt/qt/qttools.git",
"commit": "33693a928986006d79c1ee743733cde5966ac402"
}
]
}