<div dir="ltr"><div>Hello,</div><div><br></div><div>Debian and Ubuntu do not package yet <a href="https://github.com/shlomif/black-hole-solitaire">https://github.com/shlomif/black-hole-solitaire</a></div><div>Can we make kpat not depend on  <a href="https://github.com/shlomif/black-hole-solitaire">https://github.com/shlomif/black-hole-solitaire</a> by default?</div><div><br></div><div>Reasons:</div><div>1. In order to build kpat on Kubuntu 22.10, we need to edit kdesrc-build.</div><div>2. Debian and Ubuntu need to have in file "rules" "override_dh_auto_configure:... -DWITH_BH_SOLVER=OFF".</div><div><br></div><div>Thanks.</div><div><br></div><div>Technical details. kdesrc-build patch:<br></div><div><br></div><div>$ git diff<br>diff --git a/kf5-applications-build-include b/kf5-applications-build-include<br>index 52b453c..63ed776 100644<br>--- a/kf5-applications-build-include<br>+++ b/kf5-applications-build-include<br>@@ -145,6 +145,12 @@ module-set kmix<br>     cmake-options -DKMIX_KF5_BUILD:STRING=TRUE<br> end module-set<br> <br>+module-set kpat<br>+    repository kde-projects<br>+    use-modules kpat<br>+    cmake-options -DWITH_BH_SOLVER=OFF<br>+end module-set<br>+<br> module-set kdegames<br>     repository kde-projects<br>     use-modules kde/kdegames amor</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div></div>