Bug 278832 - net-im/neochat: [patch] Add missing dependency on (kf5)-kquickcharts
Summary: net-im/neochat: [patch] Add missing dependency on (kf5)-kquickcharts
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-kde (group)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-05-07 10:11 UTC by Harald Schmalzbauer
Modified: 2024-05-08 17:46 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (kde)


Attachments
Add missing kquickcharts to USE_KDE (905 bytes, patch)
2024-05-07 10:11 UTC, Harald Schmalzbauer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Harald Schmalzbauer 2024-05-07 10:11:27 UTC
Created attachment 250507 [details]
Add missing kquickcharts to USE_KDE

While discovering matrix, I stumbled across net-im/neochat (after briefly testing net-im/nheko).
It didn't start on my non-KDE (instead xfce) based setup:
QQmlApplicationEngine failed to load component
qrc:/main.qml:23:5: Type RoomPage unavailable
qrc:/RoomPage.qml:106:26: Type ChatBox unavailable
qrc:/ChatBox.qml:63:5: Type ChatBar unavailable
qrc:/ChatBar.qml:390:17: Type PieProgressBar unavailable
qrc:/PieProgressBar.qml:7:1: module "org.kde.quickcharts" is not installed

Simply adding kquickcharts to USE_KDE fixes, see patch attached.