diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-05-01 23:29:21 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-05-01 23:29:21 +0200 |
| commit | 9766bf675d852c696512349d645780c6c335f0b7 (patch) | |
| tree | 8e0a33a2457753f4f2f9dd1709c6d53084ef16ca | |
| parent | 0db1f662888ae9ceeb7f01de308da8b9339d4149 (diff) | |
| download | kde-9766bf675d852c696512349d645780c6c335f0b7.tar.gz kde-9766bf675d852c696512349d645780c6c335f0b7.tar.bz2 kde-9766bf675d852c696512349d645780c6c335f0b7.zip | |
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
| -rw-r--r-- | media-gfx/symboleditor/symboleditor-9999.ebuild | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/media-gfx/symboleditor/symboleditor-9999.ebuild b/media-gfx/symboleditor/symboleditor-9999.ebuild index 67695895164..5020402104b 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 |
