diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-10-13 13:38:22 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-10-13 13:50:48 +0200 |
commit | e11721ab3fd4cc89ae74da241b1fd16e5436f7e2 (patch) | |
tree | e2ee7a943037590b66a37071d74e2c7d8dea73db | |
parent | kde-plasma/kwallet-pam: 5.20.0 version bump (diff) | |
download | gentoo-e11721ab3fd4cc89ae74da241b1fd16e5436f7e2.tar.gz gentoo-e11721ab3fd4cc89ae74da241b1fd16e5436f7e2.tar.bz2 gentoo-e11721ab3fd4cc89ae74da241b1fd16e5436f7e2.zip |
kde-plasma/kwayland-integration: 5.20.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r-- | kde-plasma/kwayland-integration/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/kwayland-integration/kwayland-integration-5.20.0.ebuild | 30 |
2 files changed, 31 insertions, 0 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest index 9c905be2804c..448166aec5c9 100644 --- a/kde-plasma/kwayland-integration/Manifest +++ b/kde-plasma/kwayland-integration/Manifest @@ -1 +1,2 @@ DIST kwayland-integration-5.19.5.tar.xz 21276 BLAKE2B 0d2a243b665efa9a1be2464dc04a4d01e71be65cff143fddd60e49c4d4d1377ae4982087711b1c5706a1c95434aa8e751e2ea35c2e50e3a0de8ff3a36abbab5b SHA512 db5f05ac9d942650b0933d723ba7138d35d262757b229f5f79b07a621543fdd87679da28d9fa059dc48064db39b69ce34f5296decdfc126442ac3f9f4bbbb2b6 +DIST kwayland-integration-5.20.0.tar.xz 21396 BLAKE2B 3ffecdd37717031e999c77b0e85e8446722f71a4439f013b09c1b3c4aefb8dd3ea0c0e5930771f5e474a704e62004a14565dc8cd60fc8f930390920c9c4fa653 SHA512 088e59c0337bd6876802b3f2732d43c9f5120894eb2ecbf9364cd0e8638488d2bb4d9ed5487425ae274e10f14a2445b76dda2c229d5bf7f83ec9f7ab67ad334f diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.20.0.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.20.0.ebuild new file mode 100644 index 000000000000..7f14920c0b09 --- /dev/null +++ b/kde-plasma/kwayland-integration/kwayland-integration-5.20.0.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2020 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 |