diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-30 14:35:54 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-07-30 16:32:29 +0200 |
commit | 3a88c6f1b382ab5ebfe61539039a694c0e123991 (patch) | |
tree | 08f3cf35bc863ba6278e2950b9c5e72e83efe7be /kde-plasma/kwayland-integration | |
parent | acct-group/kvm: make virtualization the primary maintainer (diff) | |
download | gentoo-3a88c6f1b382ab5ebfe61539039a694c0e123991.tar.gz gentoo-3a88c6f1b382ab5ebfe61539039a694c0e123991.tar.bz2 gentoo-3a88c6f1b382ab5ebfe61539039a694c0e123991.zip |
kde-plasma: Add KDE Plasma 5.16.4
Package-Manager: Portage-2.3.69, Repoman-2.3.16
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.16.4.ebuild | 25 |
2 files changed, 26 insertions, 0 deletions
diff --git a/kde-plasma/kwayland-integration/Manifest b/kde-plasma/kwayland-integration/Manifest index 8b740e06a6f1..a1af3ace4b88 100644 --- a/kde-plasma/kwayland-integration/Manifest +++ b/kde-plasma/kwayland-integration/Manifest @@ -1,2 +1,3 @@ DIST kwayland-integration-5.15.5.tar.xz 18820 BLAKE2B b71beaff2c0722e1d824f833d130e2577c48716302210bf34f74fc3b5c9defd5b7501998a7f3e3bf922ca488ec16c36a18a7d881b53aff46e8e6bc60f34a0d45 SHA512 87051e785cedaf373c36cd17519e7e86d3110e6cd6c08fbff27b8fe4a890c1a935dbd6d096291dad2788be849c1c4e17bdb8014fdeb3383678a6b36cd30bab1c DIST kwayland-integration-5.16.3.tar.xz 19204 BLAKE2B 8e53515731775b58d55f54c679c2bc75b41e1fdd6c24b6c295709916446f242fbce99c3f4cce1303b7dd48dcbbd8f0a32d2e172f96d53f1aff771fbeebb9c156 SHA512 dbe2d1ca463af84a4b4341aeda925997cc458c97f0aa9414c1f223b248991a23159e994fbf92b1297217edf3159692d19c26ceed642ae2ef755d991d3b95b366 +DIST kwayland-integration-5.16.4.tar.xz 19340 BLAKE2B 99a775daee2772bb5d1c1d8249f4efaf9af1599b96bd0c2a0c848c93ee6f23b66c552dbab6559713ac5e4f48a08e66700f8ddff212778139db61ae1eb7b8fca5 SHA512 055e74073dcea0559e2fd92c98433d6cc053ff4adf7a69384f09a4e8de73f71c58e6da4f32c5103166f4ad28cebf8f6dcbb63ea871040d3a3bebe79a8a400c39 diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.16.4.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.16.4.ebuild new file mode 100644 index 000000000000..bbef91320933 --- /dev/null +++ b/kde-plasma/kwayland-integration/kwayland-integration-5.16.4.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +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 ~arm64 ~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}" + +RESTRICT+=" test" # bug 668872 |