summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2024-09-10 20:41:49 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-09-10 21:27:08 +0200
commit48c13c00e9fcdd4ca11462e810e35376eba00b13 (patch)
tree25b016ebf44ed874089ecdccf9ebcb385724c77e /kde-misc/kdeconnect/files
parentkde-misc/colord-kde: remove unused patch(es) (diff)
downloadgentoo-48c13c00e9fcdd4ca11462e810e35376eba00b13.tar.gz
gentoo-48c13c00e9fcdd4ca11462e810e35376eba00b13.tar.bz2
gentoo-48c13c00e9fcdd4ca11462e810e35376eba00b13.zip
kde-misc/kdeconnect: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/38553 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-misc/kdeconnect/files')
-rw-r--r--kde-misc/kdeconnect/files/kdeconnect-21.07.80-revert-disable-kpeople.patch31
1 files changed, 0 insertions, 31 deletions
diff --git a/kde-misc/kdeconnect/files/kdeconnect-21.07.80-revert-disable-kpeople.patch b/kde-misc/kdeconnect/files/kdeconnect-21.07.80-revert-disable-kpeople.patch
deleted file mode 100644
index bd7063f93ee6..000000000000
--- a/kde-misc/kdeconnect/files/kdeconnect-21.07.80-revert-disable-kpeople.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From eab3dd5f39b7633a3bc074713da69c53f123345d Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner <asturm@gentoo.org>
-Date: Fri, 16 Jul 2021 23:15:26 +0200
-Subject: [PATCH] Revert "Disable kpeople qml module finding"
-
-This reverts commit 89f52af4389e9e98f7428db670355d144b6045a2.
-
-We don't have to do that, because we already apply downstream magic
-and set -DECM_DISABLE_QMLPLUGINDUMP=ON globally.
-
-See also: https://phabricator.kde.org/D25812
----
- CMakeLists.txt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index 44af637f..b2027e92 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -84,7 +84,7 @@ else()
-
- add_definitions(-DHAVE_KIO)
-
-- #ecm_find_qmlmodule(org.kde.people 1.0) FIXME This results in KPeople code being called which triggers DBus calls which breaks the Windows CI
-+ ecm_find_qmlmodule(org.kde.people 1.0)
- ecm_find_qmlmodule(QtQuick.Particles 2.0)
-
- endif()
---
-2.32.0
-