From cbb3fc3e24c004960237e763c07a93c45e5e4b54 Mon Sep 17 00:00:00 2001 From: Simon Redman Date: Mon, 4 Mar 2024 23:13:02 +0000 Subject: [PATCH] Remove `master` dependency overrides from craft config ## Summary Back before the KF6 release, I set the craft.ini file to explicitly require master versions of some dependencies which did not have appropriate versions available. (!631) Now that those are released, we should remove those overrides (also because they break the build!) ## Test Plan Tested the pipeline on a private branch: https://invent.kde.org/network/kdeconnect-kde/-/pipelines/621529 Given this is passing, I plan to check in this change without waiting for another pipeline run. (cherry picked from commit 111762248bcae191af06db6cac33b9642ed46fc5) 97920631 Remove `master` dependency overrides now that KF6 is released and those dependencies consume KF6. --- .craft.ini | 3 --- 1 file changed, 3 deletions(-) diff --git a/.craft.ini b/.craft.ini index 4f7348a18..c262b8ec6 100644 --- a/.craft.ini +++ b/.craft.ini @@ -3,6 +3,3 @@ [BlueprintSettings] kde/applications/kdeconnect-kde.packageAppx = True -# Need the tip of master to build with Qt6. Remove once the release vesion has Qt6 support. -kde/plasma/breeze.version=master -kde/unreleased/kirigami-addons.version=master