summaryrefslogtreecommitdiff
path: root/kde-frameworks/frameworkintegration
diff options
context:
space:
mode:
Diffstat (limited to 'kde-frameworks/frameworkintegration')
-rw-r--r--kde-frameworks/frameworkintegration/Manifest1
-rw-r--r--kde-frameworks/frameworkintegration/frameworkintegration-5.1.0.ebuild47
2 files changed, 48 insertions, 0 deletions
diff --git a/kde-frameworks/frameworkintegration/Manifest b/kde-frameworks/frameworkintegration/Manifest
index 6edb7ac1e1d..6fd4d4d2664 100644
--- a/kde-frameworks/frameworkintegration/Manifest
+++ b/kde-frameworks/frameworkintegration/Manifest
@@ -1 +1,2 @@
DIST frameworkintegration-5.0.0.tar.xz 1756592 SHA256 72f17df825491fe3b4a9143bfee2ccedfa607f9db77ea8dcfa248f3fe7171985 SHA512 030a9a5dfff5a5a95bcb46b0ebae9b0a717e3c303b138ea2a45d4517c46d6e5c9a4eb5fbad3f7ab64b25a8d051b906cfed2de5b4df6969eb8cd4635d01676796 WHIRLPOOL 36adceaebbacd0826a23101a9d8474ad885b9a3dc4698a467efcde982ac362e95faf491f12de54893492ca47b92041bae08c7ee8097e21bc669ef449ad46c2ee
+DIST frameworkintegration-5.1.0.tar.xz 1756916 SHA256 94f9d49f809b7d34bfaa3e64c09176877793c28084f74f2ee9d3284cbcfe2422 SHA512 8b10fa171ca5e94e5bfe3fbe382a04df8b8c04eb85442400d9487b43e68536c57e5280e9011b4ef2d05c31a4a23d081fcd2948b178a133de838d28a6ee2165d6 WHIRLPOOL b4542437ee339a949a319a5f7e8ae530b67066b225b27562b20e8a031807fc3f1faf8b2b8828c32408bd6b89c652e3b894510750178510d322c1285bc60bcc33
diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.1.0.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.1.0.ebuild
new file mode 100644
index 00000000000..6df1ada466d
--- /dev/null
+++ b/kde-frameworks/frameworkintegration/frameworkintegration-5.1.0.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+VIRTUALX_REQUIRED="test"
+inherit kde5
+
+DESCRIPTION="Framework for integrating Qt applications with KDE workspaces"
+LICENSE="LGPL-2+"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE="X"
+
+RDEPEND="
+ $(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
+ media-fonts/oxygen-fonts
+ X? (
+ dev-qt/qtx11extras:5
+ 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
+}