[neon/kf6/kf6-kglobalaccel/Neon/unstable] debian: adapt to dropping runtime

Carlos De Maine null at kde.org
Wed Apr 26 03:11:10 BST 2023


Git commit c9d413c1657f4abb2fb3b6ecc0a823273b8d385b by Carlos De Maine.
Committed on 26/04/2023 at 02:11.
Pushed by carlosdem into branch 'Neon/unstable'.

adapt to dropping runtime

M  +0    -6    debian/control
D  +0    -12   debian/patches/kcrash
D  +0    -1    debian/patches/series

https://invent.kde.org/neon/kf6/kf6-kglobalaccel/commit/c9d413c1657f4abb2fb3b6ecc0a823273b8d385b

diff --git a/debian/control b/debian/control
index 9c846de..59cacd2 100644
--- a/debian/control
+++ b/debian/control
@@ -7,13 +7,7 @@ Build-Depends: cmake,
                doxygen,
                graphviz,
                kf6-extra-cmake-modules,
-               kf6-kconfig-dev,
-               kf6-kcoreaddons-dev,
-               kf6-kcrash-dev,
-               kf6-kdbusaddons-dev,
                kf6-ki18n-dev,
-               kf6-kservice-dev,
-               kf6-kwindowsystem-dev,
                libx11-dev,
                libxcb-keysyms1-dev,
                libxcb-record0-dev,
diff --git a/debian/patches/kcrash b/debian/patches/kcrash
deleted file mode 100644
index 13f702b..0000000
--- a/debian/patches/kcrash
+++ /dev/null
@@ -1,12 +0,0 @@
-Index: kglobalaccel/src/runtime/main.cpp
-===================================================================
---- kglobalaccel.orig/src/runtime/main.cpp
-+++ kglobalaccel/src/runtime/main.cpp
-@@ -80,6 +80,7 @@ extern "C" Q_DECL_EXPORT int main(int ar
-     app.setQuitOnLastWindowClosed(false);
- 
-     // Restart on a crash
-+    KCrash::initialize();
-     KCrash::setFlags(KCrash::AutoRestart);
- 
-     KGlobalAccelD globalaccel;
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 27b9c3e..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-kcrash


More information about the Neon-commits mailing list