|
1 | 1 | package=qt
|
2 |
| -$(package)_version=5.15.2 |
| 2 | +$(package)_version=5.15.3 |
3 | 3 | $(package)_download_path=https://download.qt.io/official_releases/qt/5.15/$($(package)_version)/submodules
|
4 |
| -$(package)_suffix=everywhere-src-$($(package)_version).tar.xz |
| 4 | +$(package)_suffix=everywhere-opensource-src-$($(package)_version).tar.xz |
5 | 5 | $(package)_file_name=qtbase-$($(package)_suffix)
|
6 |
| -$(package)_sha256_hash=909fad2591ee367993a75d7e2ea50ad4db332f05e1c38dd7a5a274e156a4e0f8 |
| 6 | +$(package)_sha256_hash=26394ec9375d52c1592bd7b689b1619c6b8dbe9b6f91fdd5c355589787f3a0b6 |
7 | 7 | $(package)_linux_dependencies=freetype fontconfig libxcb libxkbcommon libxcb_util libxcb_util_render libxcb_util_keysyms libxcb_util_image libxcb_util_wm
|
8 | 8 | $(package)_qt_libs=corelib network widgets gui plugins testlib concurrent
|
9 |
| -$(package)_patches=fix_qt_pkgconfig.patch mac-qmake.conf fix_no_printer.patch no-xlib.patch |
10 |
| -$(package)_patches += dont_hardcode_x86_64.patch fix_montery_include.patch |
11 |
| -$(package)_patches += fix_android_jni_static.patch dont_hardcode_pwd.patch |
12 |
| -$(package)_patches += qtbase-moc-ignore-gcc-macro.patch fix_limits_header.patch |
13 |
| -$(package)_patches += fix_bigsur_style.patch no_qrhi.patch drop_lrelease_dependency.patch subdirs.pro |
| 9 | +$(package)_patches = fix_qt_pkgconfig.patch |
| 10 | +$(package)_patches += mac-qmake.conf |
| 11 | +$(package)_patches += no-xlib.patch |
| 12 | +$(package)_patches += dont_hardcode_x86_64.patch |
| 13 | +$(package)_patches += fix_montery_include.patch |
| 14 | +$(package)_patches += fix_android_jni_static.patch |
| 15 | +$(package)_patches += dont_hardcode_pwd.patch |
| 16 | +$(package)_patches += qtbase-moc-ignore-gcc-macro.patch |
| 17 | +$(package)_patches += fix_limits_header.patch |
| 18 | +$(package)_patches += no_qrhi.patch |
| 19 | +$(package)_patches += drop_lrelease_dependency.patch |
| 20 | +$(package)_patches += subdirs.pro |
14 | 21 |
|
15 | 22 | $(package)_qttranslations_file_name=qttranslations-$($(package)_suffix)
|
16 |
| -$(package)_qttranslations_sha256_hash=d5788e86257b21d5323f1efd94376a213e091d1e5e03b45a95dd052b5f570db8 |
| 23 | +$(package)_qttranslations_sha256_hash=5d7869f670a135ad0986e266813b9dd5bbae2b09577338f9cdf8904d4af52db0 |
17 | 24 |
|
18 | 25 | $(package)_qttools_file_name=qttools-$($(package)_suffix)
|
19 |
| -$(package)_qttools_sha256_hash=c189d0ce1ff7c739db9a3ace52ac3e24cb8fd6dbf234e49f075249b38f43c1cc |
| 26 | +$(package)_qttools_sha256_hash=463b2fe71a085e7ab4e39333ae360ab0ec857b966d7a08f752c427e5df55f90d |
20 | 27 |
|
21 | 28 | # Gridcoin displays SVG images in the GUI:
|
22 | 29 | $(package)_qtsvg_file_name=qtsvg-$($(package)_suffix)
|
23 |
| -$(package)_qtsvg_sha256_hash=8bc3c2c1bc2671e9c67d4205589a8309b57903721ad14c60ea21a5d06acb585e |
| 30 | +$(package)_qtsvg_sha256_hash=3adc41dfcc67bbe3b8ff553bdac30ee75e270745536a58e54cdb741fa0505d89 |
24 | 31 |
|
25 | 32 | $(package)_extra_sources = $($(package)_qttranslations_file_name)
|
26 | 33 | $(package)_extra_sources += $($(package)_qttools_file_name)
|
@@ -251,13 +258,11 @@ define $(package)_preprocess_cmds
|
251 | 258 | patch -p1 -i $($(package)_patch_dir)/dont_hardcode_pwd.patch && \
|
252 | 259 | patch -p1 -i $($(package)_patch_dir)/dont_hardcode_x86_64.patch && \
|
253 | 260 | patch -p1 -i $($(package)_patch_dir)/fix_qt_pkgconfig.patch && \
|
254 |
| - patch -p1 -i $($(package)_patch_dir)/fix_no_printer.patch && \ |
255 | 261 | patch -p1 -i $($(package)_patch_dir)/fix_android_jni_static.patch && \
|
256 | 262 | patch -p1 -i $($(package)_patch_dir)/no-xlib.patch && \
|
257 | 263 | patch -p1 -i $($(package)_patch_dir)/qtbase-moc-ignore-gcc-macro.patch && \
|
258 | 264 | patch -p1 -i $($(package)_patch_dir)/fix_limits_header.patch && \
|
259 | 265 | patch -p1 -i $($(package)_patch_dir)/fix_montery_include.patch && \
|
260 |
| - patch -p1 -i $($(package)_patch_dir)/fix_bigsur_style.patch && \ |
261 | 266 | patch -p1 -i $($(package)_patch_dir)/no_qrhi.patch && \
|
262 | 267 | cp $($(package)_patch_dir)/subdirs.pro subdirs.pro && \
|
263 | 268 | sed -i.old "s|updateqm.commands = \$$$$\$$$$LRELEASE|updateqm.commands = $($(package)_extract_dir)/qttools/bin/lrelease|" qttranslations/translations/translations.pro && \
|
|
0 commit comments