diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-10-23 12:16:38 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-10-23 18:46:25 +0200 |
commit | 04b7a5abc61721150cbdaefb391c4365903d11a1 (patch) | |
tree | 17167a551e6bc11df15961a74f7e0e1dbbb04cf6 /kde-plasma/kwayland-integration | |
parent | app-crypt/argon2: Use optimized code on x86 only (diff) | |
download | gentoo-04b7a5abc61721150cbdaefb391c4365903d11a1.tar.gz gentoo-04b7a5abc61721150cbdaefb391c4365903d11a1.tar.bz2 gentoo-04b7a5abc61721150cbdaefb391c4365903d11a1.zip |
kde-plasma: KDE Plasma 5.17.1 version bump
Package-Manager: Portage-2.3.76, Repoman-2.3.16
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.1.ebuild | 26 |
2 files changed, 27 insertions, 0 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest index b69fbee8e325..01521b9acccb 100644 --- a/kde-plasma/kwayland-integration/Manifest +++ b/kde-plasma/kwayland-integration/Manifest @@ -1 +1,2 @@ DIST kwayland-integration-5.16.5.tar.xz 19320 BLAKE2B 8c803397cf1bb0f94332c768911e0d5f91841bcd8491acb0169ac738550ac1bfae3990cb6d7966b9067cba9f86fc1e838b4b9732fbfd06e2bc040a4e170d3009 SHA512 c37faf39de7712c59ca1bb3c3df737bb660e7457cb66e60ff505d0484f2d0c1376306c822b63e19c5f5e578f44deea69739baea5c19039e562bd50aac47c9156 +DIST kwayland-integration-5.17.1.tar.xz 20132 BLAKE2B f38600005ba380616897c8e543dae82a374eb2fa7fb2003576cfbf8a5953b805ca46ad2f517e570d76f3a60c45d1a094dfb1503f3bfb69c0d51b4371af8d2822 SHA512 6e701d1d247fdbbdddbf4094395501c1820509a22d7e05dfe1580d3bae6451df93af660447f1931f53e21e3165799a5820a62d71b7928b1b9b18fba5e794c558 diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.17.1.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.17.1.ebuild new file mode 100644 index 000000000000..f6c7a9d24233 --- /dev/null +++ b/kde-plasma/kwayland-integration/kwayland-integration-5.17.1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_TEST="true" +inherit kde5 + +DESCRIPTION="Provides integration plugins for various KDE frameworks for Wayland" +HOMEPAGE="https://cgit.kde.org/kwayland-integration.git" + +LICENSE="LGPL-2.1" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kguiaddons) + $(add_frameworks_dep kidletime) + $(add_frameworks_dep kwayland) + $(add_frameworks_dep kwindowsystem) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" + +RESTRICT+=" test" # bug 668872 |