summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-02-12 20:39:24 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-02-12 20:41:48 +0100
commit30026b45f60eff6506c3385a4c85c7d7b64958e5 (patch)
tree9047352a4c753df82973e1ce93ccb63904a2ae34 /kde-plasma/kwayland-integration
parentRevert "net-irc/irssi: Restore some random keywords" (diff)
downloadgentoo-30026b45f60eff6506c3385a4c85c7d7b64958e5.tar.gz
gentoo-30026b45f60eff6506c3385a4c85c7d7b64958e5.tar.bz2
gentoo-30026b45f60eff6506c3385a4c85c7d7b64958e5.zip
kde-plasma: Add KDE Plasma 5.15.0
Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
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.15.0.ebuild25
2 files changed, 26 insertions, 0 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest
index 3fc0e2b6251c..a5963e91dda8 100644
--- a/kde-plasma/kwayland-integration/Manifest
+++ b/kde-plasma/kwayland-integration/Manifest
@@ -1 +1,2 @@
DIST kwayland-integration-5.14.5.tar.xz 18704 BLAKE2B 56669ba9cc8644aa1a613bc35756c317809889494e0b033b805e91bef9fa4b4721e91a5f2a108f314fa6f6b62fd12d5b96d7f912612b3a6c4836ba54a56a1838 SHA512 0e0d5ba23c8e9417160f985298e71d3693b01c5cc1773a0f9c9f173e14ab568b1701ec23daf8e07e95666ac3a680eb8f476eb0e96b6d89aa6f4f761e52704b20
+DIST kwayland-integration-5.15.0.tar.xz 18672 BLAKE2B d319f19a65405040aee3a01774f4d0439e16889692a9c40a01c94555d2904c3d55b019370e79bffbe2017c90e637f975c2d0479ef3179d28f164c9fb0f9ae467 SHA512 fb60257ab5e55e8cbd01887f58f460f0492d85c7cc27d81e5414a399bf765243c48ed5ff072bc990561bfc351b4319ecf9c93f086a1e2c77e92bf7ce84d51771
diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.15.0.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.15.0.ebuild
new file mode 100644
index 000000000000..5ef07b8658b4
--- /dev/null
+++ b/kde-plasma/kwayland-integration/kwayland-integration-5.15.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+KDE_TEST="true"
+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}"
+
+RESTRICT+=" test" # bug 668872