diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-06-17 21:28:33 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-06-17 21:28:48 +1000 |
commit | b56c4afdc884086debd747c1e014a98e7b71f721 (patch) | |
tree | 486325c38e5ec3b79507d919a98344f21b9fa0ae /kde-plasma/kscreen/kscreen-5.6.5.ebuild | |
parent | dev-libs/libutf8proc: Fix S, thanks AlexOmskiy@yandex.ru and Philipp Ammann, ... (diff) | |
download | gentoo-b56c4afdc884086debd747c1e014a98e7b71f721.tar.gz gentoo-b56c4afdc884086debd747c1e014a98e7b71f721.tar.bz2 gentoo-b56c4afdc884086debd747c1e014a98e7b71f721.zip |
kde-plasma: version bump 5.6.5
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'kde-plasma/kscreen/kscreen-5.6.5.ebuild')
-rw-r--r-- | kde-plasma/kscreen/kscreen-5.6.5.ebuild | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/kde-plasma/kscreen/kscreen-5.6.5.ebuild b/kde-plasma/kscreen/kscreen-5.6.5.ebuild new file mode 100644 index 000000000000..55a03e8441af --- /dev/null +++ b/kde-plasma/kscreen/kscreen-5.6.5.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +KDE_TEST="forceoptional" +inherit kde5 + +DESCRIPTION="KDE Plasma screen management" +HOMEPAGE="https://projects.kde.org/projects/extragear/base/kscreen" + +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kglobalaccel) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kwidgetsaddons) + $(add_frameworks_dep kxmlgui) + $(add_plasma_dep libkscreen) + $(add_qt_dep qtdbus) + $(add_qt_dep qtdeclarative 'widgets') + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND} + $(add_plasma_dep kde-cli-tools) + $(add_qt_dep qtgraphicaleffects) + !kde-misc/kscreen +" + +# bug #580440, last checked 5.6.3 +RESTRICT="test" |