From 57c0f925fdbb3a53b0759b3a7cd25d67a02bd85b Mon Sep 17 00:00:00 2001 From: Michael Palimaka Date: Sun, 14 Aug 2016 04:58:31 +1000 Subject: kde-frameworks: version bump 5.25.0 Package-Manager: portage-2.3.0 --- kde-frameworks/frameworkintegration/Manifest | 1 + .../frameworkintegration-5.25.0.ebuild | 39 ++++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 kde-frameworks/frameworkintegration/frameworkintegration-5.25.0.ebuild (limited to 'kde-frameworks/frameworkintegration') diff --git a/kde-frameworks/frameworkintegration/Manifest b/kde-frameworks/frameworkintegration/Manifest index 0622ba30a023..d7fa1888aa51 100644 --- a/kde-frameworks/frameworkintegration/Manifest +++ b/kde-frameworks/frameworkintegration/Manifest @@ -1,2 +1,3 @@ DIST frameworkintegration-5.23.0.tar.xz 1749136 SHA256 48b472cbdfc2407b68247dc40bcee8b6e9f951c2e20f97030c68f95f7d283b28 SHA512 d743400189fa9ab3d7ac3c638942995fe25600c7b91c645316224125c64bb86a7bdd9beeb4d833050e137dceb3ef7f674cb56faaf914966bd209bf207a7c5043 WHIRLPOOL 26b78e07f97e69011db3a04feeca26d02971e2b8c5a63562e958aead61a5ecf40bad850f4e734d9364497febfb049276a37458a218eeedcd379e656bbae38143 DIST frameworkintegration-5.24.0.tar.xz 1749228 SHA256 f27be34e1f8e7dbc1d74dae3d73f85e71777c40103fa8d314acd805a007e382f SHA512 1ecc44ad9ba9030cae195407dc3ece5cbc774b81288e34b4d4892a710944fb4fcca706934dcb83bc539dbcfb67e70fadbe606cf93118f18e98e9f3996c2a026b WHIRLPOOL cebcd5840dc1234019915cc7ca2bbd911f28ee8af71fe653a7482b2c6649a3f049f89d1372312d8e157d9969b43d980fe3eae40453d73cb1baf32fc50e1dc42e +DIST frameworkintegration-5.25.0.tar.xz 1749232 SHA256 ea9ccb564aa1cebdd7ad3dbd5168cb1ae750f20122918864d846990828057653 SHA512 28fcf78d28b662885a7f63ba5ebf316439e192864f058110e347330d4ff2f73ec66a5f602b725777db0ac3b8e86aff63763c325c051c64fba7c220473f47ffb7 WHIRLPOOL 47515f89bcc242a7ad603a833fbde149f3c53f9105eab8006f665e417c31f6fa1148e1b18ad684dc2b3c0bfc45d2da02b867f2620533032fed053f7e1856cf2a diff --git a/kde-frameworks/frameworkintegration/frameworkintegration-5.25.0.ebuild b/kde-frameworks/frameworkintegration/frameworkintegration-5.25.0.ebuild new file mode 100644 index 000000000000..14bdd104a79e --- /dev/null +++ b/kde-frameworks/frameworkintegration/frameworkintegration-5.25.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 +} -- cgit v1.2.3-65-gdbad