summaryrefslogtreecommitdiff
path: root/kde-frameworks/frameworkintegration/frameworkintegration-5.25.0.ebuild
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-08-08 19:49:28 +0200
committerJohannes Huber <johu@gentoo.org>2016-08-08 19:49:28 +0200
commit2bd6b03d32dcb631e2b8ed7cc80566992145e0ec (patch)
tree5e836eabd1249d307395d193cbe49ddd9c029dbc /kde-frameworks/frameworkintegration/frameworkintegration-5.25.0.ebuild
parenta24f2ecd8be76e1466b17a037cfc8cebdacd8431 (diff)
downloadkde-2bd6b03d32dcb631e2b8ed7cc80566992145e0ec.tar.gz
kde-2bd6b03d32dcb631e2b8ed7cc80566992145e0ec.tar.bz2
kde-2bd6b03d32dcb631e2b8ed7cc80566992145e0ec.zip
kde-frameworks: Version bump KDE Frameworks 5.25
Package-Manager: portage-2.3.0
Diffstat (limited to 'kde-frameworks/frameworkintegration/frameworkintegration-5.25.0.ebuild')
-rw-r--r--kde-frameworks/frameworkintegration/frameworkintegration-5.25.0.ebuild39
1 files changed, 39 insertions, 0 deletions
diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.25.0.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.25.0.ebuild
new file mode 100644
index 00000000000..8ae8b6876d4
--- /dev/null
+++ b/kde-frameworks/frameworkintegration/frameworkintegration-5.25.0.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Framework for integrating Qt applications with KDE workspaces"
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="X"
+
+RDEPEND="
+ $(add_frameworks_dep kconfig)
+ $(add_frameworks_dep kconfigwidgets)
+ $(add_frameworks_dep kiconthemes)
+ $(add_frameworks_dep knotifications)
+ $(add_frameworks_dep kwidgetsaddons)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtwidgets)
+ X? (
+ $(add_qt_dep qtx11extras)
+ x11-libs/libxcb
+ )
+"
+DEPEND="${RDEPEND}"
+
+# requires running kde environment
+RESTRICT="test"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_find_package X XCB)
+ )
+
+ kde5_src_configure
+}