Skip to content

Commit

Permalink
app-leechcraft/lc-kbswitch: use pkg_postinst suggestion instead of RD…
Browse files Browse the repository at this point in the history
…EPEND

Closes: gentoo#4146
  • Loading branch information
0xd34df00d authored and SoapGentoo committed Mar 7, 2017
1 parent 3250bd3 commit 883af54
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
11 changes: 8 additions & 3 deletions app-leechcraft/lc-kbswitch/lc-kbswitch-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
}
3 changes: 0 additions & 3 deletions app-leechcraft/lc-kbswitch/metadata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,4 @@
<email>[email protected]</email>
<name>Proxy Maintainers</name>
</maintainer>
<use>
<flag name="quark">Provide sidebar quark</flag>
</use>
</pkgmetadata>

0 comments on commit 883af54

Please sign in to comment.