[neon/kf6/kf6-ktextaddons/Neon/unstable] debian: fix installs, doc & designer plugin
Carlos De Maine
null at kde.org
Thu Nov 2 03:41:01 GMT 2023
Git commit 36fa644583d0c568f0d5e8c14083343f99233baf by Carlos De Maine.
Committed on 02/11/2023 at 04:41.
Pushed by carlosdem into branch 'Neon/unstable'.
fix installs, doc & designer plugin
M +3 -1 debian/control
M +1 -0 debian/kf6-ktextaddons-dev.install
M +1 -1 debian/kf6-ktextaddons.install
M +2 -2 debian/rules
https://invent.kde.org/neon/kf6/kf6-ktextaddons/-/commit/36fa644583d0c568f0d5e8c14083343f99233baf
diff --git a/debian/control b/debian/control
index 2c37f9d..dcfd6d8 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,9 @@ Priority: optional
Maintainer: Jonathan Esk-Riddell <jr at jriddell.org>
Build-Depends: cmake,
debhelper-compat (= 13),
+ doxygen,
gettext,
+ graphviz,
kf6-extra-cmake-modules,
kf6-karchive-dev,
kf6-kcolorscheme-dev,
@@ -22,7 +24,7 @@ Build-Depends: cmake,
qt6-tools-dev,
qt6-tools-private-dev,
qtkeychain-qt6-dev
-Standards-Version: 4.5.0
+Standards-Version: 4.6.2
Homepage: https://invent.kde.org/libraries/ktextaddons
Package: kf6-ktextaddons
diff --git a/debian/kf6-ktextaddons-dev.install b/debian/kf6-ktextaddons-dev.install
index ac5c957..1c3835a 100644
--- a/debian/kf6-ktextaddons-dev.install
+++ b/debian/kf6-ktextaddons-dev.install
@@ -2,3 +2,4 @@ usr/include/KF6/
usr/lib/*/cmake/
usr/lib/*/libKF6*.so
usr/lib/*/qt6/plugins/designer/
+usr/share/qt6/doc/
\ No newline at end of file
diff --git a/debian/kf6-ktextaddons.install b/debian/kf6-ktextaddons.install
index 01fef26..17bba43 100644
--- a/debian/kf6-ktextaddons.install
+++ b/debian/kf6-ktextaddons.install
@@ -2,5 +2,5 @@ usr/share/locale/*/LC_MESSAGES/
usr/share/qlogging-categories6/ktextaddons.categories
usr/share/qlogging-categories6/ktextaddons.renamecategories
usr/lib/*/libKF6Text*.so.*
-usr/lib/*/liblibvoskspeechtotext.so.*
+usr/lib/*/libvoskspeechtotext.so.*
usr/lib/*/qt6/plugins/kf6/
diff --git a/debian/rules b/debian/rules
index fa0af1d..02536a4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,5 +4,5 @@
%:
dh $@ --with kf6 --buildsystem kf6
-override_dh_shlibdeps:
- dh_shlibdeps -l$(CURDIR)/debian/$(shell dh_listpackages | head -n1)/usr/kf6/lib/$(DEB_HOST_MULTIARCH)/
+override_dh_auto_configure:
+ dh_auto_configure -- -DBUILD_QCH=ON -DBUILD_DESIGNERPLUGIN
More information about the Neon-commits
mailing list