Silke Hofstra
Silke Hofstra
> Duplicate [#981](https://github.com/getsolus/packages/issues/981) Closing because of this.
Hmm, the backtick doesn't seem to have made it to the Type1 fonts. I will try to take a look at this some time next week. As a work around...
Yes, the issue is still unresolved. I will take another look at it if/when I have time (may take a while), until then PRs are welcome!
Currently, the only way to disable `\bfseries` is by doing it yourself (with something like `\let\bfseries\mdseries`). I might make the weights arbitrarily configurable in the future, with an option like...
Just FYI: it seems the packaging issues were resolved upstream, so all images should be available in all flavours (see [this pipeline](https://gitlab.com/slxh/docker/clang/-/pipelines/1073534994/)).
> This is the best I can come up with, yet. I don't like the fact, that we're required to push the "intermediate" images first, and I'm not sure if...
Resolved by #3072.
I don't think this PR matches the logic in the CI (see [here](https://github.com/getsolus/packages/blob/main/common/CI/package_checks.py#L333)). The logic in the CI is basically as follows: 1. Replace values in dictionary by sorted equivalents...
> Why do we sort pkgconfig32() before pkgconfig()? The CI script checks it this way because more packages have `pkgconfig32` first, and the added complexity was negligible.