mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 14:03:33 -04:00
mpv-plugin/kde-do-not-disturb: initial import
Signed-off-by: Nicola Smaniotto <smaniotto.nicola@gmail.com>
This commit is contained in:
1
mpv-plugin/kde-do-not-disturb/Manifest
Normal file
1
mpv-plugin/kde-do-not-disturb/Manifest
Normal file
@@ -0,0 +1 @@
|
|||||||
|
DIST kde-do-not-disturb-20220109.tar.gz 2091 BLAKE2B d4d49b4ce52a1594ea9a71eb6b12bd31e85c54951506b6c658cab5e9239a345f526c8fd246b445eaa4a4b65b8331b47db549a309d08e2abe6e122b1c3eabffb3 SHA512 6aec494b316d5d840bdc80d52c211d6d8c6c03e216c0cfe89915b036f58875cdc38fe5d02effdb70c97db45009aec367f1573dc37c40d0873a96da7f9dc093ca
|
||||||
@@ -0,0 +1,31 @@
|
|||||||
|
# Copyright 2022 Gentoo Authors
|
||||||
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
|
EAPI=8
|
||||||
|
|
||||||
|
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"
|
||||||
|
|
||||||
|
LICENSE="Unlicense"
|
||||||
|
KEYWORDS="~amd64"
|
||||||
|
|
||||||
|
BDEPEND="
|
||||||
|
dev-qt/qtdbus
|
||||||
|
virtual/pkgconfig
|
||||||
|
"
|
||||||
|
|
||||||
|
S="${WORKDIR}/${MY_P}"
|
||||||
|
|
||||||
|
MPV_PLUGIN_FILES=( ${PN}.so )
|
||||||
|
|
||||||
|
src_compile() {
|
||||||
|
emake CXX="$(tc-getCXX)" PKG_CONFIG="$(tc-getPKG_CONFIG)"
|
||||||
|
}
|
||||||
8
mpv-plugin/kde-do-not-disturb/metadata.xml
Normal file
8
mpv-plugin/kde-do-not-disturb/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
|
||||||
|
<pkgmetadata>
|
||||||
|
<maintainer type="person">
|
||||||
|
<email>smaniotto.nicola@gmail.com</email>
|
||||||
|
<name>Nicola Smaniotto</name>
|
||||||
|
</maintainer>
|
||||||
|
</pkgmetadata>
|
||||||
Reference in New Issue
Block a user