summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2015-10-22 00:13:55 +0200
committerMichael Palimaka <kensington@gentoo.org>2015-11-22 05:46:07 +1100
commit1ddf449706b2f902c86b92c94e5bf6d3942e1e1b (patch)
treec2ee6e45b509bfdec6c3536690e60bb099da85ac /kde-apps/dolphin/files
parentsys-fs/lxcfs: New package 0.12 (diff)
downloadgentoo-1ddf449706b2f902c86b92c94e5bf6d3942e1e1b.tar.gz
gentoo-1ddf449706b2f902c86b92c94e5bf6d3942e1e1b.tar.bz2
gentoo-1ddf449706b2f902c86b92c94e5bf6d3942e1e1b.zip
kde-apps: Drop KDE Applications 15.08.1
Package-Manager: portage-2.2.23
Diffstat (limited to 'kde-apps/dolphin/files')
-rw-r--r--kde-apps/dolphin/files/dolphin-15.08.1-kactivities.patch29
1 files changed, 0 insertions, 29 deletions
diff --git a/kde-apps/dolphin/files/dolphin-15.08.1-kactivities.patch b/kde-apps/dolphin/files/dolphin-15.08.1-kactivities.patch
deleted file mode 100644
index 08cce3e26d6e..000000000000
--- a/kde-apps/dolphin/files/dolphin-15.08.1-kactivities.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From 6e218c4c146c08626c6bf4c87e9849a9de7462c4 Mon Sep 17 00:00:00 2001
-From: Michael Palimaka <kensington@gentoo.org>
-Date: Sat, 26 Sep 2015 05:34:26 +1000
-Subject: [PATCH] Fix KF5Activities being optional.
-
-If found via find_package(KF5 COMPONENTS Activities) instead, it will
-inherit REQUIRED from the previous call.
-
-REVIEW: 125360
----
- CMakeLists.txt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/CMakeLists.txt b/CMakeLists.txt
-index d98f261..d926e9f 100644
---- a/CMakeLists.txt
-+++ b/CMakeLists.txt
-@@ -66,7 +66,7 @@ find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS
- WindowSystem
- Notifications
- )
--find_package(KF5 ${KF5_MIN_VERSION} COMPONENTS
-+find_package(KF5 ${KF5_MIN_VERSION} OPTIONAL_COMPONENTS
- Activities
- )
-
---
-2.4.9
-