| 2 Dec 2024 |
K900 | And moved all the Qt patches around to be in the same directory as their modules | 09:24:46 |
K900 | https://github.com/NixOS/nixpkgs/pull/361047 | 10:41:10 |
K900 | @outfoxxed I am sorry but you will have to rebase again | 10:42:15 |
K900 | 6.8.1 reshuffled a bunch of disk cache code AGAIN | 10:42:24 |
Viorel-Cătălin Răpițeanu | The camera application Kamoso is broken? | 10:51:06 |
K900 | Uhh | 10:51:27 |
K900 | Broken how | 10:51:28 |
K900 | Ah | 10:51:40 |
K900 | Not ported from Qt5 yet | 10:51:44 |
K900 | You can use libsForQt5.kamoso for now | 10:51:51 |
Viorel-Cătălin Răpițeanu | Ah, sorry about it. I was under the impression that it was broken in Nix and not because of it not being ported yet. | 10:53:52 |
K900 | Yeah there's a few applications that just don't build on Qt6 yet | 10:55:41 |
K900 | And we don't have problems infrastructure still | 10:55:50 |
K900 | So they're just marked broken | 10:55:53 |
K900 | nixpkgs/pkgs/kde qt-6.8.1
❯ rg -F "FIXME(qt5)"
plasma/kwayland-integration/default.nix
4: # FIXME(qt5)
gear/marble/default.nix
4: # FIXME(qt5)
gear/kig/default.nix
4: # FIXME(qt5)
gear/cervisia/default.nix
4: # FIXME(qt5)
gear/ktouch/default.nix
4: # FIXME(qt5)
gear/kross-interpreters/default.nix
9: # FIXME(qt5)
gear/kmix/default.nix
4: # FIXME(qt5)
gear/kqtquickcharts/default.nix
4: # FIXME(qt5)
gear/kwave/default.nix
4: # FIXME(qt5)
gear/artikulate/default.nix
9: # FIXME(qt5)
gear/kamoso/default.nix
4: # FIXME(qt5)
gear/umbrello/default.nix
4: # FIXME(qt5)
gear/rocs/default.nix
9: # FIXME(qt5)
gear/cantor/default.nix
9: # FIXME(qt5)
| 10:56:35 |
K900 | A few more should of the stragglers should be ported in 24.12 | 10:57:46 |
outfoxxed | In reply to @k900:0upti.me 6.8.1 reshuffled a bunch of disk cache code AGAIN damnit | 11:14:10 |
K900 | And then it sounds like upstream will just cut off whatever is left | 10:57:56 |
K900 | At least from the officially released package sets | 10:58:04 |
K900 | https://community.kde.org/KDE_Gear/24.12_Release_notes | 10:59:07 |
K900 | Has everything that will be ported | 10:59:29 |
K900 | Or rather, has been ported | 10:59:38 |
K900 | nixpkgs qt-6.8.1
❯ rg -F "FIXME(qt5)" --files-with-matches
pkgs/kde/plasma/kwayland-integration/default.nix
pkgs/kde/gear/marble/default.nix
pkgs/kde/gear/kig/default.nix
pkgs/kde/gear/cervisia/default.nix
pkgs/kde/gear/ktouch/default.nix
pkgs/kde/gear/kross-interpreters/default.nix
pkgs/kde/gear/kmix/default.nix
pkgs/kde/gear/kqtquickcharts/default.nix
pkgs/kde/gear/kwave/default.nix
pkgs/kde/gear/artikulate/default.nix
pkgs/kde/gear/kamoso/default.nix
pkgs/kde/gear/umbrello/default.nix
pkgs/kde/gear/rocs/default.nix
pkgs/kde/gear/cantor/default.nix
| 11:00:50 |
K900 | Which basically just leaves SDK and Edu stuff | 11:04:01 |
K900 | And Kamoso | 11:04:10 |
| 3 Dec 2024 |
K900 | @Nick Cao thoughts on https://github.com/NixOS/nixpkgs/pull/361047 ? Want to send it | 13:09:26 |
Nick Cao | In reply to @k900:0upti.me @Nick Cao thoughts on https://github.com/NixOS/nixpkgs/pull/361047 ? Want to send it Good to go if you don't want to nixfmt it this time. | 17:53:57 |
K900 | nixfmt is a shit | 17:54:21 |
K900 | It's going off git history and git doesn't match some of the renames | 17:54:32 |
K900 | Because of all the code I deleted | 17:54:36 |