diff options
author | Johannes Huber <johu@gentoo.org> | 2016-04-19 19:56:56 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2016-04-19 19:56:56 +0200 |
commit | 3f9d0e9c17863c7e543d1262245a4e70ef52b43b (patch) | |
tree | e1c024a49c8768a977468796610b1df903d2ace9 /kde-plasma/kwayland-integration | |
parent | net-analyzer/ripe-atlas-tools: Fixed dependencies for net-libs/ripe-atlas-sag... (diff) | |
download | gentoo-3f9d0e9c17863c7e543d1262245a4e70ef52b43b.tar.gz gentoo-3f9d0e9c17863c7e543d1262245a4e70ef52b43b.tar.bz2 gentoo-3f9d0e9c17863c7e543d1262245a4e70ef52b43b.zip |
kde-plasma: Version bump KDE Plasma 5.6.3
Package-Manager: portage-2.2.28
Diffstat (limited to 'kde-plasma/kwayland-integration')
-rw-r--r-- | kde-plasma/kwayland-integration/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/kwayland-integration/kwayland-integration-5.6.3.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest index 99a782a3cf9a..b552e6ca1d5d 100644 --- a/kde-plasma/kwayland-integration/Manifest +++ b/kde-plasma/kwayland-integration/Manifest @@ -1,2 +1,3 @@ DIST kwayland-integration-5.5.5.tar.xz 17064 SHA256 482ee3482eca54714327a72e35deab59df15c388cef5b5cc9f4c15df9da554c6 SHA512 f608346eb810f3e0f7fee9a80e4f12fa9cb0899fd0a66140887865d1283d67afbd9f05a3f87b2baf845acfe22368ea210693b03af97784429a30839b6878e3b9 WHIRLPOOL 200e73df7739148c8e7d592ee63034b35dbe34cf2759ba11a34bb68887d83a14ccd9a3a0e2c2dc204e3e3a17b732275fd6adff48527317aa5ca6e5f6be8a1245 DIST kwayland-integration-5.6.2.tar.xz 17156 SHA256 6235676356a3f180c7bb95ba9f192471e165611403985b30a1ba2c0835bacca4 SHA512 87daad0babec0521fbbd92be5844a936417fe2193528f1f5ce85a94787d1f92a0c3f0c248f0581f7f050b12f7fdda7df2a132bbbd305920bbf58fd7230db967f WHIRLPOOL be1691b72ed4d7061c86cdde1d15bdca63fcf30b5c65c75efc8676668ef437167495dec0607f701446ab6aa3c8bbfcbfa801b2c7f49dbf586bcbe9445ecfbb02 +DIST kwayland-integration-5.6.3.tar.xz 17144 SHA256 e4797c48e8d2f8c22dc7173ed3fa7cda27b289357d7636e33b30da792c11e2a6 SHA512 9603b69625b793ed91c8ca70705003e363969e0a0737e721c3dc93329451a72e8b6a20c0dec43b8a1a3ac01e8f4032fda2f00b82c9d8436ced2882ba247dd466 WHIRLPOOL f00c984e6fcdfe7421b38f6b048e853694591db5ec8bf69cae3d9d9a556b6b5ba2a956c713791e2c598508a5e53e9412c6be8a74c1645d573aed2a97974413cb diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.6.3.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.6.3.ebuild new file mode 100644 index 000000000000..2b6623213325 --- /dev/null +++ b/kde-plasma/kwayland-integration/kwayland-integration-5.6.3.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit kde5 + +DESCRIPTION="Provides integration plugins for various KDE frameworks for Wayland" +HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kwayland-integration" + +LICENSE="LGPL-2.1" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kidletime) + $(add_frameworks_dep kwindowsystem) + $(add_plasma_dep kwayland) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" |