lc-liznoo-9999.ebuild 471 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 leechcraft
  5. DESCRIPTION="UPower-based power manager for LeechCraft"
  6. SLOT="0"
  7. KEYWORDS=""
  8. IUSE="debug"
  9. DEPEND="~app-leechcraft/lc-core-${PV}
  10. x11-libs/qwt:6
  11. dev-qt/qtnetwork:5
  12. dev-qt/qtwidgets:5
  13. dev-qt/qtdbus:5
  14. dev-qt/qtconcurrent:5
  15. "
  16. RDEPEND="${DEPEND}
  17. ~virtual/leechcraft-trayarea-${PV}
  18. || ( sys-power/upower sys-power/upower-pm-utils )"