-
-
Notifications
You must be signed in to change notification settings - Fork 84
Create fd.o spec audit script #1340
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
|
This is very very nice! Just a few notes after testing. In the icon spec txt list:
Also, it doesn't seem to list all missing icons. This might be the case when the symbolic version exists? For example, Maybe helpful, maybe not... I did a script similar to this a while back here (as Also when trying that "fd.o-only theme" experiment, I did add more fd.o icons to |
|
I guess that's what I get for hand-writing the spec file... Symbolic files were being counted when calculating results for the report, but I've now changed it to not use them. They aren't shown in out-of spec, though, as I figure they are common practice enough that rules-lawyering them out would be pointless and make the report larger than it needs to. |
|
I feel like this is a tool which could benefit the larger Linux community |
|
Now has support for optionally pulling the specification directly from FreeDesktop.org, if |
Adds a no dependencies Python script and Specification file to the
/scriptsdirectory. The intention is to ease monitoring coverage of the fd.o icon name specification, and provide a CSV report telling us what was found, what is still missing, and what is included that is out of spec. I believe this can be automated to run on any PR, but this request does not do that, as I don't think it's actually necessary to run that often.