diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-08-07 01:23:51 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-08-07 01:23:51 +0200 |
| commit | 4cc5a5205ee9db66bfc64a408af7320dd9f138e2 (patch) | |
| tree | 155547da8945720f73a057317da1fcb8216ac905 /kde-frameworks/frameworkintegration | |
| parent | 0477222da080099dc40c6c308622eee0e3803003 (diff) | |
| download | kde-4cc5a5205ee9db66bfc64a408af7320dd9f138e2.tar.gz kde-4cc5a5205ee9db66bfc64a408af7320dd9f138e2.tar.bz2 kde-4cc5a5205ee9db66bfc64a408af7320dd9f138e2.zip | |
kde-frameworks: Add KDE Frameworks 5.49.0
Package-Manager: Portage-2.3.44, Repoman-2.3.10
Diffstat (limited to 'kde-frameworks/frameworkintegration')
| -rw-r--r-- | kde-frameworks/frameworkintegration/Manifest | 1 | ||||
| -rw-r--r-- | kde-frameworks/frameworkintegration/frameworkintegration-5.49.0.ebuild | 53 |
2 files changed, 54 insertions, 0 deletions
diff --git a/kde-frameworks/frameworkintegration/Manifest b/kde-frameworks/frameworkintegration/Manifest new file mode 100644 index 00000000000..4a0078bffb2 --- /dev/null +++ b/kde-frameworks/frameworkintegration/Manifest @@ -0,0 +1 @@ +DIST frameworkintegration-5.49.0.tar.xz 1753276 BLAKE2B f1294cd8ab228d8835eb975f59de544531fb50710145956d6610017e293d76c0282452cd3dd0c3e5fb34596ad67bcc1af53f723ec06fd8c9efafed3169122f08 SHA512 93105eb9bc93d85b5242ed5f8d48678c3c3a8d733448a05286534eb040099b29b6fb74cf34ce86d38ed89a982cfc7ede297e3dde90e6e6a80631e27ea952b2fe diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.49.0.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.49.0.ebuild new file mode 100644 index 00000000000..b6c0da034de --- /dev/null +++ b/kde-frameworks/frameworkintegration/frameworkintegration-5.49.0.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_QTHELP="false" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Framework for integrating Qt applications with KDE Plasma workspaces" +LICENSE="LGPL-2+" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +IUSE="appstream X" + +RDEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kiconthemes) + $(add_frameworks_dep knewstuff) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kpackage) + $(add_frameworks_dep kwidgetsaddons) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + appstream? ( + app-admin/packagekit-qt + dev-libs/appstream[qt5] + ) + X? ( + $(add_qt_dep qtx11extras) + x11-libs/libxcb + ) +" +DEPEND="${RDEPEND}" + +# requires running kde environment +RESTRICT+=" test" + +src_prepare() { + punt_bogus_dep Qt5 DBus + kde5_src_prepare +} + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package appstream AppStreamQt) + $(cmake-utils_use_find_package appstream packagekitqt5) + $(cmake-utils_use_find_package X XCB) + ) + + kde5_src_configure +} |
