diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2015-09-12 18:22:12 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2015-09-12 18:22:12 +0200 |
commit | 54bf6af181e9d9f51a3ad2ab1f0a93cb04eb5059 (patch) | |
tree | 97d1d4d399806f1847d9deb2af0cd90d33c91ad3 /kde-plasma/kwayland-integration | |
parent | kde-plasma: Drop redundant whitespace in KEYWORDS (diff) | |
download | gentoo-54bf6af181e9d9f51a3ad2ab1f0a93cb04eb5059.tar.gz gentoo-54bf6af181e9d9f51a3ad2ab1f0a93cb04eb5059.tar.bz2 gentoo-54bf6af181e9d9f51a3ad2ab1f0a93cb04eb5059.zip |
kde-plasma: Version bump
Package-Manager: portage-2.2.20.1
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.4.1.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest index 3b806daee39c..8b196fa357d2 100644 --- a/kde-plasma/kwayland-integration/Manifest +++ b/kde-plasma/kwayland-integration/Manifest @@ -1 +1,2 @@ DIST kwayland-integration-5.4.0.tar.xz 13996 SHA256 86d400b4b0268ca6592f4eb0d0460d1dc47caea35fc6dcf74a2663ff9ff26d66 SHA512 ee44bb72d287a25ecbf53aa06c161b0011bed6fdd3b33d0fecf00a1ebfbc62fb0008d0fb2fa3bcd8259629b2d7e33feddf52dfde47b0e817b0b6954e3ab04f6a WHIRLPOOL 9a5aeed95d0160de08aeab574fb7a8050a4d201936032f45b7781f11a34780c59019a3e348facb9cef34cbd6b6ef49be440011615f5ebbef12a6018a7a014904 +DIST kwayland-integration-5.4.1.tar.xz 13996 SHA256 a7edfb16ea6363f5a3da8b7e3a448cb01eb9a984262b44e2caf9b0ffddb29bc1 SHA512 c72d19fe479dd374222c588d33cd1318a2a748761029773a7ea1b967c76d9c7c123e642ce22d74fadcf223fa4d845ce4237e034433735179b7994dcdd8df132e WHIRLPOOL 7c93a266303d403b4020076fbf9b4b172d8b647d5f54759caa68f0975dc98a8c27614b8f8e6fde0883b59f2e8c1bb2f5653e7df2c1a99092540cd21ff7703da5 diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.4.1.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.4.1.ebuild new file mode 100644 index 000000000000..c21a498bccc5 --- /dev/null +++ b/kde-plasma/kwayland-integration/kwayland-integration-5.4.1.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +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" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kidletime) + $(add_frameworks_dep kwindowsystem) + $(add_plasma_dep kwayland) + dev-qt/qtgui:5 +" +RDEPEND="${DEPEND}" |