[neon/kde/kpimtextedit/Neon/unstable] debian: make the pim stack compile during the transition to ktextaddons

Carlos De Maine null at kde.org
Sat Jan 28 05:51:10 GMT 2023


Git commit 565ee71be0a7231e7510aab494e4086fa5b778df by Carlos De Maine.
Committed on 28/01/2023 at 05:51.
Pushed by carlosdem into branch 'Neon/unstable'.

make the pim stack compile during the transition to ktextaddons

M  +1    -0    debian/control
M  +4    -0    debian/rules

https://invent.kde.org/neon/kde/kpimtextedit/commit/565ee71be0a7231e7510aab494e4086fa5b778df

diff --git a/debian/control b/debian/control
index 46280a9..0f4131a 100644
--- a/debian/control
+++ b/debian/control
@@ -21,6 +21,7 @@ Build-Depends: cmake (>= 2.8.12~),
                libkf5widgetsaddons-dev (>= 5.19.0~),
                libkf5xmlgui-dev (>= 5.19.0~),
                libqt5texttospeech5-dev,
+               ninja-build,
                pkg-kde-tools (>> 0.15.15),
                qtbase5-dev (>= 5.4.0~),
                qttools5-dev,
diff --git a/debian/rules b/debian/rules
index a9952b0..e2e1cf7 100644
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,10 @@
 
 l10npkgs_firstversion_ok := 4:17.03.90-0~
 
+CMAKE_ARGS = -G Ninja -DUSE_KTEXTADDONS_LIB=OFF
+%:
+	dh $@ --with pkgkde_symbolshelper
+
 include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
 include /usr/share/pkg-kde-tools/qt-kde-team/2/l10n-packages.mk
 


More information about the Neon-commits mailing list