summaryrefslogtreecommitdiff
path: root/app-leechcraft/lc-liznoo
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-05-14 11:09:11 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-05-14 11:09:11 +0100
commitdeba8115d2c2af26df42966b91ef04ff4dd79cde (patch)
tree9a48f42594e1a9e6b2020d5535a784314434d7a7 /app-leechcraft/lc-liznoo
parent38423c67c8a23f6a1bc42038193182e2da3116eb (diff)
gentoo resync : 14.05.2020
Diffstat (limited to 'app-leechcraft/lc-liznoo')
-rw-r--r--app-leechcraft/lc-liznoo/Manifest4
-rw-r--r--app-leechcraft/lc-liznoo/lc-liznoo-9999.ebuild19
-rw-r--r--app-leechcraft/lc-liznoo/metadata.xml5
3 files changed, 19 insertions, 9 deletions
diff --git a/app-leechcraft/lc-liznoo/Manifest b/app-leechcraft/lc-liznoo/Manifest
index 200e9ee66d78..90a88287a93d 100644
--- a/app-leechcraft/lc-liznoo/Manifest
+++ b/app-leechcraft/lc-liznoo/Manifest
@@ -1,2 +1,2 @@
-EBUILD lc-liznoo-9999.ebuild 435 BLAKE2B a77d02c90d30f3ed6deaa6f4dd06ed27439e6ae435cfc5baa101ad344f6d081975e727180c8b1f688f894e066d8cd6215aa76cce02f5658b7c6c7a28506c9d42 SHA512 31bbf08fdd0e0e5febcfcf44270d4896c829db8962c556fc6de1451ade3edff8a874c0ad03cb5c0085aced9232f5181c6007833ad48b4b80a172cd353dc14e4d
-MISC metadata.xml 364 BLAKE2B 39462072f9e35ecb19d9426fe032a499aefa12b7327ed4b97692f4a0778c9828f4b7cbef3bb5bb0bce597d51a99b11db8dabcaa9fda8a326c9916690e6ff4af4 SHA512 697d6e58b4620f4b3c1b7a147955d97f29815facb843de2b6cf67b0c44ccdcb6a0e47ae9a32947f0fccf6a3aea9d204bd30a334e642ff77acca43b03ff56f3bc
+EBUILD lc-liznoo-9999.ebuild 656 BLAKE2B 4b139447ea2324aa6fc37bbb7e10047738fdbfdf4849386fe7808b34c244065eb9a84c01025c2bb26fcda740e1167120ba4f3fd23cb8e8e30a9a780f35a20b9e SHA512 59468bd97d5a5611557d0443b405e4d0223667505d8f6f0d6e249cb5c12d66869094ec58216e17f76438f817a17eefa0731854991ba35e20eb278a769835dd94
+MISC metadata.xml 690 BLAKE2B 8436b63b00cc5ab3c08fdd0d7a099136a877f681550422f5c2270d1f7969ac61111c46fc7550b311b0ce1d6b37277357c2830fe72dee1a6b85c22a2eb6699c7a SHA512 8d4d89cb3d51b6a7f2f479f25462817d1045885fca8524c39165af2ca6b4930b63edcc4c539e96c6049cf9da2efd1f975718b0d65124326463a376db7119e913
diff --git a/app-leechcraft/lc-liznoo/lc-liznoo-9999.ebuild b/app-leechcraft/lc-liznoo/lc-liznoo-9999.ebuild
index 36e6071f9135..0edbf9f768ff 100644
--- a/app-leechcraft/lc-liznoo/lc-liznoo-9999.ebuild
+++ b/app-leechcraft/lc-liznoo/lc-liznoo-9999.ebuild
@@ -1,7 +1,7 @@
-# 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
@@ -9,15 +9,20 @@ DESCRIPTION="UPower-based power manager for 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 ) )
+"
+
+REQUIRED_USE="|| ( battery poweractions powerevents )"
diff --git a/app-leechcraft/lc-liznoo/metadata.xml b/app-leechcraft/lc-liznoo/metadata.xml
index ef43617d9e97..a839f4a2b756 100644
--- a/app-leechcraft/lc-liznoo/metadata.xml
+++ b/app-leechcraft/lc-liznoo/metadata.xml
@@ -9,4 +9,9 @@
<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>