diff options
author | Johannes Huber <johu@gentoo.org> | 2017-10-12 19:42:04 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2017-10-12 19:45:44 +0200 |
commit | 4fe359a11b3f9908a7cf476ff8d56c21cbc7bf2f (patch) | |
tree | 2f6c33c08a4c706f7effa09bb082127b56563455 /kde-plasma/kwayland-integration | |
parent | kde-frameworks/qqc2-desktop-style: New package (diff) | |
download | gentoo-4fe359a11b3f9908a7cf476ff8d56c21cbc7bf2f.tar.gz gentoo-4fe359a11b3f9908a7cf476ff8d56c21cbc7bf2f.tar.bz2 gentoo-4fe359a11b3f9908a7cf476ff8d56c21cbc7bf2f.zip |
kde-plasma: Version bump KDE Plasma 5.11.0
Package-Manager: Portage-2.3.11, 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.11.0.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest index 36040ddb0507..fd248986d37c 100644 --- a/kde-plasma/kwayland-integration/Manifest +++ b/kde-plasma/kwayland-integration/Manifest @@ -1 +1,2 @@ DIST kwayland-integration-5.10.5.tar.xz 18600 SHA256 be55e85c78635a075946be5fc14ea2dddf7a5b9d0e9911bd2a85d82777863e68 SHA512 fb8342f476c4ca51fa720f8767146ca19597d600877762bb467810b66073de172111ba3aa469c1fb24125a2cf60a87c0158dc90a9c036c48bc0c0ce387be1440 WHIRLPOOL 5994bed7d5b30d828982f72d5e61ad832fb4845d898cff0011a43dfb0e718e72d623c0323ebdca78b1abbd10a7ceea1fb1f880c3f55ae5a15a1dc75e259c9b20 +DIST kwayland-integration-5.11.0.tar.xz 18492 SHA256 c218e8f58bbac918419ddb932907eacb361a468e45ad5f283af488aa27770fef SHA512 1ec71916e0d92c6cb23e38e2547727fc956db5a30d89f82f5efebd5cd94e4a6e96f1bbc0fa4de09ca15cf766df5c0d21c93827d81b91f8f03ec0460e86a98e84 WHIRLPOOL fa7b7a2b06980ccec44037d532349ebd8e7c524972c8061338641133ff828eb1e8ea72d7cc6b97ce22cc5265ac24591148f7d2cf9a58e41b846e778f85773fef diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.11.0.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.11.0.ebuild new file mode 100644 index 000000000000..6edd40ee0dc2 --- /dev/null +++ b/kde-plasma/kwayland-integration/kwayland-integration-5.11.0.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}" |