[neon/neon-packaging/plasma-welcome/Neon/unstable] debian: port to kf6
Carlos De Maine
null at kde.org
Tue Mar 14 02:50:28 GMT 2023
Git commit ede8c3a997d97fda00fd708294f760cc303bc41b by Carlos De Maine.
Committed on 14/03/2023 at 00:59.
Pushed by carlosdem into branch 'Neon/unstable'.
port to kf6
M +18 -19 debian/control
M +6 -3 debian/rules
https://invent.kde.org/neon/neon-packaging/plasma-welcome/commit/ede8c3a997d97fda00fd708294f760cc303bc41b
diff --git a/debian/control b/debian/control
index d27b74f..58a2361 100644
--- a/debian/control
+++ b/debian/control
@@ -4,26 +4,25 @@ Priority: optional
Maintainer: Jonathan Riddell <jr at jriddell.org>
Build-Depends: cmake (>= 3.16~),
debhelper-compat (= 13),
- extra-cmake-modules (>= 5.98~),
- kirigami2-dev (>= 5.98~),
+ kf6-extra-cmake-modules,
+ kf6-kconfigwidgets-dev,
+ kf6-kcoreaddons-dev,
+ kf6-kdbusaddons-dev,
+ kf6-kdeclarative-dev,
+ kf6-ki18n-dev,
+ kf6-kio-dev,
+ kf6-kirigami2-dev,
+ kf6-knewstuff-dev,
+ kf6-knotifications-dev,
+ kf6-kservice-dev,
+ kf6-kwindowsystem-dev,
+ kf6-plasma-framework-dev,
kuserfeedback-dev,
libkaccounts-dev,
- libkf5configwidgets-dev (>= 5.98~),
- libkf5coreaddons-dev (>= 5.98~),
- libkf5dbusaddons-dev (>= 5.98~),
- libkf5declarative-dev (>= 5.98~),
- libkf5i18n-dev (>= 5.98~),
- libkf5kio-dev (>= 5.98~),
- libkf5newstuff-dev (>= 5.98~),
- libkf5notifications-dev (>= 5.98~),
- libkf5plasma-dev (>= 5.98~),
- libkf5service-dev (>= 5.98~),
- libkf5windowsystem-dev (>= 5.98~),
- libqt5svg5-dev (>= 5.15.2~),
- pkg-kde-tools,
- qtbase5-dev (>= 5.15.2~),
- qtdeclarative5-dev (>= 5.15.2~),
- qtquickcontrols2-5-dev (>= 5.15.2~)
+ pkg-kde-tools-neon,
+ qt6-base-dev,
+ qt6-declarative-dev,
+ qt6-svg-dev
Standards-Version: 4.6.0
Rules-Requires-Root: no
Homepage: https://invent.kde.org/plasma/plasma-welcome
@@ -43,4 +42,4 @@ Depends: knewstuff-dialog,
Description: Welcome Center
Welcome Center is the perfect introduction to KDE Plasma! It can help
you learn how to connect to the internet, install apps, customize the
- system, and more!
\ No newline at end of file
+ system, and more!
diff --git a/debian/rules b/debian/rules
index 73f66d9..47c772a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,9 @@
#!/usr/bin/make -f
-
-export DEB_BUILD_MAINT_OPTIONS=hardening=+all
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
%:
- dh $@ --with kf5 --buildsystem kf5
+ dh $@ --with kf6 --buildsystem kf6
+
+override_dh_shlibdeps:
+ dh_shlibdeps -l$(CURDIR)/debian/$(shell dh_listpackages | head -n1)/usr/kf6/lib/$(DEB_HOST_MULTIARCH)/
More information about the Neon-commits
mailing list