2023-11-11 11:34:33 by Adam Ciarcinski | Files touched by this commit (2) |
Log message: qt6-qtbase: fix library name on Darwin |
2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377) |
Log message: *: recursive bump for icu 74.1 |
2023-11-08 10:01:20 by Niclas Rosenvik | Files touched by this commit (2) |
Log message: qt6: get extra configure arguments from cmake/configure-settings.mk This makes fixes in the cmake settings for different platforms to be added to the qt6 build automatically and be in one place instead of having to replicated in the qt6 packages. CMAKE_INSTALL_PREFIX had to be set when configuring qt6 modules or they would be installed under ${PREFIX} instead of ${PREFIX}/qt6. |
2023-11-06 20:46:46 by Jonathan Perkin | Files touched by this commit (2) |
Log message: qt6-qtbase: Various SunOS fixes. |
2023-10-31 20:56:52 by Adam Ciarcinski | Files touched by this commit (82) | |
Log message: qt6: updated to 6.6.0 Qt 6.6 https://www.qt.io/blog/qt-6.6-released |
2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298) |
Log message: *: bump for openssl 3 |
2023-10-20 09:56:57 by Tobias Nygren | Files touched by this commit (3) |
Log message: qt6-qtbase: apply patch from qt5-qtbase for xkb compatibility issue |
2023-09-30 10:05:49 by Adam Ciarcinski | Files touched by this commit (1) |
Log message: qt6-qtbase: remove unused include |
2023-09-29 23:12:18 by Adam Ciarcinski | Files touched by this commit (41) | |
Log message: qt6: updated to 6.5.3 Qt 6.5.3 release is a patch release made on the top of Qt 6.5.2. As a patch release, Qt 6.5.3 does not add any new functionality but provides bug fixes and other improvements and maintains both forward and backward compatibility (source and binary) with Qt 6.5.2. For detailed information about Qt 6.5, refer to the online documentation included in this distribution. The documentation is also available online: https://doc.qt.io/qt-6/index.html |
2023-09-28 11:54:42 by Niclas Rosenvik | Files touched by this commit (2) |
Log message: Qt6: set CMAKE_APPLE_SILICON_PROCESSOR on arm64 Set CMAKE_APPLE_SILICON_PROCESSOR just like other cmake builds. The Qt6 configure script acts outside the settings in devel/cmake so we have to replicate them to get the same environment. |