diff options
author | 2017-08-22 23:21:21 +0200 | |
---|---|---|
committer | 2017-08-22 23:28:37 +0200 | |
commit | d1d7cdcae224154eede1ee6944f145946f1eff60 (patch) | |
tree | 12065a681fe2484b97689eba69518b952b0c93e4 /kde-plasma/kwayland-integration | |
parent | app-doc/php-docs: [QA] Use relative symlink target(s) (diff) | |
download | gentoo-d1d7cdcae224154eede1ee6944f145946f1eff60.tar.gz gentoo-d1d7cdcae224154eede1ee6944f145946f1eff60.tar.bz2 gentoo-d1d7cdcae224154eede1ee6944f145946f1eff60.zip |
kde-plasma: Add KDE Plasma 5.10.5
Package-Manager: Portage-2.3.8, Repoman-2.3.3
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.10.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 f3473eba5f6d..3e28b2055508 100644 --- a/kde-plasma/kwayland-integration/Manifest +++ b/kde-plasma/kwayland-integration/Manifest @@ -1 +1,2 @@ DIST kwayland-integration-5.10.4.tar.xz 18584 SHA256 8c5e37eace312d494971fcdb0a8844a9cd3eeec80ed511a4c885c0ef86d7a409 SHA512 c4066d23edfa658cb62b1c94eb0a2773a1da1ff2d1e2867f7dde2ebf7c473c4e56463971e7551e7cfc546e9d4352d981bdca1c63cc4dbcfb704c769189b0f7df WHIRLPOOL aafd21a7d5974a7106838c2e3c74ec94fbf7d37a4aaccc3002114d861f11f3cc3fdcb2ece4952a649f601daea65c96b81e6259026f71c3126e32bb91ea7c651e +DIST kwayland-integration-5.10.5.tar.xz 18600 SHA256 be55e85c78635a075946be5fc14ea2dddf7a5b9d0e9911bd2a85d82777863e68 SHA512 fb8342f476c4ca51fa720f8767146ca19597d600877762bb467810b66073de172111ba3aa469c1fb24125a2cf60a87c0158dc90a9c036c48bc0c0ce387be1440 WHIRLPOOL 5994bed7d5b30d828982f72d5e61ad832fb4845d898cff0011a43dfb0e718e72d623c0323ebdca78b1abbd10a7ceea1fb1f880c3f55ae5a15a1dc75e259c9b20 diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.10.5.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.10.5.ebuild new file mode 100644 index 000000000000..6edd40ee0dc2 --- /dev/null +++ b/kde-plasma/kwayland-integration/kwayland-integration-5.10.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}" |