summaryrefslogtreecommitdiff
path: root/kde-plasma/kwayland-integration
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-02-16 12:59:29 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-02-16 12:59:29 +0000
commit79599515788b85b18aa655e7b7f8cc05c1bbddd8 (patch)
treeade7cb031f363fad64c77139dea7aa3d81908537 /kde-plasma/kwayland-integration
parent6bc2e4d7c5906e46a8f275a876ead6ec41aca5bb (diff)
gentoo resync : 16.02.1018
Diffstat (limited to 'kde-plasma/kwayland-integration')
-rw-r--r--kde-plasma/kwayland-integration/Manifest2
-rw-r--r--kde-plasma/kwayland-integration/kwayland-integration-5.15.0.ebuild25
2 files changed, 27 insertions, 0 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest
index 86f7a0811b3e..49aa498c0e53 100644
--- a/kde-plasma/kwayland-integration/Manifest
+++ b/kde-plasma/kwayland-integration/Manifest
@@ -1,3 +1,5 @@
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
EBUILD kwayland-integration-5.14.5.ebuild 548 BLAKE2B 4d43a74f700048b87f09845b01422153c398fbfdd9f678c0bff901bf07e31bb8fc6506d7f20a1f53e0fd0e9e7a5c3240713046c9be10ba98bb1f7c8779e13d8c SHA512 d424dba0b3f74c95b86dbcfcd442726ea62ad505cf0a184d073f277166642167ec7d253563a3be55f7ccf265593ea82b7ddec4f911e316b4d10c2cdea3c9587f
+EBUILD kwayland-integration-5.15.0.ebuild 550 BLAKE2B 9d6f80de34796e30df3e78f572bbbbf0964cd6e404ee163b285d23a897308bba9d8156d354133591988f1b2319ebe33ded2f35bbc0f50a9da1a1c72bfaef00ce SHA512 9eb2c7a176360e8c425309f6547ba3c4f937309cc777cf3ad8788c987eb5f7ce6909d26c75d0820551b642985aaec40d401d5083cfdc04c58a763c2e61a30a97
MISC metadata.xml 249 BLAKE2B ad415db89e5dee1627aa77f44ded9d4e1e5b8217d06c7ca25bbaa3fe92ce67c2b1090957c45a821b407d7927e5af798498aa6a5b903895ee1af8ee20a446c7f7 SHA512 76a5a340b13f0053ca3c5e94ed24380ea8d29b45ac8655419e22eaadb1e4a827c04d2e7e36b65145c4964e6526f656618fc6ac144e277ef53cb7373e6239e3c3
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