From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C32D7138CC1 for ; Sat, 14 Mar 2015 14:08:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 386D3E0896; Sat, 14 Mar 2015 14:08:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D283FE0896 for ; Sat, 14 Mar 2015 14:08:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E84E03409A0 for ; Sat, 14 Mar 2015 14:08:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A2AA613BD5 for ; Sat, 14 Mar 2015 14:08:14 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1426342043.9f048fa0be70340e2c9d972d79814d4b3c3c313d.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/milou/files/, kde-plasma/milou/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/milou/files/milou-5.2.1-build.patch kde-plasma/milou/milou-5.2.1.ebuild X-VCS-Directories: kde-plasma/milou/ kde-plasma/milou/files/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 9f048fa0be70340e2c9d972d79814d4b3c3c313d X-VCS-Branch: master Date: Sat, 14 Mar 2015 14:08: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: 0d7438db-400f-4564-a1d1-d1605f037fa3 X-Archives-Hash: 225d0ad9899adabcc9b47c08f7eed358 commit: 9f048fa0be70340e2c9d972d79814d4b3c3c313d Author: Michael Palimaka gentoo org> AuthorDate: Sat Mar 14 14:07:23 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Mar 14 14:07:23 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9f048fa0 [kde-plasma/milou] Backport patch from upstream to solve build failure with KF 5.8 wrt bug #543218. Package-Manager: portage-2.2.17 kde-plasma/milou/files/milou-5.2.1-build.patch | 28 ++++++++++++++++++++++++++ kde-plasma/milou/milou-5.2.1.ebuild | 2 ++ 2 files changed, 30 insertions(+) diff --git a/kde-plasma/milou/files/milou-5.2.1-build.patch b/kde-plasma/milou/files/milou-5.2.1-build.patch new file mode 100644 index 0000000..67a0627 --- /dev/null +++ b/kde-plasma/milou/files/milou-5.2.1-build.patch @@ -0,0 +1,28 @@ +From a53085390be6a1f6405abd93694cd612841a60fc Mon Sep 17 00:00:00 2001 +From: Hrvoje Senjan +Date: Thu, 5 Mar 2015 18:31:57 +0100 +Subject: [PATCH] Add missing KF5 dependancies + +KDeclarative no longer pulls them in + +Reviewed-by: Vishesh Handa +--- + CMakeLists.txt | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/CMakeLists.txt b/CMakeLists.txt +index 070391f..a99df1b 100644 +--- a/CMakeLists.txt ++++ b/CMakeLists.txt +@@ -7,7 +7,7 @@ find_package(ECM 1.2.0 REQUIRED NO_MODULE) + set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH}) + + find_package(Qt5 REQUIRED NO_MODULE COMPONENTS Script Qml Quick Widgets) +-find_package(KF5 REQUIRED COMPONENTS Runner Plasma I18n Declarative) ++find_package(KF5 REQUIRED COMPONENTS CoreAddons I18n Declarative Service Plasma Runner) + + include(FeatureSummary) + include(ECMAddTests) +-- +2.0.5 + diff --git a/kde-plasma/milou/milou-5.2.1.ebuild b/kde-plasma/milou/milou-5.2.1.ebuild index 3c637c0..52b913f 100644 --- a/kde-plasma/milou/milou-5.2.1.ebuild +++ b/kde-plasma/milou/milou-5.2.1.ebuild @@ -24,3 +24,5 @@ DEPEND=" RDEPEND="${DEPEND} !kde-base/milou " + +PATCHES=( "${FILESDIR}/${P}-build.patch" )