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/kdecoration | |
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/kdecoration')
-rw-r--r-- | kde-plasma/kdecoration/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/kdecoration/kdecoration-5.14.4.ebuild | 19 |
2 files changed, 20 insertions, 0 deletions
diff --git a/kde-plasma/kdecoration/Manifest b/kde-plasma/kdecoration/Manifest index 05b69228f917..a4bf1ab14438 100644 --- a/kde-plasma/kdecoration/Manifest +++ b/kde-plasma/kdecoration/Manifest @@ -1,2 +1,3 @@ DIST kdecoration-5.13.5.tar.xz 41808 BLAKE2B 319094f68cfb8ac9f6664f6b0548c60a3961e29571386e0acc22956d83bd8ce6b98aab37b281751c2c35c168c344c906a36d7531a64c5c6616c0c80b3d96683e SHA512 a40dc81dc51fda184253986e2b9e4b9b4e5e0ac543a03ae67c80d7ec6dad07f857d05bfa757fd37a77cbe51ee4c43c7185e52a62ed344ddca6f8f10e54cf4ad8 DIST kdecoration-5.14.3.tar.xz 42196 BLAKE2B 4fc93f64d151d83c539ba7f1504c5f44b12d9a3e6c804e702c31ecdd0d8f67cdac2f8c4b71b19eefb49de2bf7333c0891102084279907f35cef06ee02a587650 SHA512 f43368fbb4799c12452232b1a8d28d5befaaa81922f7b189192a73343dd5a4ce21f5ff9b779cf552cabd95a4721ef2d937518f34759d3cdc90c76d3152ec5915 +DIST kdecoration-5.14.4.tar.xz 42084 BLAKE2B 75696d96602a6b089d4ab32751cba9299a219c82075260f723393e62071bdb5a843d34de7d40ecd011c90356706b1d8df6caa741304bf6707a273c09516bb744 SHA512 9349c0470f1c82db4730a6381355e8d9b8a2e2144b442050747901bcff5dcc9c9bcc4f701f1859dbdc3d64c893c9db4fe81293465bf675fd5f3f9235396461d6 diff --git a/kde-plasma/kdecoration/kdecoration-5.14.4.ebuild b/kde-plasma/kdecoration/kdecoration-5.14.4.ebuild new file mode 100644 index 000000000000..70d8cc5af3cc --- /dev/null +++ b/kde-plasma/kdecoration/kdecoration-5.14.4.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KDE_TEST="forceoptional" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Plugin based library to create window decorations" +LICENSE="|| ( LGPL-2.1 LGPL-3 )" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep ki18n) + $(add_qt_dep qtgui) +" +RDEPEND="${DEPEND}" |