https://bugs.kde.org/show_bug.cgi?id=394077
Bug ID: 394077 Summary: KDE-free build dependencies Product: Falkon Version: unspecified Platform: Other OS: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general Assignee: now...@gmail.com Reporter: sp...@gmx.com Target Milestone: --- With Falkon 3.0.1, its build system now rely on KF5I18n as mandatory requirement [1][2]. As stated in the blog post announcing the moving of QupZilla under the KDE infrastructure [3] as the new Falkon browser: "There will be no changes in project goals - all platforms currently supported will stay supported and there will be no hard dependencies on KDE libraries" The build system itself should take care of the statement and not to fail when the optional KDE dependencies are not met (as it was till 3.0.0). The official source tarball [4] cointains the ./po subfolder, so, as defined in CMakeLists.txt [4], it would make KF5I18n REQUIRED, that relies on KDE libraries and fails without. A solution would be to not ship the ./po folder (it just contains the hellopython translations) within the source tarball and/or to double check the possibility to rely on KF5I18n. [1]: https://phabricator.kde.org/R875:288585f91a69100d7579aec859c9f6fe3516fa53 [2]: https://phabricator.kde.org/R875:265c67f173d4819c786d14ccdd6e3bc539c6fa80 [3]: http://blog.qupzilla.com/2017/08/qupzilla-is-moving-under-kde-and.html [4]: https://download.kde.org/stable/falkon/3.0.1/falkon-3.0.1.tar.xz [5]: https://phabricator.kde.org/source/falkon/browse/master/CMakeLists.txt;3760a9ffd173ec2b228d5f9a26c541275a994639$92 -- You are receiving this mail because: You are watching all bug changes.