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 560B3139694 for ; Sun, 28 May 2017 11:07:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6741FE0C75; Sun, 28 May 2017 11:07:17 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4189FE0C75 for ; Sun, 28 May 2017 11:07:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 151F533E4AD for ; Sun, 28 May 2017 11:07:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ABCEA745F for ; Sun, 28 May 2017 11:07:14 +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: <1495969616.695ea97e2f4d63ed8e5b49c2be87bcf0915a931f.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-workspace/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-workspace/plasma-workspace-5.8.49.9999.ebuild X-VCS-Directories: kde-plasma/plasma-workspace/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 695ea97e2f4d63ed8e5b49c2be87bcf0915a931f X-VCS-Branch: master Date: Sun, 28 May 2017 11:07:14 +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-Archives-Salt: a5b09340-3c08-4638-89bf-8a897ff18399 X-Archives-Hash: afc0ef4811f27588b28357cde705deea commit: 695ea97e2f4d63ed8e5b49c2be87bcf0915a931f Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon May 1 00:16:04 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun May 28 11:06:56 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=695ea97e kde-plasma/plasma-workspace: Drop remote ioslave which is in KIO 5.32 This bumps the minimum KF5 version. - https://mail.kde.org/pipermail/plasma-devel/2016-November/061750.html - https://phabricator.kde.org/D4690 Differential Revision: https://phabricator.kde.org/D3531 Package-Manager: Portage-2.3.3, Repoman-2.3.1 kde-plasma/plasma-workspace/plasma-workspace-5.8.49.9999.ebuild | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/kde-plasma/plasma-workspace/plasma-workspace-5.8.49.9999.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-5.8.49.9999.ebuild index a58447495d..3c897ddee0 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-5.8.49.9999.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-5.8.49.9999.ebuild @@ -3,6 +3,7 @@ EAPI=6 +FRAMEWORKS_MINIMAL="5.34.0" KDE_HANDBOOK="forceoptional" KDE_TEST="forceoptional" VIRTUALX_REQUIRED="test" @@ -131,6 +132,11 @@ src_prepare() { sed -e "s|\`qtpaths|\`$(qt5_get_bindir)/qtpaths|" \ -i startkde/startkde.cmake startkde/startplasmacompositor.cmake || die + + # https://phabricator.kde.org/D4690 + sed -e "/add_subdirectory(remote)/ s/^/#DONT/" -i kioslave/CMakeLists.txt || die + rm -r kioslave/remote || die + find po -name "kio_remote.po" -delete || die } src_configure() {