[neon/kf6/kf6-kguiaddons/Neon/unstable] debian: -DBUILD_GEO_SCHEME_HANDLER=ON for conflicts with kf5
Carlos De Maine
null at kde.org
Tue Jul 25 01:52:58 BST 2023
Git commit 563f9f28496a85ec67326682ac406ca2f1fdffbe by Carlos De Maine.
Committed on 25/07/2023 at 02:52.
Pushed by carlosdem into branch 'Neon/unstable'.
-DBUILD_GEO_SCHEME_HANDLER=ON for conflicts with kf5
M +5 -0 debian/rules
https://invent.kde.org/neon/kf6/kf6-kguiaddons/-/commit/563f9f28496a85ec67326682ac406ca2f1fdffbe
diff --git a/debian/rules b/debian/rules
index fa0af1d..802dc3f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,13 @@
#!/usr/bin/make -f
# -*- makefile -*-
+CMAKE_ARGS = -DBUILD_GEO_SCHEME_HANDLER=ON
+
%:
dh $@ --with kf6 --buildsystem kf6
+override_dh_auto_configure:
+ dh_auto_configure -- $(CMAKE_ARGS)
+
override_dh_shlibdeps:
dh_shlibdeps -l$(CURDIR)/debian/$(shell dh_listpackages | head -n1)/usr/kf6/lib/$(DEB_HOST_MULTIARCH)/
More information about the Neon-commits
mailing list