Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Georg Rudoy <0xd34df00d@gmail.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
inherit leechcraft
SLOT="0"
KEYWORDS=""
-IUSE="debug"
+IUSE="+battery debug +poweractions +powerevents"
DEPEND="~app-leechcraft/lc-core-${PV}
- x11-libs/qwt:6
+ dev-qt/qtconcurrent:5
+ dev-qt/qtdbus:5
dev-qt/qtnetwork:5
dev-qt/qtwidgets:5
- dev-qt/qtdbus:5
- dev-qt/qtconcurrent:5
+ x11-libs/qwt:6
"
RDEPEND="${DEPEND}
~virtual/leechcraft-trayarea-${PV}
- sys-power/upower"
+ battery? ( sys-power/upower )
+ poweractions? ( sys-power/upower )
+ powerevents? ( || ( sys-auth/consolekit sys-auth/elogind sys-power/upower ) )
+"
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
+ <use>
+ <flag name="battery">Enables battery charge level reading support.</flag>
+ <flag name="poweractions">Enables support for suspending and hibernating the machine.</flag>
+ <flag name="powerevents">Enables support for receiving events about suspending and resuming the machine (to notify other plugins).</flag>
+ </use>
</pkgmetadata>