-
-
Notifications
You must be signed in to change notification settings - Fork 134
Why not use KDE dependencies ? #1322
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
Comments
I did suggest that don't include them as submodules (#516 (comment)), but it eventually got merged without this suggestion being resolved (along with some other suggestions, as that PR was stalled too long). Now on Arch Linux (AUR) the system package is used, but not for Windows/AppImage/Deb/macOS. |
Yes, we can fix this now, but I don't think it causes too much trouble for packaging. Maybe some automation script will clone all submodules, causing some waste, but otherwise it should be just fine. |
But now I can remove them from the submodules and just clone from upstream in CI. |
They are just unnecessary. |
Yes, I said that I agree with that.
I mean a new release is not needed to enable packaging with the system library. |
For CI, let's not pull upstream. If we are going system package dependency then let's use whatever stable releases the current OS has to offer. For macOS, there is a |
There are several issues here:
Now I only want to do the removing-from-submodules part. deb and macOS packages (and also CI, accordingly) might be changed in the future. |
Is there an existing issue for this?
Is this feature provided in the master branch?
The problem you are facing
Why are these git modules used:
?
Why not use packages for these which are part of KDE and are available everywhere?
Describe the feature you'd like
Use external packages when possible.
Describe alternatives you've considered
No response
Are you willing to contribute to this?
Anything else?
No response
The text was updated successfully, but these errors were encountered: