-
Notifications
You must be signed in to change notification settings - Fork 670
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
Investigate if we should have QtKeychain as a git submodule #1416
Comments
hmm, I am against that, for the usual reasons.
After all we want to be good open source citizens :-) |
Reopening as per discussion @jnweiger @michaelstingl @SamuAlfageme @ogoffart Related #2558 |
Current status: We don't use any distro-packages of qtkeychain. |
For the record, we can have the submodule without a fork. We can point the submodule to https://github.com/frankosterfeld/qtkeychain.git, pin the SHA1 of the version that we need and do a pull request upstream if we ever need to change anything. |
Note that we could also use CMake's ExternalProject feature which is capabable fetch git repositories. |
We use craft to manage almost all the dependencies including QtKeychain. Only for the Linux repos, we still have system packaging on OBS, but the long-term goal is to deploy AppImages only to Linux (or alternatively system packages based on the AppDirs contained in the AppImages, thus using craft for those as well). |
This allows way easier compilation for potential contributors.
Questions to solve:
owncloudqtkeychain.dylib
and don't use any upstream package.The text was updated successfully, but these errors were encountered: