[neon/extras/kxstitch/Neon/unstable] debian: kf6

Jonathan Riddell null at kde.org
Thu Oct 31 17:17:13 GMT 2024


Git commit 79799920e39111f2a6975eec0b1258f62895e148 by Jonathan Riddell.
Committed on 31/10/2024 at 17:17.
Pushed by jriddell into branch 'Neon/unstable'.

kf6

M  +11   -12   debian/control
M  +1    -3    debian/rules

https://invent.kde.org/neon/extras/kxstitch/-/commit/79799920e39111f2a6975eec0b1258f62895e148

diff --git a/debian/control b/debian/control
index 4c52105..2996722 100644
--- a/debian/control
+++ b/debian/control
@@ -9,22 +9,21 @@ Build-Depends: cmake,
                gettext,
                graphviz,
                kf6-extra-cmake-modules,
-               libkf5completion-dev,
-               libkf5config-dev,
-               libkf5configwidgets-dev,
-               libkf5doctools-dev,
-               libkf5i18n-dev,
-               libkf5kio-dev,
-               libkf5textwidgets-dev,
-               libkf5widgetsaddons-dev,
-               libkf5xmlgui-dev,
+               kf6-kcompletion-dev,
+               kf6-kconfig-dev,
+               kf6-kconfigwidgets-dev,
+               kf6-kdoctools-dev,
+               kf6-ki18n-dev,
+               kf6-kio-dev,
+               kf6-ktextwidgets-dev,
+               kf6-kwidgetsaddons-dev,
+               kf6-kxmlgui-dev,
                libmagick++-6.q16-dev,
                libmagick++-6.q16hdri-dev,
                libmagick++-6-headers,
-               libqt5x11extras5-dev,
                pkgconf,
-               pkg-kde-tools,
-               qtbase5-dev,
+               pkg-kde-tools-neon,
+               qt6-base-dev,
                shared-mime-info
 Standards-Version: 4.6.2
 Rules-Requires-Root: no
diff --git a/debian/rules b/debian/rules
index 25e3147..0bed60c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,4 @@
 #!/usr/bin/make -f
-export QT_SELECT=5
-export DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow
 
 %:
-	dh $@ --with kf5
+	dh $@ --with kf6


More information about the Neon-commits mailing list