Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 765548 Details for
Bug 833532
[kde overlay] kde-plasma/plasma-workspace-9999 plasma-workspace-5.21.5-split-libkworkspace.patch fails to apply
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Imperfect but working *replacement* patch
plasma-workspace-5.21.5-split-libkworkspace.patch (text/plain), 1.07 KB, created by
Duncan
on 2022-02-21 08:27:53 UTC
(
hide
)
Description:
Imperfect but working *replacement* patch
Filename:
MIME Type:
Creator:
Duncan
Created:
2022-02-21 08:27:53 UTC
Size:
1.07 KB
patch
obsolete
>From 4717089b68c386446be240f463f2f13e7024468b Mon Sep 17 00:00:00 2001 >From: Andreas Sturmlechner <andreas.sturmlechner@gmail.com> >Date: Mon, 22 Oct 2018 10:35:10 +0200 >Subject: [PATCH] libkworkspace: Allow standalone build > >--- > CMakeLists.txt | 6 +++- > 1 file changed, 5 insertions(+), 1 deletions(-) > >diff --git a/CMakeLists.txt b/CMakeLists.txt >index 67f82cfb7..88a8c09b4 100644 >--- a/CMakeLists.txt >+++ b/CMakeLists.txt >@@ -73,6 +73,7 @@ set_package_properties(KF5Baloo PROPERTIES DESCRIPTION "File Searching" > > find_package(KF5TextEditor) > find_package(KWinDBusInterface CONFIG REQUIRED) >+find_package(LibKWorkspace 5.21.5) > > find_package(KF5Screen CONFIG REQUIRED) > find_package(KScreenLocker 5.13.80 REQUIRED) >@@ -214,7 +215,10 @@ query_qmake(QtBinariesDir QT_INSTALL_BINS) > if(KF5DocTools_FOUND) > add_subdirectory(doc) > endif() >-add_subdirectory(libkworkspace) >+if(NOT LibKWorkspace_FOUND) >+ message(STATUS "System LibKWorkspace not found, using bundled.") >+ add_subdirectory(libkworkspace) >+endif() > add_subdirectory(libdbusmenuqt) > add_subdirectory(appmenu) >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 833532
: 765548