diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-04-26 00:32:14 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-04-26 00:32:44 +0200 |
commit | 4d494e2e1529fa104a7cf51aaaef9e0fb2b7876c (patch) | |
tree | 316872de7f52d5b42e24612dd98f09364d0c3c96 /kde-plasma/kwayland-integration | |
parent | dev-lang/python: Forward-port the distutils -OO patch to 3.6, #616594 (diff) | |
download | gentoo-4d494e2e1529fa104a7cf51aaaef9e0fb2b7876c.tar.gz gentoo-4d494e2e1529fa104a7cf51aaaef9e0fb2b7876c.tar.bz2 gentoo-4d494e2e1529fa104a7cf51aaaef9e0fb2b7876c.zip |
kde-plasma: Add KDE Plasma 5.9.5
Package-Manager: Portage-2.3.3, Repoman-2.3.1
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.9.5.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest index facbf2af99e7..e78b317a3753 100644 --- a/kde-plasma/kwayland-integration/Manifest +++ b/kde-plasma/kwayland-integration/Manifest @@ -1,2 +1,3 @@ DIST kwayland-integration-5.8.6.tar.xz 18292 SHA256 db14f5405dbee1231aaa08a8b0aa8a5650db9b34b3fa8cc1fc146b93b185a82d SHA512 d4e00d7db1fb0bc9150a40e04e9ad14fa0c88092ce95b6cf9618762372c5c27688a7ec683ecb6b07acc4da6df8e66ebcd9be7ea7dbc424d756887bc549c44f9e WHIRLPOOL b53b40322f82987b106f0d407e44a38355d9e7df89ff0c644c0f38abf5fc145ea609cc473e03e7e900e7315907a366b378874f96e8222250cae428667d99ad4b DIST kwayland-integration-5.9.4.tar.xz 18368 SHA256 3d34ff505d9f9bef1132f5edd82be3fa4885b1eecfe62cfe65657f3592887887 SHA512 45eb5559e6c1ad9dc07027cb933bf1be7ea6e89128c67cc41bc2a74da61340f7ff878cbadc6eb086c025cdb2ccf84e025f683597a8df4fb5b4006594eb59c4db WHIRLPOOL 220796a8a445712352c2d22291f8e96a0139bb109aae8a1a8a5c67c5c3ad4325710f280f52ef87152803ea3096a151b3c7a650323821a45978ce5cd7d5fbf069 +DIST kwayland-integration-5.9.5.tar.xz 18384 SHA256 f9700c4f796b0c311c2eecd1354b5f32adc1028e5a4ccacc6edad7dd0c3e8a1e SHA512 c42cf013ff2d93833986c164bf0cd5ad9173a94f04566be726d9ecb99216daa563668026a854d95c6b5f5e85d2613bc2c54c231be892ef07211ce517115b6a29 WHIRLPOOL 29d7c9d533647e1194b5d6d494dc5f7b60b2647ba0998da86349bfb6eeba43b304fcfae300420a040915c887c92449a9015a47cee3155acb44dfab34cf094929 diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.9.5.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.9.5.ebuild new file mode 100644 index 000000000000..6edd40ee0dc2 --- /dev/null +++ b/kde-plasma/kwayland-integration/kwayland-integration-5.9.5.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit kde5 + +DESCRIPTION="Provides integration plugins for various KDE frameworks for Wayland" +HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kwayland-integration" + +LICENSE="LGPL-2.1" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kidletime) + $(add_frameworks_dep kwayland) + $(add_frameworks_dep kwindowsystem) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND}" |