summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2016-08-27 21:22:07 +0200
committerJohannes Huber <johu@gentoo.org>2016-08-27 21:22:07 +0200
commit6a5d5927c0891668382ecfe40b9bb9f450687eff (patch)
treeb8a207740200e037fe04bfae02fedd1a80928fe2 /kde-plasma/kwrited/kwrited-5.7.4.ebuild
parentprofiles: remove obsolete kde-misc/kdeconnect[telepathy] mask (diff)
downloadgentoo-6a5d5927c0891668382ecfe40b9bb9f450687eff.tar.gz
gentoo-6a5d5927c0891668382ecfe40b9bb9f450687eff.tar.bz2
gentoo-6a5d5927c0891668382ecfe40b9bb9f450687eff.zip
kde-plasma: Version bump KDE Plasma 5.7.4
Package-Manager: portage-2.3.0
Diffstat (limited to 'kde-plasma/kwrited/kwrited-5.7.4.ebuild')
-rw-r--r--kde-plasma/kwrited/kwrited-5.7.4.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/kde-plasma/kwrited/kwrited-5.7.4.ebuild b/kde-plasma/kwrited/kwrited-5.7.4.ebuild
new file mode 100644
index 000000000000..8398835ea1e5
--- /dev/null
+++ b/kde-plasma/kwrited/kwrited-5.7.4.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit kde5
+
+DESCRIPTION="KDE 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-base/kwrited:4
+"