Summary: | dev-qt/qt-creator-6.0.0 is missing desktop file | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Herbert Wantesh <rauchwolke> |
Component: | Current packages | Assignee: | Davide Pesavento (RETIRED) <pesa> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bill, bog, gentoo, ionen, jaak, jstein, mwoodj, qt |
Priority: | Normal | Keywords: | PATCH, PullRequest |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
See Also: | https://github.com/gentoo/gentoo/pull/23837 | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | Fix typo in share.pro |
Description
Herbert Wantesh
2021-12-03 12:48:04 UTC
Same on my side +1 Created attachment 762453 [details, diff]
Fix typo in share.pro
Line that installs the .desktop file was moved into share/share.pro, which appears to have a typo. File installs with attached patch.
Thanks Herb Miller Jr. I will change my PR to only apply that patch, and PR that change upstream too. the patch works for me, how about adding it to the ebuild? Same problem here. Patch seems to fix the problem. The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=157b590574f3ca93b77040d9cc788e367d02c51b commit 157b590574f3ca93b77040d9cc788e367d02c51b Author: Peter Levine <plevine457@gmail.com> AuthorDate: 2022-08-06 04:55:16 +0000 Commit: Sam James <sam@gentoo.org> CommitDate: 2022-10-29 15:07:21 +0000 dev-qt/qt-creator: add 8.0.1 Switched from the qmake to cmake buildsystem. Added support for the Coco code coverage tool. The 'git' USE flag now also builds the gitlab plugin. The 'wayland' flag was added to enforce built-with-use dependency. 'imageviewer' flag is added for conditional dependence on dev-qt/qtsvg. clangd functionality now depends on >=clang-14.*. Bug: https://bugs.gentoo.org/828071 Bug: https://bugs.gentoo.org/846947 Closes: https://bugs.gentoo.org/876169 Signed-off-by: Peter Levine <plevine457@gmail.com> Signed-off-by: Sam James <sam@gentoo.org> dev-qt/qt-creator/Manifest | 1 + dev-qt/qt-creator/metadata.xml | 2 + dev-qt/qt-creator/qt-creator-8.0.1.ebuild | 440 ++++++++++++++++++++++++++++++ 3 files changed, 443 insertions(+) Assume(?) this was meant to be closed by comment #7, qt-creator-11.0.2 definitely has a .desktop file installed either way. |