From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 130CB138334 for ; Wed, 24 Jul 2019 11:10:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CAB23E0825; Wed, 24 Jul 2019 11:10:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 98AA0E0825 for ; Wed, 24 Jul 2019 11:10:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4B36134866E for ; Wed, 24 Jul 2019 11:10:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71F2B731 for ; Wed, 24 Jul 2019 11:10:42 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1563966568.e98ea25b78edc3a378480b8e8e34e4136d1de96c.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-workspace/, kde-plasma/plasma-workspace/files/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-workspace/files/plasma-workspace-5.16.4-no-share-dataengine.patch kde-plasma/plasma-workspace/plasma-workspace-5.16.49.9999.ebuild X-VCS-Directories: kde-plasma/plasma-workspace/files/ kde-plasma/plasma-workspace/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e98ea25b78edc3a378480b8e8e34e4136d1de96c X-VCS-Branch: master Date: Wed, 24 Jul 2019 11:10:42 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2dd64ac1-9e4d-456b-b95e-2bd7f9dede7f X-Archives-Hash: aaf15b2aadf80742eff293d182012933 commit: e98ea25b78edc3a378480b8e8e34e4136d1de96c Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jul 24 10:35:10 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jul 24 11:09:28 2019 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e98ea25b kde-plasma/plasma-workspace: Drop share dataengine ahead of upstream This will be merged in git master shortly, why not get a head start and drop an unnecessary dependency. Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Andreas Sturmlechner gentoo.org> ...asma-workspace-5.16.4-no-share-dataengine.patch | 25 ++++++++++++++++++++++ .../plasma-workspace-5.16.49.9999.ebuild | 1 + 2 files changed, 26 insertions(+) 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 0000000000..dc5214b303 --- /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) diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.16.49.9999.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-5.16.49.9999.ebuild index de7bf3b24c..81b82f617e 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-5.16.49.9999.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-5.16.49.9999.ebuild @@ -119,6 +119,7 @@ PATCHES=( "${FILESDIR}/${PN}-5.10-startplasmacompositor-script.patch" "${FILESDIR}/${PN}-5.14.2-split-libkworkspace.patch" "${FILESDIR}/${PN}-5.16.3-x11sessionrename.patch" + "${FILESDIR}/${PN}-5.16.4-no-share-dataengine.patch" ) RESTRICT+=" test"