summaryrefslogtreecommitdiff
path: root/kde-frameworks/frameworkintegration
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-06-06 23:34:55 +0200
committerJohannes Huber <johu@gentoo.org>2016-06-06 23:34:55 +0200
commitf241c9fad87d8ca148e8085ee348cb37bb959758 (patch)
tree80b47f22a4633f1035bd89e75327c8c8c7a42c1f /kde-frameworks/frameworkintegration
parent5c5f4dd639f0e4ea5b7de0eac4359ee9fcee34b6 (diff)
downloadkde-f241c9fad87d8ca148e8085ee348cb37bb959758.tar.gz
kde-f241c9fad87d8ca148e8085ee348cb37bb959758.tar.bz2
kde-f241c9fad87d8ca148e8085ee348cb37bb959758.zip
kde-frameworks: Version bump KDE Frameworks 5.23.0
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'kde-frameworks/frameworkintegration')
-rw-r--r--kde-frameworks/frameworkintegration/Manifest1
-rw-r--r--kde-frameworks/frameworkintegration/frameworkintegration-5.23.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..269078f65b5
--- /dev/null
+++ b/kde-frameworks/frameworkintegration/Manifest
@@ -0,0 +1 @@
+DIST frameworkintegration-5.23.0.tar.xz 1749136 SHA256 48b472cbdfc2407b68247dc40bcee8b6e9f951c2e20f97030c68f95f7d283b28 SHA512 d743400189fa9ab3d7ac3c638942995fe25600c7b91c645316224125c64bb86a7bdd9beeb4d833050e137dceb3ef7f674cb56faaf914966bd209bf207a7c5043 WHIRLPOOL 26b78e07f97e69011db3a04feeca26d02971e2b8c5a63562e958aead61a5ecf40bad850f4e734d9364497febfb049276a37458a218eeedcd379e656bbae38143
diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.23.0.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.23.0.ebuild
new file mode 100644
index 00000000000..8ae8b6876d4
--- /dev/null
+++ b/kde-frameworks/frameworkintegration/frameworkintegration-5.23.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
+}