mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
app-leechcraft/lc-kbswitch: use pkg_postinst suggestion instead of RDEPEND
Closes: https://github.com/gentoo/gentoo/pull/4146
This commit is contained in:
committed by
David Seifert
parent
3250bd3540
commit
883af54878
@@ -3,13 +3,13 @@
|
||||
|
||||
EAPI=6
|
||||
|
||||
inherit leechcraft
|
||||
inherit eutils leechcraft
|
||||
|
||||
DESCRIPTION="Provides plugin- or tab-grained keyboard layout control"
|
||||
|
||||
SLOT="0"
|
||||
KEYWORDS=""
|
||||
IUSE="debug quark"
|
||||
IUSE="debug"
|
||||
|
||||
DEPEND="~app-leechcraft/lc-core-${PV}
|
||||
dev-qt/qtnetwork:5
|
||||
@@ -19,4 +19,9 @@ DEPEND="~app-leechcraft/lc-core-${PV}
|
||||
"
|
||||
RDEPEND="${DEPEND}
|
||||
x11-apps/setxkbmap
|
||||
quark? ( ~virtual/leechcraft-quark-sideprovider-${PV} )"
|
||||
"
|
||||
|
||||
pkg_postinst() {
|
||||
elog "Consider installing the following for additional features:"
|
||||
optfeature "display layout indicator in LeechCraft tray" virtual/leechcraft-quark-sideprovider
|
||||
}
|
||||
|
||||
@@ -9,7 +9,4 @@
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
<use>
|
||||
<flag name="quark">Provide sidebar quark</flag>
|
||||
</use>
|
||||
</pkgmetadata>
|
||||
|
||||
Reference in New Issue
Block a user