diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-03 23:29:50 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-04 00:09:36 +0100 |
commit | c8cd4a120664f14ae862c466c0f79f3b7e4bb502 (patch) | |
tree | c3b6e2f4f517011497ce6e600e0ae94db4a94265 /kde-plasma/kwayland-integration | |
parent | net-libs/nodejs: Version 13.3.0 (diff) | |
download | gentoo-c8cd4a120664f14ae862c466c0f79f3b7e4bb502.tar.gz gentoo-c8cd4a120664f14ae862c466c0f79f3b7e4bb502.tar.bz2 gentoo-c8cd4a120664f14ae862c466c0f79f3b7e4bb502.zip |
kde-plasma: Add KDE Plasma 5.17.4
Package-Manager: Portage-2.3.80, Repoman-2.3.19
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.17.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 9a60aa1ef2a9..29e5aa5d93b6 100644 --- a/kde-plasma/kwayland-integration/Manifest +++ b/kde-plasma/kwayland-integration/Manifest @@ -1,2 +1,3 @@ DIST kwayland-integration-5.16.5.tar.xz 19320 BLAKE2B 8c803397cf1bb0f94332c768911e0d5f91841bcd8491acb0169ac738550ac1bfae3990cb6d7966b9067cba9f86fc1e838b4b9732fbfd06e2bc040a4e170d3009 SHA512 c37faf39de7712c59ca1bb3c3df737bb660e7457cb66e60ff505d0484f2d0c1376306c822b63e19c5f5e578f44deea69739baea5c19039e562bd50aac47c9156 DIST kwayland-integration-5.17.3.tar.xz 20108 BLAKE2B 68c8b7150ec414fd1d9f01057c624d32167047387aac3ae89ace6555c611920e76c06e357dd3ebd71d823efc5556b67bbd13a5a6418eb15113e89227326f77b0 SHA512 2f3fc450d513bb26cbc9d2c3904fdc3822df54be2e15a16f402efa9b945eed0825ed45012612d70335163f41e213e63136b11bf82dbac543d195eeffd9cb1fb1 +DIST kwayland-integration-5.17.4.tar.xz 20236 BLAKE2B bca1462d6c84844aa32a803afcf73eebce2bd1dcaad1fa2a3c86630ae2d711a7b8434b755aff2381ddd107c7e3ba25b3ca8521f33859086f4d165392230b8900 SHA512 ca165b5b76dd035b4ffdf0d31f2532f7609a476bd53f36d567a3f618a7993c746f40165f439b49f5b6c75f8140902254d3c22523730d4a2c1073570be1c9f226 diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.17.4.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.17.4.ebuild new file mode 100644 index 000000000000..6874a1a4a047 --- /dev/null +++ b/kde-plasma/kwayland-integration/kwayland-integration-5.17.4.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_TEST="true" +KFMIN=5.64.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 ~arm ~arm64 ~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 |