kwrited-5.9.4.ebuild 503 B

123456789101112131415161718192021222324
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. inherit kde5
  5. DESCRIPTION="KDE Plasma daemon listening for wall and write messages"
  6. KEYWORDS="~amd64 ~arm ~x86"
  7. IUSE=""
  8. DEPEND="
  9. $(add_frameworks_dep kcoreaddons)
  10. $(add_frameworks_dep kdbusaddons)
  11. $(add_frameworks_dep ki18n)
  12. $(add_frameworks_dep knotifications)
  13. $(add_frameworks_dep kpty)
  14. $(add_qt_dep qtgui)
  15. $(add_qt_dep qtwidgets)
  16. "
  17. RDEPEND="${DEPEND}
  18. !kde-plasma/kwrited:4
  19. "