diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-30 19:13:23 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-30 19:13:23 +0200 |
commit | 557f25b719a4fcfee4321c0e9001dbc836fa3757 (patch) | |
tree | d48aa65b65663c1097cb669ef2ccef59cd3e4934 /kde-plasma | |
parent | arm64/package.use.mask: plasma is stable now (diff) | |
download | gentoo-557f25b719a4fcfee4321c0e9001dbc836fa3757.tar.gz gentoo-557f25b719a4fcfee4321c0e9001dbc836fa3757.tar.bz2 gentoo-557f25b719a4fcfee4321c0e9001dbc836fa3757.zip |
kde-plasma/plasma-workspace: Add missing patch
Closes: https://bugs.gentoo.org/691062
Package-Manager: Portage-2.3.69, Repoman-2.3.16
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma')
-rw-r--r-- | kde-plasma/plasma-workspace/files/plasma-workspace-5.16.4-no-share-dataengine.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/kde-plasma/plasma-workspace/files/plasma-workspace-5.16.4-no-share-dataengine.patch b/kde-plasma/plasma-workspace/files/plasma-workspace-5.16.4-no-share-dataengine.patch new file mode 100644 index 000000000000..dc5214b30361 --- /dev/null +++ b/kde-plasma/plasma-workspace/files/plasma-workspace-5.16.4-no-share-dataengine.patch @@ -0,0 +1,25 @@ +See also: https://phabricator.kde.org/D22691 + +diff --git a/CMakeLists.txt b/CMakeLists.txt +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -24,7 +24,7 @@ + include(KDEPackageAppTemplates) + + find_package(KF5 ${KF5_MIN_VERSION} REQUIRED COMPONENTS +- Plasma DocTools Runner JsEmbed NotifyConfig Su NewStuff Wallet ++ Plasma DocTools Runner NotifyConfig Su NewStuff Wallet + IdleTime Declarative I18n KCMUtils TextWidgets KDELibs4Support Crash GlobalAccel + DBusAddons Wayland CoreAddons) + find_package(KDED CONFIG REQUIRED) +diff --git a/dataengines/CMakeLists.txt b/dataengines/CMakeLists.txt +--- a/dataengines/CMakeLists.txt ++++ b/dataengines/CMakeLists.txt +@@ -24,7 +24,6 @@ + add_subdirectory(time) + add_subdirectory(weather) + add_subdirectory(statusnotifieritem) +-add_subdirectory(share) + + if(NOT WIN32) + add_subdirectory(mouse) |