diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-01-12 21:16:59 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-01-12 21:18:37 +1100 |
commit | d81c8c353fb01aad79273292f101869943177992 (patch) | |
tree | 89634606d909607ea40d5d9ab27f93b2a7ab127c /kde-frameworks/frameworkintegration | |
parent | 8a02ac616e4162a47ba02bce342a252e67acac02 (diff) | |
download | gentoo-d81c8c353fb01aad79273292f101869943177992.tar.gz gentoo-d81c8c353fb01aad79273292f101869943177992.tar.xz |
kde-frameworks: version bump 5.18.0
Package-Manager: portage-2.2.26
Diffstat (limited to 'kde-frameworks/frameworkintegration')
-rw-r--r-- | kde-frameworks/frameworkintegration/Manifest | 1 | ||||
-rw-r--r-- | kde-frameworks/frameworkintegration/frameworkintegration-5.18.0.ebuild | 50 |
2 files changed, 51 insertions, 0 deletions
diff --git a/kde-frameworks/frameworkintegration/Manifest b/kde-frameworks/frameworkintegration/Manifest index c7b2b726c8b..90ec939dae9 100644 --- a/kde-frameworks/frameworkintegration/Manifest +++ b/kde-frameworks/frameworkintegration/Manifest @@ -1,2 +1,3 @@ DIST frameworkintegration-5.16.0.tar.xz 1782444 SHA256 ceb0f3e79497a99a88aea3154c0c50c376ce4e8efea18a9ff4e6de4a061bdb6f SHA512 524bb67a6d8b27523d572fc70000daa9a3b0932b35c94cc2517be6aa6e432ec44bde78801cc5bb0b1e0d4b2a10a3c5b5036e3c944eae0c43f74a48d3ba048a2e WHIRLPOOL 843b2cbbf1805f5e665bb20a903ff9add331ec5ebed0052db9ddf12830cebfa899b1f9f69fd125083a312935f90b88c3ac15cf86edf3d13c4bbc8c6257f562e8 DIST frameworkintegration-5.17.0.tar.xz 1782980 SHA256 743f94f359984b85f608b2f4f059b2daaa1f8dc90210431526677dcd0da60cb9 SHA512 869394a4ddbc2d842d5ea724c1fcd30ad63667f9f197a5cdc7aea5ca9901b2e11ebb3942e73cab9f6a66bc45bcd0186276e36e9d0662a7b2c0866a8946593cc1 WHIRLPOOL f3f8c116538e095d6e5aa9821b3e19860613914727a9036340f7b2a36af3b0fbbe6c645d05062c9cc473876670fc0dc3c8be381b9247e26d801b63fabe46f6d7 +DIST frameworkintegration-5.18.0.tar.xz 1782972 SHA256 3b072fac7d4fc4a1c5981000799b5da2bb703d1c1f3747c7092282590b421c1a SHA512 40a90aa5e779d33af35e446bbfcff6ca475b9430cd3c6146411ca542a972ba72c9a92342e6c55d5d60934df7d660a775aabf297b01e5252334e4a5f8a0bfe1e7 WHIRLPOOL 1f0861753049e15803d83227bd8110dd4f7c0541392ceb60a11cd860567d85b3cf9d5dbf63db62c0977499c6bb1da1bf4be360e750bfdc09ca4b359328a1ed98 diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.18.0.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.18.0.ebuild new file mode 100644 index 00000000000..8577656521b --- /dev/null +++ b/kde-frameworks/frameworkintegration/frameworkintegration-5.18.0.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +QT_MINIMAL="5.5.1" +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) + dev-qt/qtdbus:5 + dev-qt/qtgui:5= + dev-qt/qtwidgets:5 + media-fonts/noto + X? ( + dev-qt/qtx11extras:5 + 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 +} |