diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-02-14 00:59:23 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-02-14 01:01:02 +0100 |
commit | 62f6f77230baa5695f0a12ae0e986486951c6690 (patch) | |
tree | 016ef8199abe7f6f197008d7c2211cee6c620e23 /kde-plasma/kwayland-integration | |
parent | dev-python/prometheus_client-0.6.0-r1: revbump add py38 (0.6.0 series) (diff) | |
download | gentoo-62f6f77230baa5695f0a12ae0e986486951c6690.tar.gz gentoo-62f6f77230baa5695f0a12ae0e986486951c6690.tar.bz2 gentoo-62f6f77230baa5695f0a12ae0e986486951c6690.zip |
kde-plasma: Add KDE Plasma 5.18.0
Package-Manager: Portage-2.3.88, 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.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 8c0d2d1005c6..90cafc53757a 100644 --- a/kde-plasma/kwayland-integration/Manifest +++ b/kde-plasma/kwayland-integration/Manifest @@ -1,2 +1,3 @@ DIST kwayland-integration-5.17.4.tar.xz 20236 BLAKE2B bca1462d6c84844aa32a803afcf73eebce2bd1dcaad1fa2a3c86630ae2d711a7b8434b755aff2381ddd107c7e3ba25b3ca8521f33859086f4d165392230b8900 SHA512 ca165b5b76dd035b4ffdf0d31f2532f7609a476bd53f36d567a3f618a7993c746f40165f439b49f5b6c75f8140902254d3c22523730d4a2c1073570be1c9f226 DIST kwayland-integration-5.17.5.tar.xz 20184 BLAKE2B 4597ae60ddc805745d519cfe7959c9d423a01ff41d3c3565600d807943950cb1008265d8cb685ee038be0950af7a2237e4de78d4574aad3aba816cb09419a21e SHA512 50ac96f4ed957ed264e8f700dc9bdb71ce04cb4a6385c2316890171943c4b7a23ebba08eb7047eebd99ad7c6d485f440c8ae7375c040088ddfffbf7f5824634c +DIST kwayland-integration-5.18.0.tar.xz 20496 BLAKE2B 7703d680dcbd1d6260d9a33efa6809ab9a21c601249bb6f817b840970cc44f2f542f83e809270cc41d3cfefd324e731656b922c5ee48220caa523bd3b83e6a07 SHA512 14356f3b8591d8b6e70c58a5e8392fa035f645072dce5f1e129d2eb080bd6a8c2b9f735260616c6ddb47646a8a0d836848d60ea7060dc8343914995ca7cb4be6 diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.18.0.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.18.0.ebuild new file mode 100644 index 000000000000..997eba7c2799 --- /dev/null +++ b/kde-plasma/kwayland-integration/kwayland-integration-5.18.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.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 ~ppc64" +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 |