Commit Graph

83 Commits

Author SHA1 Message Date
Martchus d73c79d876 Disable i686 for Windows builds of Qt 6 and packages depending on it
See comment added to base package for reasoning.
2024-05-14 21:01:25 +02:00
Martchus 4714226962 Update Qt 6 packages to 6.7.0 2024-04-04 10:41:27 +02:00
Martchus bf8b879642 Remove nproc workaround from Qt 5 packages after workaround via buildenv 2024-04-02 23:13:19 +02:00
Martchus d3fe1ca09e Update Qt 6 packages to 6.6.3
No rebuild and update of checksums has been done (except for static-compat
variant); waiting for regular Qt 6 packages to updated first.
2024-03-28 20:27:29 +01:00
Martchus 5688795363 Update Qt 5 packages to 5.15.13 2024-03-16 20:06:10 +01:00
Martchus e12d22a22f Force Android Qt 6 packages to use Java 17
This may help to prevent https://bugreports.qt.io/browse/QTBUG-119223.
2024-02-25 18:18:50 +01:00
Martchus 64ce42f4c3 Enable cpp_winrt support in Qt 6 2024-02-18 00:29:59 +01:00
Martchus 104c057737 Update Qt 6 packages to 6.6.2 2024-02-15 21:10:17 +01:00
Martchus 084636ac44 Update mingw-w64-qt5 packages to 5.15.12 2024-01-09 17:32:21 +01:00
Martchus d91d90dc5e Update Qt 6 packages to 6.6.1 2023-11-30 11:00:24 +01:00
Martchus 5db88d8534 Avoid mingw-w64-qt6-base to link against shared libzstd 2023-11-08 00:21:45 +01:00
Ben b4382ecbef
Fix duplicate `kde+` suffix in version of Qt 5 packages
* Prevent appending the `kde+`-suffix multiple times when running `makepkg` consecutively without cleanup
* Modify the assignment of `_basever` from `_basever=$pkgver` to `_basever=${pkgver%%+*}`
2023-10-22 14:51:41 +02:00
Martchus c6f9429f11 Update Qt 6 packages to 6.6.0 2023-10-12 10:40:55 +02:00
Martchus 7ed355f9ae Update Qt 5 packages to 5.15.11 2023-10-09 10:22:10 +02:00
Martchus 9642c5b05d Update Qt 6 package to 6.5.3 2023-09-30 19:56:00 +02:00
Martchus 46fe3d404e Avoid deprecation warning in `generate.pl`
Use `spew` instead of `spurt`
2023-09-16 14:48:52 +02:00
Martchus edce7b262f Update mingw-w64-qt5-base to 5.15.10+kde+r147 2023-08-12 14:00:56 +02:00
Martchus ef6257dff9 Update Qt 6 packages to 6.5.2 2023-07-20 23:09:41 +02:00
Martchus 45feb203e8 Update mingw-w64-qt5-* packages to 5.15.10 2023-06-14 10:46:41 +02:00
Martchus a7980f7c77 Add patch to fix QTabbar regression 2023-06-07 22:12:56 +02:00
Martchus dc24c09202 Update Qt 6 packages to 6.5.1 2023-05-26 15:25:14 +02:00
Martchus 8b98843fd0 Update Qt 5 packages to 5.15.9 2023-04-10 21:43:10 +02:00
Martchus b91bc46a5a Update Qt packages to 6.5.0 2023-04-04 23:03:00 +02:00
Martchus 8f7aff3d89 Update qt6 packages to 6.4.3 2023-03-17 16:18:33 +01:00
Martchus 357910eaf4 Fix android-*qt6-* packages
* Fix wrong Java version
* Fix inconsistency between name of libpng and its
  soname
2023-03-11 19:28:22 +01:00
Martchus f05eee98a0 Update Qt 5 and 6 packages to 5.15.8 and 6.4.2 2023-01-07 14:23:26 +01:00
Martchus a14abc0a2a Fix high DPI scaling regression with Qt 6.4.1 on Windows
See https://bugreports.qt.io/browse/QTBUG-109234
2022-12-06 23:17:12 +01:00
Martchus 07c33b3d7e Update qt6 packages to 6.4.1 2022-11-17 10:34:36 +01:00
Martchus 30a51d9903 Update static-compat-openssl and a few other static-compat packages 2022-11-09 21:47:56 +01:00
Martchus 4d994f9505 Update mingw-w64-openssl to 3.0.7
* Update outdated packages that need a rebuild
2022-11-07 22:37:40 +01:00
Martchus f151b9ff0b Update/rebase mingw-w64-qt5-* packages to 5.15.7 2022-11-01 13:32:05 +01:00
Martchus 057fb81690 Update mingw-w64-qt5-base to 5.15.6+kde+r179
Rebase patches against latest KDE commit and adapt
them to glib2 now using pcre2.
2022-10-05 17:49:19 +02:00
Martchus aad0f91e60 Update Qt 6 packages to 6.4.0
Unfortunately mingw-w64-qt6-multimedia does not build at
all anymore (not even without an actual backend like before).
2022-10-01 18:18:19 +02:00
Martchus 10a80dfb5e Update Qt 6 packages to 6.3.2 2022-09-12 18:06:40 +02:00
Martchus a9441237ee Rebase mingw-w64-qt5 packages against 5.15.6 2022-09-10 16:58:25 +02:00
Martchus 2d29bd9bff Update Qt 6 packages to 6.3.1 2022-06-15 02:00:06 +02:00
Martchus 228514be92 Rebuild static-compat-qt6-base without LTO
It works but has multiple disadvantages:

* When upgrading GCC one needed to rebuild Qt 6
* Linking the final applications takes very long
2022-05-24 21:56:58 +02:00
Martchus a10fd8c94b Rebase Qt 5 packages against 5.15.4 2022-05-18 11:09:05 +02:00
Martchus b1dccff4ae Improve static-compat-syncthingtray
* Enable Wayland QPA plugin
* Enable icon themes
* Avoid regular Harfbuzz CMake find module from being used
2022-05-02 00:42:08 +02:00
Martchus 17e8e5b34a Downgrade libx11 and add shared version
We must not link statically against it because it is also pulled by the
shared GLX library and would therefore end up multiple times in the apps
address space causing crashes. It should be stable enough anyways to not
having to bundle it. Since 1.6.x is still the newest version on older
distributions we must downgrade the version, though.
2022-04-29 18:28:31 +02:00
Martchus 250ab7b61c Explicitly disable dynamic OpenGL for static-compat-qt6-base
It apparenly doesn't work to configure this so disable it explicitly as a
remark.
2022-04-28 23:49:49 +02:00
Martchus 5411a9d1fd Update static libraries
* Use an older glibc so resulting binaries can run
  on older systems (without having to link statically
  against glibc)
* Call packages static-compat-* to make it clear that
  these packages are intended for compatibility with
  older distributions
* Add further libraries to get static-compat-qt6-base
  and some other static-compat-qt6-* packages building
2022-04-28 22:43:29 +02:00
Martchus 46e9e2f092 Update mingw-w64-qt5-base* to latest KDE commit and cherry-pick 8797332
See https://aur.archlinux.org/packages/mingw-w64-qt5-base#comment-862662
2022-04-26 19:13:47 +02:00
Martchus 6bb7e4e8c9 Update Qt 6 to 6.3.0 2022-04-10 23:25:57 +02:00
Martchus 8a71ef2410 Update Qt 6 packages to 6.2.4 2022-03-20 12:08:09 +01:00
Martchus 68731b6b03 Rebase Qt 5 packages against 5.15.3 2022-03-08 20:10:38 +01:00
Martchus f3e50f3271 Update Qt packages to 6.2.3 2022-01-30 20:47:58 +01:00
Martchus 0a2957aed3 Update Qt 5 packages 2022-01-02 22:07:57 +01:00
Martchus f435e0db62 Update Qt 6 packages to 6.2.2 2021-12-02 11:47:00 +01:00
Martchus 9f4a732cfd Update Qt 6 packages to 6.2.1 2021-10-28 12:23:37 +02:00