Skip to content
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

CURA-12400 improve open source referencing #987

Merged
merged 2 commits into from
Feb 20, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion conandata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,19 @@ version: "5.10.0-alpha.0"
requirements:
- "pyarcus/5.10.0@ultimaker/stable"

extra_dependencies:
Qt:
version: "6.6.0"
sources_url: https://code.qt.io/cgit/qt/qtbase.git
home_url: https://github.com/Ultimaker/Cura/blob/main/licenses_thirdparty/qt.md
Comment on lines +9 to +10
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure you changed the right one here? Do we still want to link to the original qtbase repo in the sources_url?

license: LGPL v3
license_file: LICENSES/LGPL-3.0-only.txt
summary: Qt is a cross-platform framework for graphical user interfaces.

pip_requirements_core:
any_os:
PyQt6:
version: "6.6.0"
version: "6.6.0" # When changing the version, also change the one in extra_dependencies
hashes:
- sha256:33655db05ac2de699320f035250c21434c77144a6a2943aca3f4c579dabc3f7b
- sha256:3ef68830a9b32050c30f7962c56a5927802c9193b68eaf405faecb8ce9ae10a8
Expand Down
Loading