kwayland-integration-5.9.4.ebuild 528 B

1234567891011121314151617181920212223
  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="Provides integration plugins for various KDE frameworks for Wayland"
  6. HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kwayland-integration"
  7. LICENSE="LGPL-2.1"
  8. KEYWORDS="~amd64 ~arm ~x86"
  9. IUSE=""
  10. DEPEND="
  11. $(add_frameworks_dep kidletime)
  12. $(add_frameworks_dep kwayland)
  13. $(add_frameworks_dep kwindowsystem)
  14. $(add_qt_dep qtgui)
  15. $(add_qt_dep qtwidgets)
  16. "
  17. RDEPEND="${DEPEND}"