about summary refs log tree commit diff
path: root/pkgs/applications/kde/neochat.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt1-1/+1
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-03-19treewide: add meta.mainProgram to packages with a single binarystuebinm1-0/+1
The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
2023-10-06plasma5Packages.neochat: cleanup dependencies that are actually part of ↵Sandro Jäckel1-2/+0
libquotient
2023-09-14neochat: add missing runtime dependenciesAlyssa Ross1-0/+4
Without these, it fails to launch, e.g.: > QQmlApplicationEngine failed to load component > qrc:/main.qml:20:5: Type RoomList.Page unavailable > qrc:/RoomList/Page.qml:87:20: Type ExploreComponent unavailable > qrc:/RoomList/ExploreComponent.qml: Type org.kde.neochat/OsmLocationPlugin unavailable > qrc:/OsmLocationPlugin.qml:7:1: module "QtLocation" is not installed Fixes: e50edcb50693 ("kde/gear: 23.04.3 -> 23.08.0")
2023-08-24kde/gear: 23.04.3 -> 23.08.0K9001-9/+0
2023-08-08neochat: add patch for libquotient 0.8Weijia Wang1-0/+9
2023-04-20plasma-mobile: 23.1 -> 23.04.0, (partially) absorb into kde/gearK9001-0/+73