From: Andreas Sturmlechner Date: Tue, 4 Apr 2017 09:52:33 +0000 (+0200) Subject: kde-apps/okteta: Add KDE_DESIGNERPLUGIN=true, drop USE=examples, fix crypt X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9b964c1e5ffd89dec3a4f96f12280856fbe67839;p=gentoo.git kde-apps/okteta: Add KDE_DESIGNERPLUGIN=true, drop USE=examples, fix crypt No examples are actually ending up installed. Fixes cmake warnings. Reported-by: Arfrever Package-Manager: Portage-2.3.3, Repoman-2.3.1 --- diff --git a/kde-apps/okteta/metadata.xml b/kde-apps/okteta/metadata.xml index 2fdbf33d963d..a50ada50ef0e 100644 --- a/kde-apps/okteta/metadata.xml +++ b/kde-apps/okteta/metadata.xml @@ -5,4 +5,7 @@ kde@gentoo.org Gentoo KDE Project + + Build plugins for dev-qt/designer + diff --git a/kde-apps/okteta/okteta-16.12.3.ebuild b/kde-apps/okteta/okteta-16.12.3.ebuild index 2c09e39968cc..ecc44c1d1c8b 100644 --- a/kde-apps/okteta/okteta-16.12.3.ebuild +++ b/kde-apps/okteta/okteta-16.12.3.ebuild @@ -3,6 +3,7 @@ EAPI=6 +KDE_DESIGNERPLUGIN="true" KDE_HANDBOOK="forceoptional" KDE_TEST="optional" VIRTUALX_REQUIRED="test" @@ -12,7 +13,7 @@ DESCRIPTION="KDE hexeditor" HOMEPAGE="https://www.kde.org/applications/utilities/okteta https://utils.kde.org/projects/okteta" KEYWORDS="~amd64 ~arm ~x86" -IUSE="crypt examples" +IUSE="crypt" DEPEND=" $(add_frameworks_dep kbookmarks) @@ -32,7 +33,6 @@ DEPEND=" $(add_frameworks_dep kservice) $(add_frameworks_dep kwidgetsaddons) $(add_frameworks_dep kxmlgui) - $(add_qt_dep designer) $(add_qt_dep qtgui) $(add_qt_dep qtnetwork) $(add_qt_dep qtprintsupport) @@ -45,8 +45,8 @@ RDEPEND="${DEPEND}" src_configure() { local mycmakeargs=( - -DENABLE_OKTETA_BUILD_EXAMPLES=$(usex examples) - $(cmake-utils_use_find_package crypt QCA2) + -DOMIT_EXAMPLES=ON + $(cmake-utils_use_find_package crypt Qca-qt5) ) kde5_src_configure