diff options
author | Johannes Huber <johu@gentoo.org> | 2018-05-01 19:49:23 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2018-05-01 20:03:50 +0200 |
commit | f7e157cdee1cc431b0af77e88baf2b69c9fa2998 (patch) | |
tree | ca7bdf78508e0bcbcb534da36fefcbf489a5ea05 /kde-plasma/kwayland-integration | |
parent | www-client/chromium: depend on >=media-video/ffmpeg-4 (diff) | |
download | gentoo-f7e157cdee1cc431b0af77e88baf2b69c9fa2998.tar.gz gentoo-f7e157cdee1cc431b0af77e88baf2b69c9fa2998.tar.bz2 gentoo-f7e157cdee1cc431b0af77e88baf2b69c9fa2998.zip |
kde-plasma: Version bump KDE Plasma 5.12.5
Package-Manager: Portage-2.3.31, Repoman-2.3.9
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.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 c06b19964a99..5ba2e5d8cc0c 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.4.tar.xz 18504 BLAKE2B af9620b05dd9f486fddf90dfcefcfdb4b8c0fcde4dc0a8f6cd095bb9dbcda1bf46a49f564c24cc30c52dbf27987cbf0327d705978e414e345c2a54b68a1c238b SHA512 b726912659314b0728f1c2eb2f994f4851801174df6959355bbcf4a1ad025b260c8238a03d7650951ca5239c0636fdde7dc5cd7bbc72178a6b0b5320c9d861a3 +DIST kwayland-integration-5.12.5.tar.xz 18580 BLAKE2B a40a33e09af47fcc036167a4d7228a7a160b0e7fa6a2520afbef1cdaf707b96a7cbda52c0a4486bb44d4dd9129834fe48bb582fe31adc0b3d01e73d364eb94f3 SHA512 6fab883acaf5bd7dc5d1cf4e5eda78240b358e3e4aec8c0ec53f9e5b20db613df04cb9547dc5a977811421a121a623a121dbeda183ce2f9a415a781275b98de0 diff --git a/kde-plasma/kwayland-integration/kwayland-integration-5.12.5.ebuild b/kde-plasma/kwayland-integration/kwayland-integration-5.12.5.ebuild new file mode 100644 index 000000000000..a2771a46748b --- /dev/null +++ b/kde-plasma/kwayland-integration/kwayland-integration-5.12.5.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}" |