diff --git a/kde-frameworks/kwallet/patches/kwallet-6.2.0.patchset b/kde-frameworks/kwallet/patches/kwallet-6.2.0.patchset deleted file mode 100644 index ac9de9019..000000000 --- a/kde-frameworks/kwallet/patches/kwallet-6.2.0.patchset +++ /dev/null @@ -1,47 +0,0 @@ -From ce863f1f42f786fcf8cca3dde3c69ab4ceb0de39 Mon Sep 17 00:00:00 2001 -From: Sergei Reznikov -Date: Wed, 15 Sep 2021 11:17:06 +0300 -Subject: Fix build on Haiku - - -diff --git a/src/runtime/kwalletd/CMakeLists.txt b/src/runtime/kwalletd/CMakeLists.txt -index 2a0c3da..e541855 100644 ---- a/src/runtime/kwalletd/CMakeLists.txt -+++ b/src/runtime/kwalletd/CMakeLists.txt -@@ -142,6 +142,10 @@ install( - DESTINATION ${KDE_INSTALL_DBUSSERVICEDIR} - ) - -+if (HAIKU) -+ target_link_libraries(kwalletd6 network) -+endif () -+ - target_link_libraries(kwalletd6 - KF6WalletBackend - KF6Wallet --- -2.43.2 - - -From 9a5cbc6f4b3e0126f09efc9d6909796d453e0389 Mon Sep 17 00:00:00 2001 -From: Gerasim Troeglazov <3dEyes@gmail.com> -Date: Sun, 25 Feb 2024 22:49:23 +1000 -Subject: Disable HAVE_X11 - - -diff --git a/src/runtime/kwalletd/kwalletd.cpp b/src/runtime/kwalletd/kwalletd.cpp -index f6fd29a..16eedca 100644 ---- a/src/runtime/kwalletd/kwalletd.cpp -+++ b/src/runtime/kwalletd/kwalletd.cpp -@@ -36,7 +36,7 @@ - #include - #include - --#if !defined(Q_OS_WIN) && !defined(Q_OS_MAC) -+#if !defined(Q_OS_WIN) && !defined(Q_OS_MAC) && !defined(Q_OS_HAIKU) - #define HAVE_X11 1 - #include - #else --- -2.43.2 -