app-leechcraft/lc-monocle: fix deps, update XDG db
[gentoo.git] / app-leechcraft / lc-deadlyrics / lc-deadlyrics-9999.ebuild
1 # Copyright 1999-2020 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 inherit leechcraft
7
8 DESCRIPTION="Searches for song lyrics and displays them in LeechCraft"
9
10 SLOT="0"
11 KEYWORDS=""
12 IUSE="debug"
13
14 DEPEND="
15         ~app-leechcraft/lc-core-${PV}
16         dev-qt/qtxml:5
17 "
18 RDEPEND="${DEPEND}
19         virtual/leechcraft-search-show
20         virtual/leechcraft-downloader-http
21 "