mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-10 20:18:41 -04:00
mpv-plugin/kde-night-color: add 20240910
Signed-off-by: Nicola Smaniotto <smaniotto.nicola@gmail.com>
This commit is contained in:
parent
3a8ffdbea8
commit
0ee5f6ca61
@ -1 +1,2 @@
|
||||
DIST kde-night-color-20230110.tar.bz2 2155 BLAKE2B 351898790a3e382a904f73f53cc926b40fdbafd0968d8f80e1f7c28a25ed42c8378f6ec51abf907f2dff59ba9f4869da7b2cb9dc4cef457196e7fd2fd5f30263 SHA512 8ece42c28e224934d053c452fef4df0bdba381593f994028168798f31218670c15fffe39d50cdeddc6e9d50c15f281c20b1a05e1b199e7d4266a64c1cede5dde
|
||||
DIST kde-night-color-20240910.tar.bz2 2144 BLAKE2B c8fef4e46cbf535de6319a109d19310e9408714b35f9a6ae1a489c3be0e07b738420a182a08f123380a9c06f47cb1259040b4b1b978b291884bacc9743f10225 SHA512 8eba518ccd49f266fe16e6010f299ef56988092dadd42e7d494dfd2e1b4fce4b2ca8e9e6427889ca83a6491535f2d04f605e1663bc8814febe0bce4800e5b3f2
|
||||
|
28
mpv-plugin/kde-night-color/kde-night-color-20240910.ebuild
Normal file
28
mpv-plugin/kde-night-color/kde-night-color-20240910.ebuild
Normal file
@ -0,0 +1,28 @@
|
||||
# Copyright 2023 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="287f8cf168e1ead4706f32c92b0c06aacc25e4fa"
|
||||
MY_P="${PN}-${COMMIT}"
|
||||
DESCRIPTION="Disable Night Color while mpv is running"
|
||||
HOMEPAGE="https://gitlab.com/smaniottonicola/kde-night-color"
|
||||
SRC_URI="https://gitlab.com/smaniottonicola/${PN}/-/archive/${COMMIT}/${MY_P}.tar.bz2 -> ${P}.tar.bz2"
|
||||
S="${WORKDIR}/${MY_P}"
|
||||
|
||||
LICENSE="Unlicense"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
BDEPEND="
|
||||
dev-qt/qtdbus:5
|
||||
virtual/pkgconfig
|
||||
"
|
||||
|
||||
MPV_PLUGIN_FILES=( ${PN}.so )
|
||||
|
||||
src_compile() {
|
||||
emake CXX="$(tc-getCXX)" PKG_CONFIG="$(tc-getPKG_CONFIG)"
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user