diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-11-27 19:56:14 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-11-27 21:24:09 +0100 |
commit | fb9e4f2d54dad43d39c2ae04a45e790d460bf6b1 (patch) | |
tree | cd2e14c7b513dcb87e546c3ed9b4feadc1bb121a /kde-plasma/kwayland-integration | |
parent | net-dns/pdns-recursor: Stable on am64/x86, bug #671982 (diff) | |
download | gentoo-fb9e4f2d54dad43d39c2ae04a45e790d460bf6b1.tar.gz gentoo-fb9e4f2d54dad43d39c2ae04a45e790d460bf6b1.tar.bz2 gentoo-fb9e4f2d54dad43d39c2ae04a45e790d460bf6b1.zip |
kde-plasma: Add KDE Plasma 5.14.4
Package-Manager: Portage-2.3.52, Repoman-2.3.12
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.14.4.ebuild | 23 |
2 files changed, 24 insertions, 0 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest index d39cb32387ed..f9d89e592056 100644 --- a/kde-plasma/kwayland-integration/Manifest +++ b/kde-plasma/kwayland-integration/Manifest @@ -1,2 +1,3 @@ DIST kwayland-integration-5.13.5.tar.xz 18512 BLAKE2B 44be32c2a9b233a7abf646234091656a24a0053112e4750b3317fc59fd7a3c6bfaaf4bc92a8c27d6ec2ef95a3e3b04baa971cfd135c4a36dd1ad8db151a271fd SHA512 1347bdc52e53fcc7f2b9dee859836ea232120736834a31b54efb188a6332cca429164d2a2139ab6e578bc3befd056e75e113ef3e72b2c4d15f2bf7d0ede01f16 DIST kwayland-integration-5.14.3.tar.xz 18812 BLAKE2B 8eaa74c417dc2841b54e1ce2e2c6dda5328bf584e6b103527932709fa737cce91359f0a5255b5d01f8d234efef02bf07c97e5068c18af35dfe2845b34e196fcb SHA512 844dfd0ed6568a18b74e86752a636e216e0198203bbf51c0061b9fdd0a16c974d1bb0bbdb728ace53c6e72a0f5127b4bd90284b71983c323d093f5a54919a6da +DIST kwayland-integration-5.14.4.tar.xz 18704 BLAKE2B dbbf250868c6c95442519befd5ec31c7407809326ab94287580f817c1d23825c7196235a8859af163ede2f72d40153d1b031fe0ecc4e5149622a99066362d27d SHA512 5917d4067f4c5fdaff09dfb0c2926c53b37c2973f593a00803429dcc66d7588574bf3776b039da88240d414426cc8786c9cfabca4b895483e172db95c6d7fdf7 diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.14.4.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.14.4.ebuild new file mode 100644 index 000000000000..5e73d894a726 --- /dev/null +++ b/kde-plasma/kwayland-integration/kwayland-integration-5.14.4.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +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 ~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}" |