-
-
Notifications
You must be signed in to change notification settings - Fork 16
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
build: batch svg files for inkscape #54
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know what the max length of a variable is but maybe it's a good idea to use a file instead,
doesn't seem to be a problem at this moment.
fi | ||
done | ||
if [ "$genPixmaps" != "file-open:${RAWSVG};" ]; then |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This check is lost don't think it's needed since we no longer call inkscape for every file,
but can be added by setting a flag inside the if above.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
works fine without
what's the advantage of this? If its speed can you provide a benchmark comparison? edit: forgot that actions exist and are effectively a build benchmark. wow 18 -> 4 mins on full build time, yipppee! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested them out locally and it looks good 👍
They were batched before but I missed this when we ported over the KDE Breeze scripts, nice catch and thanks!
Batch inkscape for multiple svg files.