diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-02-25 15:29:30 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-02-25 18:23:49 +0100 |
commit | ae8c19f8d28c0946c5d5e92a32b944621d466bb6 (patch) | |
tree | 39974984dc3edd56b27110901d5e2998a600c122 /kde-plasma/kwayland-integration | |
parent | app-crypt/qca: 2.3.0 version bump (diff) | |
download | gentoo-ae8c19f8d28c0946c5d5e92a32b944621d466bb6.tar.gz gentoo-ae8c19f8d28c0946c5d5e92a32b944621d466bb6.tar.bz2 gentoo-ae8c19f8d28c0946c5d5e92a32b944621d466bb6.zip |
kde-plasma: Add KDE Plasma 5.18.2
Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kwayland-integration')
-rw-r--r-- | kde-plasma/kwayland-integration/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/kwayland-integration/kwayland-integration-5.18.2.ebuild | 30 |
2 files changed, 31 insertions, 0 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest index 37596aa667a6..54caa9a46b28 100644 --- a/kde-plasma/kwayland-integration/Manifest +++ b/kde-plasma/kwayland-integration/Manifest @@ -1,2 +1,3 @@ DIST kwayland-integration-5.17.5.tar.xz 20184 BLAKE2B 4597ae60ddc805745d519cfe7959c9d423a01ff41d3c3565600d807943950cb1008265d8cb685ee038be0950af7a2237e4de78d4574aad3aba816cb09419a21e SHA512 50ac96f4ed957ed264e8f700dc9bdb71ce04cb4a6385c2316890171943c4b7a23ebba08eb7047eebd99ad7c6d485f440c8ae7375c040088ddfffbf7f5824634c DIST kwayland-integration-5.18.1.tar.xz 20496 BLAKE2B 1c928133140e9c23bfc5c93109cb29c6019adc6a5dbdaa44d07752b7d0f219acbeb679c972422e69d61bbe95acb20987fb69643b78f1d9419f0036b91f17b4e0 SHA512 d3601d1797b719210b844b4e20ebe4a909737165b27924d197bbc04e7b38f3006a79e58a281a82c9ddd77cca3499d0fad1e851be95a7ff11f9948cc43a6823e7 +DIST kwayland-integration-5.18.2.tar.xz 20496 BLAKE2B d2e0e1f51c5ba9fe536c61d82abebc512d0777a729565355df17f3e8bf1ee1ef3f15e278486f46a70f75638fe49076530554636811bb6d5ed1e9d4406702c9bb SHA512 9a5d3c92cfe0df518886ecaac6d6813ee870847727dc1ca780a2655701eabde32a61974fb0dfc47f2df69b60fb3645ac5bb0b1efbc0c0ada274550ecf294593d diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.18.2.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.18.2.ebuild new file mode 100644 index 000000000000..1e88a620b27b --- /dev/null +++ b/kde-plasma/kwayland-integration/kwayland-integration-5.18.2.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.66.0 +PVCUT=$(ver_cut 1-3) +QTMIN=5.12.3 +inherit ecm kde.org + +DESCRIPTION="Provides integration plugins for various KDE frameworks for Wayland" +HOMEPAGE="https://cgit.kde.org/kwayland-integration.git" + +LICENSE="LGPL-2.1" +SLOT="5" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +IUSE="" + +DEPEND=" + >=kde-frameworks/kguiaddons-${KFMIN}:5 + >=kde-frameworks/kidletime-${KFMIN}:5 + >=kde-frameworks/kwayland-${KFMIN}:5 + >=kde-frameworks/kwindowsystem-${KFMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 +" +RDEPEND="${DEPEND}" + +RESTRICT+=" test" # bug 668872 |