Ensure that depending jobs do not happen in parallel
If we run breeze-generate-24px-versions-dark in parallel with breeze-generate-symbolic-dark that generates some of the files the former processes, we'll get compilation failures (or just out right broken output). Mark the different commands as dependent so this does not happen.