summaryrefslogtreecommitdiff
path: root/kde-frameworks/frameworkintegration
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-11-06 06:28:52 +1100
committerMichael Palimaka <kensington@gentoo.org>2016-11-06 06:29:30 +1100
commite767d7c3eebbdd0e984ee39f1688c78c26adb183 (patch)
tree64d469ccdb00d2c2323a6b798e0d27ea49af12a8 /kde-frameworks/frameworkintegration
parent724835ce2f6c3086b29da7f5b87a323e87f4ab63 (diff)
downloadkde-e767d7c3eebbdd0e984ee39f1688c78c26adb183.tar.gz
kde-e767d7c3eebbdd0e984ee39f1688c78c26adb183.tar.bz2
kde-e767d7c3eebbdd0e984ee39f1688c78c26adb183.zip
kde-frameworks: version bump 5.28
Package-Manager: portage-2.3.2
Diffstat (limited to 'kde-frameworks/frameworkintegration')
-rw-r--r--kde-frameworks/frameworkintegration/Manifest1
-rw-r--r--kde-frameworks/frameworkintegration/frameworkintegration-5.28.0.ebuild39
2 files changed, 40 insertions, 0 deletions
diff --git a/kde-frameworks/frameworkintegration/Manifest b/kde-frameworks/frameworkintegration/Manifest
new file mode 100644
index 00000000000..50303e7b64a
--- /dev/null
+++ b/kde-frameworks/frameworkintegration/Manifest
@@ -0,0 +1 @@
+DIST frameworkintegration-5.28.0.tar.xz 1749760 SHA256 161fc7576315d314d5f8f19e6fbc7723c4fc7c697ff8d2b455d9d7faaccf92ad SHA512 633b57ef335e7d4652c8a69d8c8d26da7def8ca32b3b5237d23c4d4cde04ec757b303b6417d88f90c53094259be48701028a0b4882d2ca685aa56f6e588b5982 WHIRLPOOL 4f6a70448d0b933d8c3f14a363412aa4cab806271bbdb8cd2fb6c29b060d6969816fe448c59a5f7da836d827c9a33a7a879491127cec3699cc50892e2fd0b81a
diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.28.0.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.28.0.ebuild
new file mode 100644
index 00000000000..14bdd104a79
--- /dev/null
+++ b/kde-frameworks/frameworkintegration/frameworkintegration-5.28.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
+}