| 2 Dec 2024 |
๐ผ๐. ๐ฑ๐๐ ๐๐๐ ๐ ๐ท๐๐ | In reply to @k900:0upti.me It's in one of the subspaces thanks, found it | 05:40:50 |
K900 | OK I finally got upset enough | 09:24:38 |
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 |