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 95F531396D9 for ; Thu, 12 Oct 2017 17:57:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E72C32BC00D; Thu, 12 Oct 2017 17:57:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C3D5B2BC00D for ; Thu, 12 Oct 2017 17:57:18 +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 984FD33BF1C for ; Thu, 12 Oct 2017 17:57:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 39DE3907B for ; Thu, 12 Oct 2017 17:57:16 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1507831020.d0cce997bcc505c6731389ccacf8c669205d2af7.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kwin/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/kwin/files/kwin-5.10.95-test-optional.patch X-VCS-Directories: kde-plasma/kwin/files/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: d0cce997bcc505c6731389ccacf8c669205d2af7 X-VCS-Branch: master Date: Thu, 12 Oct 2017 17:57:16 +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: 1e260ccb-0f30-4655-9d68-6fcd63ffbd56 X-Archives-Hash: 14d51c18907b61e1f8f56e01004eab78 commit: d0cce997bcc505c6731389ccacf8c669205d2af7 Author: Johannes Huber gentoo org> AuthorDate: Thu Oct 12 17:57:00 2017 +0000 Commit: Johannes Huber gentoo org> CommitDate: Thu Oct 12 17:57:00 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0cce997 kde-plasma/kwin: Add missing patch Package-Manager: Portage-2.3.11, Repoman-2.3.3 .../kwin/files/kwin-5.10.95-test-optional.patch | 34 ++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/kde-plasma/kwin/files/kwin-5.10.95-test-optional.patch b/kde-plasma/kwin/files/kwin-5.10.95-test-optional.patch new file mode 100644 index 00000000000..e52934b3ec5 --- /dev/null +++ b/kde-plasma/kwin/files/kwin-5.10.95-test-optional.patch @@ -0,0 +1,34 @@ +From 89db55c3983abee3dd42cef3cff2f83e94121be8 Mon Sep 17 00:00:00 2001 +From: Andreas Sturmlechner +Date: Thu, 14 Sep 2017 10:02:04 +0200 +Subject: [PATCH] Put effectModelTest behind BUILD_TESTING conditional + +Qt5Test, so tests need to be too. +--- + kcmkwin/kwincompositing/CMakeLists.txt | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) + +diff --git a/kcmkwin/kwincompositing/CMakeLists.txt b/kcmkwin/kwincompositing/CMakeLists.txt +index 350ef85de..75758a4a0 100644 +--- a/kcmkwin/kwincompositing/CMakeLists.txt ++++ b/kcmkwin/kwincompositing/CMakeLists.txt +@@ -46,7 +46,7 @@ target_link_libraries(kwincompositing + kwin4_effect_builtins + ) + +- ++if(BUILD_TESTING) + set(modelTest_SRC + model.cpp + effectconfig.cpp +@@ -77,6 +77,7 @@ target_link_libraries(effectModelTest + kwineffects + kwin4_effect_builtins + ) ++endif() + + INSTALL(DIRECTORY qml DESTINATION ${DATA_INSTALL_DIR}/kwincompositing) + INSTALL(TARGETS kwincompositing DESTINATION ${PLUGIN_INSTALL_DIR}) +-- +2.13.5 +