diff options
author | 2020-12-01 15:26:26 +0100 | |
---|---|---|
committer | 2020-12-01 17:07:15 +0100 | |
commit | c5b9a25c3da3706da4137051cb70ac4d52b458eb (patch) | |
tree | dec7d2acbf075b68f60f0be4e113bfcfae6cecc5 /kde-plasma | |
parent | kde-plasma/kwallet-pam: 5.20.4 version bump (diff) | |
download | gentoo-c5b9a25c3da3706da4137051cb70ac4d52b458eb.tar.gz gentoo-c5b9a25c3da3706da4137051cb70ac4d52b458eb.tar.bz2 gentoo-c5b9a25c3da3706da4137051cb70ac4d52b458eb.zip |
kde-plasma/kwayland-integration: 5.20.4 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma')
-rw-r--r-- | kde-plasma/kwayland-integration/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/kwayland-integration/kwayland-integration-5.20.4.ebuild | 30 |
2 files changed, 31 insertions, 0 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest index c0b0436ade46..8b08f73fb5ac 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.3.tar.xz 21340 BLAKE2B bfb612ae6ec989e875b6cb24d11e9925799e57d6aa094484fc39bd5ee79b2d90adb320e6e1e07e530e807a15c5473356f3bca3b55c6367f503179769a036f185 SHA512 1e1c6102080ecf9e5b585d7a4a2ef643009334628beafbff171621b45a08d11aa70a9ada6ae4bd958a97e5181c90f2c6d757870039ca2429888e45e66742ab9a +DIST kwayland-integration-5.20.4.tar.xz 21356 BLAKE2B 5b337c3485237d5f752382dc2bf0fbf855db87f7ff128c423b0fdd047adbea7c584dfa5e9aae552b372a2a6ae8a6d4a5ef759501d58643a51027ea2bed057550 SHA512 28481eee4893e2a33f9876441b8ac7ecec2b83a4f6a2498898dbc62429c6f19dbeafc1c70796d7be2e6342844cf6bf19d2e107f2501ad64e1555aab6bf5b076a diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.20.4.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.20.4.ebuild new file mode 100644 index 000000000000..7f14920c0b09 --- /dev/null +++ b/kde-plasma/kwayland-integration/kwayland-integration-5.20.4.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 |