diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-21 10:16:57 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-21 10:17:19 +0100 |
commit | 8a2722d8a2b0af505d50bea65d62b9a0260d1ee4 (patch) | |
tree | a27dee4736cdf368ab73ff0365609931741ec6fd /kde-plasma/kwayland-integration | |
parent | app-emulation/lxd: amd64 stable wrt bug #647498 (diff) | |
download | gentoo-8a2722d8a2b0af505d50bea65d62b9a0260d1ee4.tar.gz gentoo-8a2722d8a2b0af505d50bea65d62b9a0260d1ee4.tar.bz2 gentoo-8a2722d8a2b0af505d50bea65d62b9a0260d1ee4.zip |
kde-plasma: Add KDE Plasma 5.12.2
Package-Manager: Portage-2.3.19, Repoman-2.3.6
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.12.2.ebuild | 22 |
2 files changed, 23 insertions, 0 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest index 9af1c416ba38..6a4bd3451059 100644 --- a/kde-plasma/kwayland-integration/Manifest +++ b/kde-plasma/kwayland-integration/Manifest @@ -1,2 +1,3 @@ DIST kwayland-integration-5.11.5.tar.xz 19080 BLAKE2B 3f1bf365f4886398fee77da4a1716232cceb691746ed6f313d6bb48f46d5813eacfb32381b9cf3665cfb7706a04b863d3545be4ddb5749176ac25055e5d643ea SHA512 246ff96d30d6a212aedbc9e7a5680e20bedfcc398591f670b0c96f68127aab547e21537aa11f2db68c505845c7897ce8be657b3430b420033100a774bcf6c1af DIST kwayland-integration-5.12.1.tar.xz 18520 BLAKE2B 9afedfd9d0673740b5a2f470ac0f78b95072232d042fb397b46996286a716c0a954649150953d88db18559fdaf868abf6a33485a3ae97624a27e62fd0f0a74f3 SHA512 c002ec0a32b0b641aec3248181b42fa892ddf9a34ad3cd59766e0e42a01174d16ab4e736a35a40e06aabb36b493086fe7911feefb117deb67cbf5753ba49e08f +DIST kwayland-integration-5.12.2.tar.xz 18588 BLAKE2B ef303235f605f6110766e8098da1fd60820330423846e21ec95a1c1bd7e987b30cc3c5b811b0970b73f4845f0eda092e7eae0105c4bab2bce418bdf7f5bbddcc SHA512 9d21ca45599e7c35f2c2fd9230371f58282fc0ee0ad11ba31cd0cd7fad0636ccb3aac611098cf7a2f5d5665fdfdbab2d0ca7ee490d40b2f4b18d02cf96cd93b5 diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.12.2.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.12.2.ebuild new file mode 100644 index 000000000000..a2771a46748b --- /dev/null +++ b/kde-plasma/kwayland-integration/kwayland-integration-5.12.2.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2018 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://cgit.kde.org/kwayland-integration.git" + +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}" |