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 26CD8138334 for ; Thu, 13 Dec 2018 17:40:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00F9AE08D6; Thu, 13 Dec 2018 17:40:29 +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 BE5BDE08D6 for ; Thu, 13 Dec 2018 17:40:28 +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 C6F94335C39 for ; Thu, 13 Dec 2018 17:40:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62EA943A for ; Thu, 13 Dec 2018 17:40:24 +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: <1544722811.6e8a594136dad7b06f12f40126aed0ce023d8f3d.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/okular/, kde-apps/okular/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/okular/files/okular-18.12.0-tests.patch kde-apps/okular/okular-18.12.0.ebuild X-VCS-Directories: kde-apps/okular/files/ kde-apps/okular/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6e8a594136dad7b06f12f40126aed0ce023d8f3d X-VCS-Branch: master Date: Thu, 13 Dec 2018 17:40:24 +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: 645aa587-e837-4c86-910a-59ea748d8124 X-Archives-Hash: 4c2a0a1fb5f62d55d3ddb6c38a3e2907 commit: 6e8a594136dad7b06f12f40126aed0ce023d8f3d Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Dec 13 17:39:22 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Dec 13 17:40:11 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e8a5941 kde-apps/okular: Add missing tests patch Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/okular/files/okular-18.12.0-tests.patch | 17 +++++++++++++++++ kde-apps/okular/okular-18.12.0.ebuild | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/kde-apps/okular/files/okular-18.12.0-tests.patch b/kde-apps/okular/files/okular-18.12.0-tests.patch new file mode 100644 index 00000000000..2b617150508 --- /dev/null +++ b/kde-apps/okular/files/okular-18.12.0-tests.patch @@ -0,0 +1,17 @@ +--- a/generators/epub/CMakeLists.txt 2018-08-19 21:34:51.151645090 +0200 ++++ b/generators/epub/CMakeLists.txt 2018-08-19 21:36:28.771109586 +0200 +@@ -23,12 +23,13 @@ + + ########### autotests ############### + ++if(BUILD_TESTING) + add_definitions( -DKDESRCDIR="${CMAKE_CURRENT_SOURCE_DIR}/" ) + ecm_add_test(autotests/epubgeneratortest.cpp + TEST_NAME "epubgeneratortest" + LINK_LIBRARIES Qt5::Test KF5::CoreAddons okularcore + ) +- ++endif() + + ########### install files ############### + install( FILES okularEPub.desktop DESTINATION ${KDE_INSTALL_KSERVICES5DIR} ) diff --git a/kde-apps/okular/okular-18.12.0.ebuild b/kde-apps/okular/okular-18.12.0.ebuild index 45accdec78c..83bf1eabfd3 100644 --- a/kde-apps/okular/okular-18.12.0.ebuild +++ b/kde-apps/okular/okular-18.12.0.ebuild @@ -66,7 +66,7 @@ RDEPEND="${DEPEND} PATCHES=( "${FILESDIR}/${PN}-18.08.0-tests.patch" - "${FILESDIR}/${PN}-tests.patch" + "${FILESDIR}/${PN}-18.12.0-tests.patch" ) src_prepare() {