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/kwrited/kwrited-5.14.4.ebuild | |
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/kwrited/kwrited-5.14.4.ebuild')
-rw-r--r-- | kde-plasma/kwrited/kwrited-5.14.4.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/kde-plasma/kwrited/kwrited-5.14.4.ebuild b/kde-plasma/kwrited/kwrited-5.14.4.ebuild new file mode 100644 index 000000000000..96a55b0edb5e --- /dev/null +++ b/kde-plasma/kwrited/kwrited-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 + +inherit kde5 + +DESCRIPTION="KDE Plasma daemon listening for wall and write messages" +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep knotifications) + $(add_frameworks_dep kpty) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND} + !kde-plasma/kwrited:4 +" |