Can we make kpat not depend on black-hole-solitaire by default?

Marius P nmariusp1 at gmail.com
Wed Nov 30 14:26:41 GMT 2022


Hello,

Debian and Ubuntu do not package yet
https://github.com/shlomif/black-hole-solitaire
Can we make kpat not depend on
https://github.com/shlomif/black-hole-solitaire by default?

Reasons:
1. In order to build kpat on Kubuntu 22.10, we need to edit kdesrc-build.
2. Debian and Ubuntu need to have in file "rules"
"override_dh_auto_configure:... -DWITH_BH_SOLVER=OFF".

Thanks.

Technical details. kdesrc-build patch:

$ git diff
diff --git a/kf5-applications-build-include b/kf5-applications-build-include
index 52b453c..63ed776 100644
--- a/kf5-applications-build-include
+++ b/kf5-applications-build-include
@@ -145,6 +145,12 @@ module-set kmix
     cmake-options -DKMIX_KF5_BUILD:STRING=TRUE
 end module-set

+module-set kpat
+    repository kde-projects
+    use-modules kpat
+    cmake-options -DWITH_BH_SOLVER=OFF
+end module-set
+
 module-set kdegames
     repository kde-projects
     use-modules kde/kdegames amor
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-devel/attachments/20221130/9af1c4ba/attachment.htm>


More information about the kde-devel mailing list