summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2021-01-05 16:22:30 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2021-01-05 18:35:40 +0100
commit7704491e222fd9ef2d794ac13c3117d88fcc9f56 (patch)
treede31f8bd8ba31ef6c1c954cd745731d789215760 /kde-plasma/kwayland-integration
parentkde-plasma/kwallet-pam: 5.20.5 version bump (diff)
downloadgentoo-7704491e222fd9ef2d794ac13c3117d88fcc9f56.tar.gz
gentoo-7704491e222fd9ef2d794ac13c3117d88fcc9f56.tar.bz2
gentoo-7704491e222fd9ef2d794ac13c3117d88fcc9f56.zip
kde-plasma/kwayland-integration: 5.20.5 version bump
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.20.5.ebuild30
2 files changed, 31 insertions, 0 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest
index 74c424761443..89994eaac71e 100644
--- a/kde-plasma/kwayland-integration/Manifest
+++ b/kde-plasma/kwayland-integration/Manifest
@@ -1,2 +1,3 @@
DIST kwayland-integration-5.19.5.tar.xz 21276 BLAKE2B 0d2a243b665efa9a1be2464dc04a4d01e71be65cff143fddd60e49c4d4d1377ae4982087711b1c5706a1c95434aa8e751e2ea35c2e50e3a0de8ff3a36abbab5b SHA512 db5f05ac9d942650b0933d723ba7138d35d262757b229f5f79b07a621543fdd87679da28d9fa059dc48064db39b69ce34f5296decdfc126442ac3f9f4bbbb2b6
DIST kwayland-integration-5.20.4.tar.xz 21356 BLAKE2B 5b337c3485237d5f752382dc2bf0fbf855db87f7ff128c423b0fdd047adbea7c584dfa5e9aae552b372a2a6ae8a6d4a5ef759501d58643a51027ea2bed057550 SHA512 28481eee4893e2a33f9876441b8ac7ecec2b83a4f6a2498898dbc62429c6f19dbeafc1c70796d7be2e6342844cf6bf19d2e107f2501ad64e1555aab6bf5b076a
+DIST kwayland-integration-5.20.5.tar.xz 21372 BLAKE2B 31fdacff1225d61332c8b9ffa7365a191d55dc1d698f3b0f0386adff0fc9dc2a31e7de8f182de96bdd6def85927cc02b8ab9819e3f82fddc499897785f55e562 SHA512 46b8b799082c02c045155f3cdea3defbcd2684b1f39ee851d46075cea89c78e55172a7f5c5584d6e50c0af75640c120a6d35b3d4be6feead86df17efb30d581d
diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.20.5.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.20.5.ebuild
new file mode 100644
index 000000000000..33d692a5cc72
--- /dev/null
+++ b/kde-plasma/kwayland-integration/kwayland-integration-5.20.5.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+ECM_TEST="true"
+KFMIN=5.74.0
+PVCUT=$(ver_cut 1-3)
+QTMIN=5.15.1
+inherit ecm kde.org
+
+DESCRIPTION="Provides integration plugins for various KDE frameworks for Wayland"
+HOMEPAGE="https://invent.kde.org/plasma/kwayland-integration"
+
+LICENSE="LGPL-2.1"
+SLOT="5"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="
+ >=dev-qt/qtgui-${QTMIN}:5
+ >=dev-qt/qtwidgets-${QTMIN}:5
+ >=kde-frameworks/kguiaddons-${KFMIN}:5
+ >=kde-frameworks/kidletime-${KFMIN}:5
+ >=kde-frameworks/kwayland-${KFMIN}:5
+ >=kde-frameworks/kwindowsystem-${KFMIN}:5
+"
+RDEPEND="${DEPEND}"
+
+RESTRICT+=" test" # bug 668872