Commit Graph

8 Commits

Author SHA1 Message Date
K900
1840314347 qt6: 6.10.2 -> 6.11
If anyone wants to package the new modules, be my guest.
2026-03-26 22:10:33 +03:00
K900
13fda0b4b2 qt6: 6.9.3 -> 6.10.0 2025-10-07 21:23:08 +03:00
K900
d086eee1fc qt6.qttools: clean up 2025-09-19 07:58:22 +03:00
K900
dc2e4ebdec qt6.qttools: pin LLVM 20
Qt 6.9 doesn't support LLVM 21.
2025-09-19 07:58:22 +03:00
Wolfgang Walther
5a0711127c treewide: run nixfmt 1.0.0 2025-07-24 13:55:40 +02:00
misuzu
3303956062 qt6.qttools: fix cross compilation 2025-05-03 09:52:05 +03:00
Silvan Mosberger
667d42c00d treewide: format all inactive Nix files
After final improvements to the official formatter implementation,
this commit now performs the first treewide reformat of Nix files using it.
This is part of the implementation of RFC 166.

Only "inactive" files are reformatted, meaning only files that
aren't being touched by any PR with activity in the past 2 months.
This is to avoid conflicts for PRs that might soon be merged.
Later we can do a full treewide reformat to get the rest,
which should not cause as many conflicts.

A CI check has already been running for some time to ensure that new and
already-formatted files are formatted, so the files being reformatted here
should also stay formatted.

This commit was automatically created and can be verified using

    nix-build a08b3a4d19.tar.gz \
      --argstr baseRev 57b193d8dd
    result/bin/apply-formatting $NIXPKGS_PATH
2024-12-10 20:27:17 +01:00
K900
2873053688 qt6: 6.8.0 -> 6.8.1, reorganize everything
- move patches to their corresponding modules
- inline patches list for qtbase into the expression itself
- don't treat patches as series, as they are not
- clean up outdated headers from all the patches
- drop doc tools patch, replace it with setting newly added cmake var in a hook
- add a new patch to disable SBOM generation that's very broken with split installs
2024-12-02 13:39:36 +03:00