Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 903023 - kde-misc/tellico: Support for chart reports
Summary: kde-misc/tellico: Support for chart reports
Status: RESOLVED NEEDINFO
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-25 10:09 UTC by Richard H.
Modified: 2023-03-26 16:53 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Updated 3.4.6 ebuild with charts added (tellico-3.4.6-r1.ebuild,2.40 KB, text/plain)
2023-03-25 10:10 UTC, Richard H.
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Richard H. 2023-03-25 10:09:41 UTC
From the changelog ( https://tellico-project.org/tellico-3-4-released/ )

"Graphical chart reports were added (requires compiling with QtCharts)."

I tried simply adding it to the ebuild, which worked well. Maybe this can be included? Not sure about the USE-Flag, maybe there's something better already.

Reproducible: Always

Steps to Reproduce:
1. emerge current tellico
2. observe charts missing
3. fix with the attached ebuild
Comment 1 Richard H. 2023-03-25 10:10:27 UTC
Created attachment 858975 [details]
Updated 3.4.6 ebuild with charts added
Comment 2 Andreas Sturmlechner gentoo-dev 2023-03-26 16:53:39 UTC
This is a curious request.

$ equery g tellico

> * dependency graph for kde-misc/tellico-3.4.6
> `--  kde-misc/tellico-3.4.6  amd64 
> ...
>   `--  dev-qt/qtcharts-5.15.8  (dev-qt/qtcharts)

$ ebuild tellico-3.4.6.ebuild configure
> -- The following OPTIONAL packages have been found:
> ...
>  * Qt5Charts

So, the Gentoo ebuild is clearly already depending on qtcharts and the build system also correctly finding it, at least for me. Your ebuild just duplicates the dependency by exposing an option to build without it, when it was unconditional propided already.

If there is a problem for you, please re-open with logs.