[neon/kde/plasma-browser-integration/Neon/unstable] debian: port to kf6

Carlos De Maine null at kde.org
Tue Mar 14 02:45:33 GMT 2023


Git commit e2271e5244ec8f1ad7798efac41a05bb4b607331 by Carlos De Maine.
Committed on 14/03/2023 at 00:59.
Pushed by carlosdem into branch 'Neon/unstable'.

port to kf6

M  +14   -14   debian/control
M  +2    -2    debian/plasma-browser-integration.install
M  +5    -12   debian/rules

https://invent.kde.org/neon/kde/plasma-browser-integration/commit/e2271e5244ec8f1ad7798efac41a05bb4b607331

diff --git a/debian/control b/debian/control
index 24ded7a..aadb7d8 100644
--- a/debian/control
+++ b/debian/control
@@ -4,21 +4,21 @@ Priority: optional
 Build-Depends: cmake (>= 3.0~),
                dbus-x11,
                debhelper (>= 11),
-               extra-cmake-modules (>= 5.42.0~),
-               libkf5activities-dev (>= 5.42.0~),
-               libkf5config-dev (>= 5.42.0~),
-               libkf5crash-dev (>= 5.42.0~),
-               libkf5dbusaddons-dev (>= 5.42.0~),
-               libkf5filemetadata-dev (>= 5.78.0~),
-               libkf5i18n-dev (>= 5.42.0~),
-               libkf5kio-dev (>= 5.42.0~),
-               libkf5notifications-dev (>= 5.42.0~),
-               libkf5purpose-dev,
-               libkf5runner-dev (>= 5.42.0~),
-               libkf5windowsystem-dev (>= 5.42.0~),
-               pkg-kde-tools (>= 0.15.18~),
+               kf6-extra-cmake-modules,
+               kf6-kactivities-dev,
+               kf6-kconfig-dev,
+               kf6-kcrash-dev,
+               kf6-kdbusaddons-dev,
+               kf6-kfilemetadata-dev,
+               kf6-ki18n-dev,
+               kf6-kio-dev,
+               kf6-knotifications-dev,
+               kf6-krunner-dev,
+               kf6-kwindowsystem-dev,
+               kf6-purpose-dev,
+               pkg-kde-tools-neon,
                plasma-workspace-dev (>= 5.21.1),
-               qtbase5-dev (>= 5.9.0~)
+               qt6-base-dev
 Standards-Version: 4.1.4
 Homepage: https://www.kde.org/plasma-desktop.php
 Vcs-Git: https://salsa.debian.org/qt-kde-team/kde/plasma-browser-integration.git
diff --git a/debian/plasma-browser-integration.install b/debian/plasma-browser-integration.install
index 15884d6..09d3f86 100644
--- a/debian/plasma-browser-integration.install
+++ b/debian/plasma-browser-integration.install
@@ -1,4 +1,4 @@
-etc/opt/edge/native-messaging-hosts/org.kde.plasma.browser_integration.json
 etc/chromium/native-messaging-hosts/org.kde.plasma.browser_integration.json
 etc/opt/chrome/
-usr/
+etc/opt/edge/native-messaging-hosts/org.kde.plasma.browser_integration.json
+usr/kf6/
diff --git a/debian/rules b/debian/rules
index 5547682..47c772a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,16 +1,9 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
-
-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,pkgkde_symbolshelper --buildsystem kf5 --without build_stamp
-
-override_dh_auto_configure:
-	dh_auto_configure -- -DINSTALL_CHROME_MANIFEST=ON -DCHROMIUM_EXTENSIONS_DIR=chromium-browser
-
-override_dh_auto_install:
-	dh_auto_install --destdir=debian/tmp
+	dh $@ --with kf6 --buildsystem kf6
 
-override_dh_missing:
-	dh_missing --list-missing
+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