kguiaddons-5.29.0.ebuild 428 B

1234567891011121314151617181920212223
  1. # Copyright 1999-2017 Gentoo Foundation
  2. # Distributed under the terms of the GNU General Public License v2
  3. EAPI=6
  4. VIRTUALX_REQUIRED="test"
  5. inherit kde5
  6. DESCRIPTION="Framework providing assorted high-level user interface components"
  7. LICENSE="LGPL-2+"
  8. KEYWORDS="amd64 ~arm ~arm64 x86"
  9. IUSE=""
  10. RDEPEND="
  11. $(add_qt_dep qtgui)
  12. $(add_qt_dep qtx11extras)
  13. x11-libs/libX11
  14. "
  15. DEPEND="${RDEPEND}
  16. x11-libs/libxcb
  17. x11-proto/xproto
  18. "