mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
mpv-plugin/kde-do-not-disturb: fix MPV_REQ_USE
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -3,27 +3,24 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
MPV_REQ_USE="cplugins,libmpv"
|
||||
MPV_REQ_USE="cplugins(+),libmpv"
|
||||
inherit mpv-plugin toolchain-funcs
|
||||
|
||||
COMMIT="769b83b82c3bb749dd7878ca23e919cb5329ea64"
|
||||
MY_P="${PN}-${COMMIT}"
|
||||
|
||||
DESCRIPTION="Disable the notifications while mpv is running"
|
||||
HOMEPAGE="https://gitlab.com/smaniottonicola/kde-do-not-disturb"
|
||||
|
||||
SRC_URI="https://gitlab.com/smaniottonicola/${PN}/-/archive/${COMMIT}/${MY_P}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
LICENSE="Unlicense"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
BDEPEND="
|
||||
dev-qt/qtdbus
|
||||
dev-qt/qtdbus:5
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
MPV_PLUGIN_FILES=( ${PN}.so )
|
||||
|
||||
src_compile() {
|
||||
|
||||
Reference in New Issue
Block a user