|
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
|
9 | 9 | $(package)_linguist_tools = lrelease lupdate lconvert
|
10 |
| -$(package)_patches = qt.pro qttools_src.pro |
11 |
| -$(package)_patches += fix_qt_pkgconfig.patch mac-qmake.conf fix_no_printer.patch no-xlib.patch |
12 |
| -$(package)_patches += dont_use_avx_android_x86_64.patch dont_hardcode_x86_64.patch fix_montery_include.patch |
13 |
| -$(package)_patches += fix_android_jni_static.patch dont_hardcode_pwd.patch |
14 |
| -$(package)_patches += qtbase-moc-ignore-gcc-macro.patch fix_limits_header.patch |
15 |
| -$(package)_patches += fix_bigsur_style.patch use_android_ndk23.patch |
16 |
| -$(package)_patches += rcc_hardcode_timestamp.patch duplicate_lcqpafonts.patch |
| 10 | +$(package)_patches = qt.pro |
| 11 | +$(package)_patches += qttools_src.pro |
| 12 | +$(package)_patches += mac-qmake.conf |
| 13 | +$(package)_patches += fix_qt_pkgconfig.patch |
| 14 | +$(package)_patches += no-xlib.patch |
| 15 | +$(package)_patches += dont_hardcode_x86_64.patch |
| 16 | +$(package)_patches += fix_montery_include.patch |
| 17 | +$(package)_patches += fix_android_jni_static.patch |
| 18 | +$(package)_patches += dont_hardcode_pwd.patch |
| 19 | +$(package)_patches += qtbase-moc-ignore-gcc-macro.patch |
| 20 | +$(package)_patches += fix_limits_header.patch |
| 21 | +$(package)_patches += use_android_ndk23.patch |
| 22 | +$(package)_patches += rcc_hardcode_timestamp.patch |
| 23 | +$(package)_patches += duplicate_lcqpafonts.patch |
17 | 24 |
|
18 | 25 | $(package)_qttranslations_file_name=qttranslations-$($(package)_suffix)
|
19 |
| -$(package)_qttranslations_sha256_hash=d5788e86257b21d5323f1efd94376a213e091d1e5e03b45a95dd052b5f570db8 |
| 26 | +$(package)_qttranslations_sha256_hash=5d7869f670a135ad0986e266813b9dd5bbae2b09577338f9cdf8904d4af52db0 |
20 | 27 |
|
21 | 28 | $(package)_qttools_file_name=qttools-$($(package)_suffix)
|
22 |
| -$(package)_qttools_sha256_hash=c189d0ce1ff7c739db9a3ace52ac3e24cb8fd6dbf234e49f075249b38f43c1cc |
| 29 | +$(package)_qttools_sha256_hash=463b2fe71a085e7ab4e39333ae360ab0ec857b966d7a08f752c427e5df55f90d |
23 | 30 |
|
24 | 31 | $(package)_extra_sources = $($(package)_qttranslations_file_name)
|
25 | 32 | $(package)_extra_sources += $($(package)_qttools_file_name)
|
@@ -232,15 +239,12 @@ define $(package)_preprocess_cmds
|
232 | 239 | cp $($(package)_patch_dir)/qttools_src.pro qttools/src/src.pro && \
|
233 | 240 | patch -p1 -i $($(package)_patch_dir)/dont_hardcode_pwd.patch && \
|
234 | 241 | patch -p1 -i $($(package)_patch_dir)/fix_qt_pkgconfig.patch && \
|
235 |
| - patch -p1 -i $($(package)_patch_dir)/fix_no_printer.patch && \ |
236 | 242 | patch -p1 -i $($(package)_patch_dir)/fix_android_jni_static.patch && \
|
237 | 243 | patch -p1 -i $($(package)_patch_dir)/no-xlib.patch && \
|
238 |
| - patch -p1 -i $($(package)_patch_dir)/dont_use_avx_android_x86_64.patch && \ |
239 | 244 | patch -p1 -i $($(package)_patch_dir)/dont_hardcode_x86_64.patch && \
|
240 | 245 | patch -p1 -i $($(package)_patch_dir)/qtbase-moc-ignore-gcc-macro.patch && \
|
241 | 246 | patch -p1 -i $($(package)_patch_dir)/fix_limits_header.patch && \
|
242 | 247 | patch -p1 -i $($(package)_patch_dir)/fix_montery_include.patch && \
|
243 |
| - patch -p1 -i $($(package)_patch_dir)/fix_bigsur_style.patch && \ |
244 | 248 | patch -p1 -i $($(package)_patch_dir)/use_android_ndk23.patch && \
|
245 | 249 | patch -p1 -i $($(package)_patch_dir)/rcc_hardcode_timestamp.patch && \
|
246 | 250 | patch -p1 -i $($(package)_patch_dir)/duplicate_lcqpafonts.patch && \
|
|
0 commit comments