-
Notifications
You must be signed in to change notification settings - Fork 549
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
[adwaita_icon_theme] fix windows installation issues for v3. #8003
Conversation
Why? Can we see what's the issue? |
When I run the old I'm not sure why, or if this will cause issues with Details
|
It's mainly a bunch of pngs that are different? If they're dynamically generated probably they aren't bit-by-bit reproducible, and so not a big deal? Did you try to visually compare them? |
Some of the icons seem weird in the version at https://github.com/JuliaBinaryWrappers/adwaita_icon_theme_jll.jl/releases/tag/adwaita_icon_theme-v3.33.92%2B4 |
Because a few of the ".png" files in v3.33.92+4 seem broken, I'm rebuilding now instead of just copying the previous artifact. |
|
I also tested |
Thanks! |
…ckaging#8003) * [adwaita_icon_theme] fix windows installation issues for v3. * [adwaita_icon_theme] rebuild
Apply the fix in #7930 for the old version of
adwaita_icon_theme_jll.jl
required byGtk.jl
The difference in the tree sha is because the new version is missing the "logs" directory and a few icons are fixed in the "share" directory.
I assume after this PR is merged I should make a PR to undo the changes to go back to the new version?