From db590782d7da8ffb90695a6fb23fa4ede6136f98 Mon Sep 17 00:00:00 2001 From: Michael Palimaka Date: Tue, 20 Oct 2015 01:21:45 +1100 Subject: kde-frameworks/frameworkintegration: revision bump to solve crash after upgrading Qt Package-Manager: portage-2.2.20.1 --- .../frameworkintegration-5.15.0-r1.ebuild | 49 ++++++++++++++++++++++ .../frameworkintegration-5.15.0.ebuild | 7 ++-- 2 files changed, 53 insertions(+), 3 deletions(-) create mode 100644 kde-frameworks/frameworkintegration/frameworkintegration-5.15.0-r1.ebuild (limited to 'kde-frameworks') diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.15.0-r1.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.15.0-r1.ebuild new file mode 100644 index 000000000000..076b02cb7239 --- /dev/null +++ b/kde-frameworks/frameworkintegration/frameworkintegration-5.15.0-r1.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +QT_MINIMAL="5.5.1" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Framework for integrating Qt applications with KDE workspaces" +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~x86" +IUSE="X" + +RDEPEND=" + $(add_plasma_dep oxygen-fonts) + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep kio) + $(add_frameworks_dep kjobwidgets) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + dev-qt/qtdbus:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + X? ( + dev-qt/qtx11extras:5 + x11-libs/libxcb + x11-libs/libXcursor + ) +" +DEPEND="${RDEPEND}" + +# requires running kde environment +RESTRICT="test" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package X XCB) + ) + + kde5_src_configure +} diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.15.0.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.15.0.ebuild index 0c41d1b5cf4e..08ee464a25e3 100644 --- a/kde-frameworks/frameworkintegration/frameworkintegration-5.15.0.ebuild +++ b/kde-frameworks/frameworkintegration/frameworkintegration-5.15.0.ebuild @@ -25,9 +25,10 @@ RDEPEND=" $(add_frameworks_dep knotifications) $(add_frameworks_dep kwidgetsaddons) $(add_frameworks_dep kxmlgui) - dev-qt/qtdbus:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 +