Source: kdenlive
Version: 20.12.0-1
Severity: wishlist
Tags: patch

Hi,

kdenlive has an user documentation in DocBook format, also translated
in some languages. It is currently not build because of the missing
KDocTools framework, as it can be easily seen in build logs:

-- Could NOT find KF5DocTools (missing: KF5DocTools_DIR)
-- Could NOT find KF5DocTools: found neither KF5DocToolsConfig.cmake nor 
kf5doctools-config.cmake 

The solution is simple: add the libkf5doctools-dev build dependency;
there is no need to change kdenlive-data.install, as it already ships
the whole /usr/share/doc. Patch attached for this.

Thanks,
-- 
Pino
diff -Nru a/debian/control b/debian/control
--- a/debian/control
+++ b/debian/control
@@ -27,6 +27,7 @@
  libkf5config-dev,
  libkf5configwidgets-dev,
  libkf5coreaddons-dev,
+ libkf5doctools-dev,
  libkf5dbusaddons-dev,
  libkf5guiaddons-dev,
  libkf5iconthemes-dev,

Reply via email to