summaryrefslogtreecommitdiff
path: root/kde-plasma/kwayland-integration
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2017-02-07 19:28:35 +0100
committerJohannes Huber <johu@gentoo.org>2017-02-07 19:30:35 +0100
commit1a442e7816b99589e145656e21d3a41c679b917a (patch)
treec3163b27808cd7a056c3ab7653f8f11fb4df3544 /kde-plasma/kwayland-integration
parentb33597d1ff74168425748fad6c26019a1aabd139 (diff)
downloadgentoo-1a442e7816b99589e145656e21d3a41c679b917a.tar.gz
gentoo-1a442e7816b99589e145656e21d3a41c679b917a.tar.xz
kde-plasma: Version bump KDE Plasma 5.9.1
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'kde-plasma/kwayland-integration')
-rw-r--r--kde-plasma/kwayland-integration/Manifest1
-rw-r--r--kde-plasma/kwayland-integration/kwayland-integration-5.9.1.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest
index 138ad4310db..496249f72ae 100644
--- a/kde-plasma/kwayland-integration/Manifest
+++ b/kde-plasma/kwayland-integration/Manifest
@@ -1,2 +1,3 @@
DIST kwayland-integration-5.8.5.tar.xz 18292 SHA256 91d2c7422aa0e286111e647b167ac9124d085e47d88415dbcd4b6776701dc685 SHA512 6d269bb1a7ac26d4adf87ddb9791f881d8d52291f4967ba852003897ef056eb723ecedf433f9e4c0aea64bb413ea92c18470af4f0d13302e87aa7075bad18eb6 WHIRLPOOL 6f0080198471c715f9568542edbd3f6cb7c346b0a1ab0d656fb7eebc7a4644d652f0ee644fa7f03b61ebb413755fe2a14af4d8b52ab77ae4739aaac3bb0f2abe
DIST kwayland-integration-5.9.0.tar.xz 18356 SHA256 26f83646795fa167a4ca3673726b6f091305b215ee6b911c48e708a7266b25b6 SHA512 805243cff7e9efb2366c3f3561d3488f0f189d4bb48f6dbb565c984493f24be1ee73f71531fd3ebcf59a87ac3c12150b78f9de285c74330831c03bd14f6cd4bd WHIRLPOOL 87f1889c79b7d1836bd45666be451ae99fb2e0fb6927b11a568b6bdf3a5c352193b326b4dd70bad179664e6ac0f9677eabfe30c18758c3e3c99013e079b3bd8e
+DIST kwayland-integration-5.9.1.tar.xz 18360 SHA256 7b8724afe4f19d2ffb78866ad8ad261361a05a2e051b0511fc17e4dfb056ce9f SHA512 8b70c3975b4e93990915bcb261d48c49ec097524a7d7573d6634110f0bda3fa0dc14dfcfb92274bc998cb65a13e748fe076bbe8085586adff3fc212db52e79fe WHIRLPOOL db2392e94355bec37f7e8af528c1e9330e7b2c066e9a9293a0d88763751186aca879aad5d3f730580847691ada970d0132a6ac6ff8545c80bbc196d4d1388a4c
diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.9.1.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.9.1.ebuild
new file mode 100644
index 00000000000..959818c2190
--- /dev/null
+++ b/kde-plasma/kwayland-integration/kwayland-integration-5.9.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2017 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 kwayland)
+ $(add_frameworks_dep kwindowsystem)
+ $(add_qt_dep qtgui)
+ $(add_qt_dep qtwidgets)
+"
+RDEPEND="${DEPEND}"