|
1 | 1 | PACKAGE=qt
|
2 |
| -$(package)_version=5.12.10 |
| 2 | +$(package)_version=5.12.11 |
3 | 3 | $(package)_download_path=https://download.qt.io/official_releases/qt/5.12/$($(package)_version)/submodules
|
4 | 4 | $(package)_suffix=everywhere-src-$($(package)_version).tar.xz
|
5 | 5 | $(package)_file_name=qtbase-$($(package)_suffix)
|
6 |
| -$(package)_sha256_hash=8088f174e6d28e779516c083b6087b6a9e3c8322b4bc161fd1b54195e3c86940 |
| 6 | +$(package)_sha256_hash=1c1b4e33137ca77881074c140d54c3c9747e845a31338cfe8680f171f0bc3a39 |
7 | 7 | $(package)_linux_dependencies=freetype fontconfig libxcb libxkbcommon
|
8 | 8 | $(package)_qt_libs=corelib network widgets gui plugins testlib
|
9 | 9 | $(package)_patches=fix_qt_pkgconfig.patch mac-qmake.conf fix_no_printer.patch no-xlib.patch
|
10 | 10 | $(package)_patches+= fix_android_qmake_conf.patch fix_android_jni_static.patch dont_hardcode_pwd.patch
|
11 | 11 | $(package)_patches+= drop_lrelease_dependency.patch no_sdk_version_check.patch
|
12 | 12 | $(package)_patches+= fix_lib_paths.patch fix_android_pch.patch
|
13 |
| -$(package)_patches+= fix_bigsur_drawing.patch qtbase-moc-ignore-gcc-macro.patch |
| 13 | +$(package)_patches+= qtbase-moc-ignore-gcc-macro.patch |
14 | 14 |
|
15 | 15 | $(package)_qttranslations_file_name=qttranslations-$($(package)_suffix)
|
16 |
| -$(package)_qttranslations_sha256_hash=e1de58ed108b7e0a138815ea60fd46a2c4e1fc31396a707e5630e92de79c53de |
| 16 | +$(package)_qttranslations_sha256_hash=577b0668a777eb2b451c61e8d026d79285371597ce9df06b6dee6c814164b7c3 |
17 | 17 |
|
18 | 18 | $(package)_qttools_file_name=qttools-$($(package)_suffix)
|
19 |
| -$(package)_qttools_sha256_hash=b0cfa6e7aac41b7c61fc59acc04843d7a98f9e1840370611751bcfc1834a636c |
| 19 | +$(package)_qttools_sha256_hash=98b2aaca230458f65996f3534fd471d2ffd038dd58ac997c0589c06dc2385b4f |
20 | 20 |
|
21 | 21 | $(package)_extra_sources = $($(package)_qttranslations_file_name)
|
22 | 22 | $(package)_extra_sources += $($(package)_qttools_file_name)
|
@@ -232,7 +232,6 @@ define $(package)_preprocess_cmds
|
232 | 232 | patch -p1 -i $($(package)_patch_dir)/no-xlib.patch && \
|
233 | 233 | patch -p1 -i $($(package)_patch_dir)/no_sdk_version_check.patch && \
|
234 | 234 | patch -p1 -i $($(package)_patch_dir)/fix_lib_paths.patch && \
|
235 |
| - patch -p1 -i $($(package)_patch_dir)/fix_bigsur_drawing.patch && \ |
236 | 235 | patch -p1 -i $($(package)_patch_dir)/qtbase-moc-ignore-gcc-macro.patch && \
|
237 | 236 | sed -i.old "s|updateqm.commands = \$$$$\$$$$LRELEASE|updateqm.commands = $($(package)_extract_dir)/qttools/bin/lrelease|" qttranslations/translations/translations.pro && \
|
238 | 237 | mkdir -p qtbase/mkspecs/macx-clang-linux &&\
|
|
0 commit comments