aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2016-11-26 21:19:32 +0100
committerMichael Palimaka <kensington@gentoo.org>2016-11-27 22:30:46 +1100
commit1d5baf216ddc832abfb43e8961e16a7c5ba318dc (patch)
tree808226077eebaeadac544c3b38c4dfc46cfcf854
parentkde-plasma/kgamma: Drop unused DEPEND (diff)
downloadkde-1d5baf21.tar.gz
kde-1d5baf21.tar.bz2
kde-1d5baf21.zip
kde-frameworks/frameworkintegration: Add missing DEPEND
Upstream commit a540c1d2f0342abf0f9bc3546988b61398155f08 Package-Manager: portage-2.3.0
-rw-r--r--kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild7
1 files changed, 6 insertions, 1 deletions
diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild
index 2d837a5241..a06d98a895 100644
--- a/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild
+++ b/kde-frameworks/frameworkintegration/frameworkintegration-9999.ebuild
@@ -7,7 +7,7 @@ EAPI=6
VIRTUALX_REQUIRED="test"
inherit kde5
-DESCRIPTION="Framework for integrating Qt applications with KDE workspaces"
+DESCRIPTION="Framework for integrating Qt applications with KDE Plasma workspaces"
LICENSE="LGPL-2+"
KEYWORDS=""
IUSE="X"
@@ -17,6 +17,7 @@ RDEPEND="
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kiconthemes)
$(add_frameworks_dep knotifications)
+ $(add_frameworks_dep kpackage)
$(add_frameworks_dep kwidgetsaddons)
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
@@ -33,7 +34,11 @@ RESTRICT+=" test"
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package X XCB)
+ -DCMAKE_DISABLE_FIND_PACKAGE_AppStreamQt=ON
+ -DCMAKE_DISABLE_FIND_PACKAGE_packagekitqt5=ON
)
+ # appstream requires app-admin/packagekit-qt and
+ # not yet packaged AppStreamQt 0.10
kde5_src_configure
}