-
Notifications
You must be signed in to change notification settings - Fork 1
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
support for building packages that depend on other aur packages #4
Comments
Yes, serene does not yet properly support dependencies, and does not resolve them itself. Adding dependencies manually is however already sort-of supported. You can use set I know that this solution is not ideal, and automatically adding dependencies from the AUR should definitely be supported. I'm planning to implement this some time in the future. For now, you'll have to add the dependencies manually, wait for them to build, then rebuild the dependents. |
didn't notice that, thanks Another thing worth mentioning is that packages that don't specify the version of the dependency expect the latest version of that dependency. This is especially true for edit: I'm @mariuszste btw ;) |
I think #15 would be finally ready by now (still testing a bit myself). If you want you can try it out, or leave other feedback if you have any, feel free. Note that the migration can be a bit flakey if you have a ton of packages (see my comment in the PR), but should otherwise work. I'm intending to merge it in a couple of days. |
let's say I wanted to build
adw-gtk-theme
but it depends onadw-gtk3
that is only available in the AUR. I haveadw-gtk3
added as a separate package and it built successfully but even after thatadw-gtk3
still fails to build.The text was updated successfully, but these errors were encountered: