[neon/neon-packaging/index-fm/Neon/release] debian: kf6ify

Carlos De Maine null at kde.org
Fri Jul 12 04:14:47 BST 2024


Git commit 83d73291cfe971be7df02e6ad74bc91d924e89c0 by Carlos De Maine.
Committed on 12/07/2024 at 03:14.
Pushed by carlosdem into branch 'Neon/release'.

kf6ify

M  +18   -18   debian/control
M  +2    -8    debian/rules

https://invent.kde.org/neon/neon-packaging/index-fm/-/commit/83d73291cfe971be7df02e6ad74bc91d924e89c0

diff --git a/debian/control b/debian/control
index bcd715d..fdc64d5 100644
--- a/debian/control
+++ b/debian/control
@@ -4,25 +4,25 @@ Priority: optional
 Maintainer: Jonah BrĂ¼chert <jbb at kaidan.im>
 Build-Depends: cmake,
                debhelper-compat (= 13),
-               extra-cmake-modules,
-               libkf5archive-dev,
-               libkf5config-dev (>= 5.24.0~),
-               libkf5coreaddons-dev (>= 5.24.0~),
-               libkf5i18n-dev (>= 5.24.0~),
-               libkf5kio-dev,
-               libkf5notifications-dev (>= 5.24.0~),
-               libkf5service-dev (>= 5.24.0~),
-               libkf5syntaxhighlighting-dev,
+               kf6-extra-cmake-modules,
+               kf6-karchive-dev,
+               kf6-kconfig-dev,
+               kf6-kcoreaddons-dev,
+               kf6-ki18n-dev,
+               kf6-kio-dev,
+               kf6-knotifications-dev,
+               kf6-kservice-dev,
+               kf6-ksyntaxhighlighting-dev,
                libmauikitfilebrowsing-dev,
                libqt5svg5-dev,
                mauiman-dev,
                mauikit-dev,
                ninja-build,
                pkg-kde-tools,
-               qtbase5-dev (>= 5.5.0~),
-               qtdeclarative5-dev,
-               qtquickcontrols2-5-dev,
-               qtwebengine5-dev
+               qt6-base-dev,
+               qt6-declarative-dev,
+               qt6-svg--dev,
+               qt6-webengine-dev,
 Standards-Version: 4.6.2
 Homepage: https://github.com/maui-project/index
 Vcs-Browser: https://gitlab.com/debian-pm/index
@@ -30,11 +30,11 @@ Vcs-Git: https://gitlab.com/debian-pm/index.git
 
 Package: index
 Architecture: any
-Depends: qml-module-org-maui-mauikit,
-         qml-module-org-mauikit-accounts,
-         qml-module-org-mauikit-documents,
-         qml-module-org-mauikit-filebrowsing,  
-         qml-module-org-mauikit-texteditor,  
+Depends: qml6-module-org-maui-mauikit,
+         qml6-module-org-mauikit-accounts,
+         qml6-module-org-mauikit-documents,
+         qml6-module-org-mauikit-filebrowsing,
+         qml6-module-org-mauikit-texteditor,
          ${misc:Depends}, 
          ${shlibs:Depends}
 Description: Maui File manager
diff --git a/debian/rules b/debian/rules
index 19c7e86..fbe98f6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,12 +1,6 @@
 #!/usr/bin/make -f
 
-export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
-
-DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+export QT_SELECT=qt6
 
 %:
-	dh $@ --with kf5,pkgkde_symbolshelper --cmake+ninja --without build_stamp
-
-override_dh_auto_configure:
-	dh_auto_configure -- -DENABLE_BSYMBOLICFUNCTIONS=OFF
-
+	dh $@ --buildsystem=cmake
\ No newline at end of file



More information about the Neon-commits mailing list