summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-05-04 16:13:09 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-05-09 16:23:25 +0200
commiteb5d2b98e96676d487a04ede3bf14f9aa880a270 (patch)
treebc7e4ea61f54d0a54509c2a919ca3ac3d26c4d3e /kde-plasma/plasma-desktop/files
parentkde-plasma/plasma-browser-integration: drop 5.26.5 (diff)
downloadgentoo-eb5d2b98e96676d487a04ede3bf14f9aa880a270.tar.gz
gentoo-eb5d2b98e96676d487a04ede3bf14f9aa880a270.tar.bz2
gentoo-eb5d2b98e96676d487a04ede3bf14f9aa880a270.zip
kde-plasma/plasma-desktop: drop 5.26.5-r2
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/plasma-desktop/files')
-rw-r--r--kde-plasma/plasma-desktop/files/plasma-desktop-5.26.5-missing-kpackage-1.patch24
-rw-r--r--kde-plasma/plasma-desktop/files/plasma-desktop-5.26.5-missing-kpackage-2.patch40
2 files changed, 0 insertions, 64 deletions
diff --git a/kde-plasma/plasma-desktop/files/plasma-desktop-5.26.5-missing-kpackage-1.patch b/kde-plasma/plasma-desktop/files/plasma-desktop-5.26.5-missing-kpackage-1.patch
deleted file mode 100644
index 68f4ffc07848..000000000000
--- a/kde-plasma/plasma-desktop/files/plasma-desktop-5.26.5-missing-kpackage-1.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From 8447cfdf67458768627def4f481d9f52f8d444e1 Mon Sep 17 00:00:00 2001
-From: Nicolas Fella <nicolas.fella@gmx.de>
-Date: Mon, 28 Nov 2022 13:08:09 +0100
-Subject: [PATCH] Add missing KPackage link
-
----
- kcms/ksplash/CMakeLists.txt | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/kcms/ksplash/CMakeLists.txt b/kcms/ksplash/CMakeLists.txt
-index ea75dd743..8bf51f997 100644
---- a/kcms/ksplash/CMakeLists.txt
-+++ b/kcms/ksplash/CMakeLists.txt
-@@ -28,6 +28,7 @@ target_link_libraries(kcm_splashscreen
- KF5::Plasma
- KF5::PlasmaQuick
- KF5::NewStuff
-+ KF5::Package
-
- Qt::DBus
- Qt::Widgets
---
-2.39.0
-
diff --git a/kde-plasma/plasma-desktop/files/plasma-desktop-5.26.5-missing-kpackage-2.patch b/kde-plasma/plasma-desktop/files/plasma-desktop-5.26.5-missing-kpackage-2.patch
deleted file mode 100644
index 3ebddb75d195..000000000000
--- a/kde-plasma/plasma-desktop/files/plasma-desktop-5.26.5-missing-kpackage-2.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-From 8ad8d248b91d9357f4ee421e4933d89595faf80a Mon Sep 17 00:00:00 2001
-From: Andreas Sturmlechner <asturm@gentoo.org>
-Date: Sun, 15 Jan 2023 15:17:09 +0100
-Subject: [PATCH] Add missing KPackage search and link
-
-Follow-up to 8447cfdf67458768627def4f481d9f52f8d444e1
-
-Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
----
- CMakeLists.txt | 1 +
- kcms/landingpage/CMakeLists.txt | 1 +
- 2 files changed, 2 insertions(+)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index e797efa50..ef2db360d 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -74,6 +74,7 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
- WidgetsAddons
- Codecs
- Sonnet
-+ Package
- KDELibs4Support # kcms/dateandtime
- )
-
-diff --git a/kcms/landingpage/CMakeLists.txt b/kcms/landingpage/CMakeLists.txt
-index 215d51234..e39da9f51 100644
---- a/kcms/landingpage/CMakeLists.txt
-+++ b/kcms/landingpage/CMakeLists.txt
-@@ -26,6 +26,7 @@ target_link_libraries(kcm_landingpage
- KF5::KCMUtils
- KF5::ConfigWidgets
- KF5::Declarative
-+ KF5::Package
- PW::KWorkspace
- KF5::ActivitiesStats
-
---
-2.39.0
-