summaryrefslogtreecommitdiff
path: root/kde-frameworks/frameworkintegration
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2016-05-12 00:14:40 +1000
committerMichael Palimaka <kensington@gentoo.org>2016-05-12 00:16:11 +1000
commitc2ca66139db0e1e91a9924373d3488f9a8c05b36 (patch)
treeb70b7740db960264ddd81172a3be36f8b40feff4 /kde-frameworks/frameworkintegration
parente2c42744b3e84744f914b718d7cb06e0489c2c87 (diff)
downloadkde-c2ca66139db0e1e91a9924373d3488f9a8c05b36.tar.gz
kde-c2ca66139db0e1e91a9924373d3488f9a8c05b36.tar.bz2
kde-c2ca66139db0e1e91a9924373d3488f9a8c05b36.zip
kde-frameworks: version bump 5.22.0
Package-Manager: portage-2.2.28
Diffstat (limited to 'kde-frameworks/frameworkintegration')
-rw-r--r--kde-frameworks/frameworkintegration/Manifest1
-rw-r--r--kde-frameworks/frameworkintegration/frameworkintegration-5.22.0.ebuild49
2 files changed, 50 insertions, 0 deletions
diff --git a/kde-frameworks/frameworkintegration/Manifest b/kde-frameworks/frameworkintegration/Manifest
new file mode 100644
index 00000000000..9701e82aea1
--- /dev/null
+++ b/kde-frameworks/frameworkintegration/Manifest
@@ -0,0 +1 @@
+DIST frameworkintegration-5.22.0.tar.xz 1749468 SHA256 496db04e8f19ebf1174c49fa3a8e82d7e57c11a50e620844d1daa08cc6f1c949 SHA512 012c047c42f7490eb34298703b976c6e2b29a290586faf425ac59d3b687fb8d20eabac6b2bfef8d93bce92a10935af74cfd37acd07304a7d782eb1569cef4c37 WHIRLPOOL 170399c6e5dd4ab4177500c1cdf6733d2da7ee0ad0377f93ddbfb0c41a50b40847b91e872055b1c05fa7710d1b9473e3548cbbd01b051d079ef0714c6cf2cd6b
diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.22.0.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.22.0.ebuild
new file mode 100644
index 00000000000..cc6a40f9f5c
--- /dev/null
+++ b/kde-frameworks/frameworkintegration/frameworkintegration-5.22.0.ebuild
@@ -0,0 +1,49 @@
+# 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_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)
+ $(add_qt_dep qtdbus)
+ $(add_qt_dep qtgui '' '' '5=')
+ $(add_qt_dep qtwidgets)
+ media-fonts/noto
+ X? (
+ $(add_qt_dep qtx11extras)
+ 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
+}