summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-02-13 19:57:55 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-02-13 20:43:12 +0100
commitd4fe789db1d07b9069fafd3728f09cfc325800d6 (patch)
treecaf29d096849a0b777c8c3a2383fc0666c6d11eb /kde-plasma/kwayland-integration
parentkde-frameworks/kholidays: Restore accidentally lost ~arm,~arm64 keywords (diff)
downloadgentoo-d4fe789db1d07b9069fafd3728f09cfc325800d6.tar.gz
gentoo-d4fe789db1d07b9069fafd3728f09cfc325800d6.tar.bz2
gentoo-d4fe789db1d07b9069fafd3728f09cfc325800d6.zip
kde-plasma: Add KDE Plasma 5.12.1
Package-Manager: Portage-2.3.24, Repoman-2.3.6
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.12.1.ebuild22
2 files changed, 23 insertions, 0 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest
index 73a8ccf2e45a..a661d7a112be 100644
--- a/kde-plasma/kwayland-integration/Manifest
+++ b/kde-plasma/kwayland-integration/Manifest
@@ -1,2 +1,3 @@
DIST kwayland-integration-5.11.5.tar.xz 19080 BLAKE2B 3f1bf365f4886398fee77da4a1716232cceb691746ed6f313d6bb48f46d5813eacfb32381b9cf3665cfb7706a04b863d3545be4ddb5749176ac25055e5d643ea SHA512 246ff96d30d6a212aedbc9e7a5680e20bedfcc398591f670b0c96f68127aab547e21537aa11f2db68c505845c7897ce8be657b3430b420033100a774bcf6c1af
DIST kwayland-integration-5.12.0.tar.xz 18628 BLAKE2B bf3201f96d2b5d83823044931b19c6d4df83e40f9bc5920fec4baa91f58cc37566a294a15d18cc593027e1ebc5a9a2ddbc2ab56af979eb6335e949472e88360e SHA512 41212c0c77a4d2e50deabc16ce9c2d22d41133242f1ca2a1cd4776bb1b5ff3b07ad657af273d300cf10506cbafd5a07e9b5ce3007ebb3dca56edbf8117f900de
+DIST kwayland-integration-5.12.1.tar.xz 18520 BLAKE2B 9afedfd9d0673740b5a2f470ac0f78b95072232d042fb397b46996286a716c0a954649150953d88db18559fdaf868abf6a33485a3ae97624a27e62fd0f0a74f3 SHA512 c002ec0a32b0b641aec3248181b42fa892ddf9a34ad3cd59766e0e42a01174d16ab4e736a35a40e06aabb36b493086fe7911feefb117deb67cbf5753ba49e08f
diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.12.1.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.12.1.ebuild
new file mode 100644
index 000000000000..a2771a46748b
--- /dev/null
+++ b/kde-plasma/kwayland-integration/kwayland-integration-5.12.1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit kde5
+
+DESCRIPTION="Provides integration plugins for various KDE frameworks for Wayland"
+HOMEPAGE="https://cgit.kde.org/kwayland-integration.git"
+
+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}"