[neon/extras/kdesvn/Neon/unstable] debian: kf6ify

Carlos De Maine null at kde.org
Mon May 26 23:03:35 BST 2025


Git commit 967c1ff4f26dd64a535fee00cad748d4fa5c2e66 by Carlos De Maine.
Committed on 26/05/2025 at 22:03.
Pushed by carlosdem into branch 'Neon/unstable'.

kf6ify

M  +24   -24   debian/control
M  +3    -3    debian/kdesvn-kio-plugins.install
M  +3    -3    debian/kdesvn.install
M  +3    -1    debian/rules

https://invent.kde.org/neon/extras/kdesvn/-/commit/967c1ff4f26dd64a535fee00cad748d4fa5c2e66

diff --git a/debian/control b/debian/control
index 99ac367..5ce8a0f 100644
--- a/debian/control
+++ b/debian/control
@@ -4,31 +4,31 @@ Priority: optional
 Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
 Build-Depends: cmake (>= 2.8.12),
                debhelper-compat (= 13),
-               extra-cmake-modules (>= 5.10.0),
                gettext,
-               libkf5bookmarks-dev,
-               libkf5codecs-dev,
-               libkf5completion-dev,
-               libkf5config-dev,
-               libkf5configwidgets-dev,
-               libkf5coreaddons-dev,
-               libkf5dbusaddons-dev,
-               libkf5doctools-dev,
-               libkf5i18n-dev,
-               libkf5iconthemes-dev,
-               libkf5itemviews-dev,
-               libkf5jobwidgets-dev,
-               libkf5kio-dev,
-               libkf5notifications-dev,
-               libkf5parts-dev (>= 5.25.0),
-               libkf5service-dev,
-               libkf5textwidgets-dev,
-               libkf5wallet-dev,
-               libkf5widgetsaddons-dev,
-               libkf5xmlgui-dev,
+               kf6-extra-cmake-modules,
+               kf6-kbookmarks-dev,
+               kf6-kcodecs-dev,
+               kf6-kcompletion-dev,
+               kf6-kconfig-dev,
+               kf6-kconfigwidgets-dev,
+               kf6-kcoreaddons-dev,
+               kf6-kdbusaddons-dev,
+               kf6-kdoctools-dev,
+               kf6-ki18n-dev,
+               kf6-kiconthemes-dev,
+               kf6-kitemviews-dev,
+               kf6-kjobwidgets-dev,
+               kf6-kio-dev,
+               kf6-knotifications-dev,
+               kf6-kparts-dev,
+               kf6-kservice-dev,
+               kf6-ktextwidgets-dev,
+               kf6-kwallet-dev,
+               kf6-kwidgetsaddons-dev,
+               kf6-kxmlgui-dev,
                libsvn-dev (>= 1.6.0),
-               pkg-kde-tools (>= 0.9),
-               qtbase5-dev (>= 5.9.0),
+               pkg-kde-tools-neon,
+               qt6-base-dev,
 Standards-Version: 4.6.2
 Rules-Requires-Root: no
 Vcs-Git: https://salsa.debian.org/qt-kde-team/extras/kdesvn.git
@@ -38,7 +38,7 @@ Homepage: https://projects.kde.org/projects/extragear/sdk/kdesvn
 Package: kdesvn
 Architecture: any
 Depends: kdesvn-kio-plugins (= ${binary:Version}),
-         libqt5sql5-sqlite,
+         qt6-base,
          ${misc:Depends},
          ${shlibs:Depends}
 Recommends: graphviz, kompare
diff --git a/debian/kdesvn-kio-plugins.install b/debian/kdesvn-kio-plugins.install
index d9fe797..c0b62e0 100644
--- a/debian/kdesvn-kio-plugins.install
+++ b/debian/kdesvn-kio-plugins.install
@@ -1,4 +1,4 @@
-usr/lib/*/qt5/plugins/kf5/kfileitemaction/ksvn_fileitemactions.so
-usr/lib/*/qt5/plugins/kf5/kio/kio_ksvn.so
-usr/share/dbus-1/interfaces/kf5_org.kde.kdesvnd.xml
+usr/lib/*/qt6/plugins/kf6/kfileitemaction/ksvn_fileitemactions.so
+usr/lib/*/qt6/plugins/kf6/kio/kio_ksvn.so
+usr/share/dbus-1/interfaces/kf6_org.kde.kdesvnd.xml
 usr/share/dbus-1/services/org.kde.kdesvnd.service
diff --git a/debian/kdesvn.install b/debian/kdesvn.install
index 37c773d..e4c910b 100644
--- a/debian/kdesvn.install
+++ b/debian/kdesvn.install
@@ -1,12 +1,12 @@
 usr/bin/
-usr/lib/*/qt5/plugins/kf5/parts/kdesvnpart.so
-usr/lib/*/qt5/plugins/kf5/kded/kdesvnd.so
+usr/lib/*/qt6/plugins/kf6/parts/kdesvnpart.so
+usr/lib/*/qt6/plugins/kf6/kded/kdesvnd.so
 usr/share/applications/org.kde.kdesvn.desktop
 usr/share/config.kcfg/
 usr/share/doc/HTML/*/kdesvn/
 usr/share/icons/
 usr/share/kdesvn/kdesvn.notifyrc
-usr/share/kservices5/kdesvnpart.desktop
+usr/share/kservices6/kdesvnpart.desktop
 usr/share/locale/*/LC_MESSAGES/*.mo
 usr/share/man/*/
 usr/share/metainfo/
diff --git a/debian/rules b/debian/rules
index 28858f7..2f3ebc6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,6 @@
 #!/usr/bin/make -f
+# SPDX-License-Identifier: LGPL-2.0-or-later
+# # SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
 
 %:
-	dh $@ --with kf5
+        dh $@ --with kf6 --buildsystem kf6


More information about the Neon-commits mailing list