[neon/neon-packaging/index-fm/Neon/unstable] debian: kf6ify
Carlos De Maine
null at kde.org
Fri Jul 12 04:16:16 BST 2024
Git commit aed9bf0892efcc1d11e84594085933fffb0172c1 by Carlos De Maine.
Committed on 12/07/2024 at 03:14.
Pushed by carlosdem into branch 'Neon/unstable'.
kf6ify
M +18 -18 debian/control
M +2 -8 debian/rules
https://invent.kde.org/neon/neon-packaging/index-fm/-/commit/aed9bf0892efcc1d11e84594085933fffb0172c1
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 9b1af79..c8b1141 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 -- -DCMAKE_POSITION_INDEPENDENT_CODE=ON
-
+ dh $@ --buildsystem=cmake
More information about the Neon-commits
mailing list