cppcheck: Enable building the GUI#8561
Open
JacekJagosz wants to merge 1 commit into
Open
Conversation
Contributor
Author
|
Only problem I can see with including it is that now someone that installs it as a dependency, will now also get the GUI. For example kdevelop is a reverse dependency |
Member
|
The GUI part should probably be split into its own package, like |
6a33d42 to
a389626
Compare
Member
|
Could we pull in this patch to fix the localization installation location? It would be nice to not have them dumped straight into |
**Summary** Enable building the GUI
a389626 to
6f00dfd
Compare
EbonJaeger
requested changes
Apr 19, 2026
Member
EbonJaeger
left a comment
There was a problem hiding this comment.
A couple more things, after thinking about it some more:
- Could a component, summary, and description be added for the new subpackage?
- The
-guisubpackage should have a runtime dependency oncppcheck - Stretch goal: It would be great if an AppStream metainfo file could be added for the GUI package so it can be found in GNOME Software and Discover.
Comment on lines
+17
to
+22
| patterns : | ||
| - gui : | ||
| - /usr/bin/cppcheck-gui | ||
| - /usr/share/Cppcheck/lang/* | ||
| - /usr/share/applications/* | ||
| - /usr/share/icons/* |
Member
There was a problem hiding this comment.
Could this be moved to the bottom of the file? It makes everything easier to find.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Enable building the GUI
Test Plan
Used it for multiple days to analyze my code without issues
Checklist