commit: 9766bf675d852c696512349d645780c6c335f0b7 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon May 1 21:29:21 2017 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> 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
