Update yacreader to 9.5.0
Changelog:
Link
Details
Details
- Reviewers
• sunnyflunk - Group Reviewers
Triage Team - Commits
- R4487:f34484ca1e92: Update yacreader to 9.5.0
Opened a Comic and created a new libary
Diff Detail
Diff Detail
- Repository
- R4487 yacreader
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Two things:
1,You can use https://github.com/YACReader/yacreader/blob/9.5.0/CHANGELOG.md as the link to the changelog (i.e. it will remain at the 9.5.0 changes till the end of time, which are the only relevant changes to the commit).
- How come pkgconfig(Qt5QuickControls2)? Looking at the code it's only qt5-quickcontrols (which also needs to be added as a rundep for the QML view).
Comment Actions
Without quickcontrol2 it throws me an error while building and it never complained about a missing rundep
Comment Actions
pkgconfig(Qt5Quick) is the actual requirement. qt5-quickcontrols is needed for the qml files https://github.com/YACReader/yacreader/blob/master/YACReaderLibrary/qml/ComicInfoView.qml