summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-02-06 19:27:47 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-02-06 19:27:47 +0100
commitc6320bb13dc48f0969cc893f4406c7b892b819c3 (patch)
treea01a01e4f3df86e3ea7d5a862ff5d0e8fc1d7f95 /kde-plasma/kwayland-integration
parentnet-misc/dhcpcd: Remove more unstable versions (diff)
downloadgentoo-c6320bb13dc48f0969cc893f4406c7b892b819c3.tar.gz
gentoo-c6320bb13dc48f0969cc893f4406c7b892b819c3.tar.bz2
gentoo-c6320bb13dc48f0969cc893f4406c7b892b819c3.zip
kde-plasma: Add KDE Plasma 5.12.0
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.0.ebuild22
2 files changed, 23 insertions, 0 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest
index 5cf981ecf6a8..73a8ccf2e45a 100644
--- a/kde-plasma/kwayland-integration/Manifest
+++ b/kde-plasma/kwayland-integration/Manifest
@@ -1 +1,2 @@
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
diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.12.0.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.12.0.ebuild
new file mode 100644
index 000000000000..a2771a46748b
--- /dev/null
+++ b/kde-plasma/kwayland-integration/kwayland-integration-5.12.0.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}"