-
Notifications
You must be signed in to change notification settings - Fork 5
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
Bump runtime to 42 and oomox to 1.14 #9
Conversation
- Update resvg to 0.23.0, add cargo manifest and add new build commands - Update Pillow to 9.2.0, haishoku to 1.1.8 - Add pystache and pyyaml for Base16 format - Update libsass to 3.6.5 and sassc to 3.6.2 - Update ImageMagick to 7.1.0.43 - Update oomox to 1.14
Is skipping appstream validation still needed? There's no reason specified on why it is being skipped and the build logs from that time are gone Running |
bot, build |
Queued test build for com.github.themix_project.Oomox. |
Started test build 101336 |
Build 101336 failed |
if i understood the log right, it's failing on this:
with many errors, main of which probably:
|
mb return back that appstream check thing |
Started test build 101362 |
these are harmless. |
I'm pretty this part:
is part of the problem. |
@hfiguiere i've tried to remove it - let's see |
or mb actually this is the problem, not symlinks:
but let's see if rebuilding without symlinks would help |
bot, build |
Queued test build for com.github.themix_project.Oomox. |
Started test build 101365 |
thanks @hfiguiere it apparently helped |
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.
please fix sass related libs to aforementioned versions and check if everything still works
as I said, it triggers unfixed bugs in appstream-glib, and that's the root of the problems with icons when they actually are installed. |
Build 101362 failed |
Build 101365 successful
|
Started test build 101374 |
I squashed the i386 commits and cleaned up the remaining i386 build options. Hope you don't mind. Thank you, both, for the reviews and suggestions! |
thanks! please let me know if it will work for you after the build |
Build 101374 successful
|
Hi, I've tested it out with the bluloco theme, it can export those to ~/.themes and the icon theme in ~/.icons. Let me know if this is fine. |
thanks @bbhtt let's see :) |
This built and ran fine locally but I don't use the app, so needs testing to see if it still works.
It ran fine in native wayland, so I added support for it. If there are issues or wayland is unsupported entirely I can drop that change. :)
Ping @actionless, please review when you have time, thanks!