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 22BC6139695 for ; Mon, 1 May 2017 21:29:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56670E0C94; Mon, 1 May 2017 21:29:50 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 3170DE0C94 for ; Mon, 1 May 2017 21:29:50 +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 475FE3416D4 for ; Mon, 1 May 2017 21:29:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ABD957441 for ; Mon, 1 May 2017 21:29:47 +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: <1493674161.9766bf675d852c696512349d645780c6c335f0b7.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-gfx/symboleditor/ X-VCS-Repository: proj/kde X-VCS-Files: media-gfx/symboleditor/symboleditor-9999.ebuild X-VCS-Directories: media-gfx/symboleditor/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9766bf675d852c696512349d645780c6c335f0b7 X-VCS-Branch: master Date: Mon, 1 May 2017 21:29:47 +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: fe99b8b3-95d8-4fda-b71b-a42bae093763 X-Archives-Hash: 21b474c884bf6b4a581b050eb2e1efc1 commit: 9766bf675d852c696512349d645780c6c335f0b7 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon May 1 21:29:21 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon May 1 21:29:21 2017 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9766bf67 media-gfx/symboleditor: KDE_HANDBOOK="optional", fix DESCRIPTION Fix dependencies. Disable Doxygen, the result does not really work at all. Package-Manager: portage-2.2.27 media-gfx/symboleditor/symboleditor-9999.ebuild | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/media-gfx/symboleditor/symboleditor-9999.ebuild b/media-gfx/symboleditor/symboleditor-9999.ebuild index 6769589516..5020402104 100644 --- a/media-gfx/symboleditor/symboleditor-9999.ebuild +++ b/media-gfx/symboleditor/symboleditor-9999.ebuild @@ -3,10 +3,10 @@ EAPI=6 -KDE_HANDBOOK="true" +KDE_HANDBOOK="optional" inherit kde5 -DESCRIPTION="Application to create libraries of QPainterPath objects with redering hints" +DESCRIPTION="Application to create libraries of QPainterPath objects with rendering hints" HOMEPAGE="https://userbase.kde.org/SymbolEditor" if [[ ${KDE_BUILD_TYPE} != live ]]; then MY_P=SymbolEditor-${PV} @@ -18,7 +18,7 @@ LICENSE="GPL-2" KEYWORDS="" IUSE="" -COMMON_DEPEND=" +DEPEND=" $(add_frameworks_dep kconfig) $(add_frameworks_dep kconfigwidgets) $(add_frameworks_dep kcoreaddons) @@ -29,18 +29,13 @@ COMMON_DEPEND=" $(add_qt_dep qtgui) $(add_qt_dep qtwidgets) " -DEPEND="${COMMON_DEPEND} - sys-devel/gettext - x11-misc/shared-mime-info -" -RDEPEND="${COMMON_DEPEND} +RDEPEND="${DEPEND} !media-gfx/symboleditor:4 " src_configure() { local mycmakeargs=( - $(cmake-utils_use_find_package doc Doxygen) - $(cmake-utils_use_find_package handbook KF5DocTools) + -DCMAKE_DISABLE_FIND_PACKAGE_Doxygen=ON ) kde5_src_configure