diff options
author | 2022-03-26 15:47:43 +0100 | |
---|---|---|
committer | 2022-04-21 20:54:33 +0100 | |
commit | 39591602289e35f98c2afb9b37003377eea7943a (patch) | |
tree | fb8c19a29c15e3a8eb76c9fbe2b5a9c9fd2c0fe7 /x11-plugins | |
parent | x11-plugins/gkrellm-trayicons: update EAPI 6 -> 8 (diff) | |
download | gentoo-39591602289e35f98c2afb9b37003377eea7943a.tar.gz gentoo-39591602289e35f98c2afb9b37003377eea7943a.tar.bz2 gentoo-39591602289e35f98c2afb9b37003377eea7943a.zip |
x11-plugins/gkrellm-vaiobright: update EAPI 6 -> 8
Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r3.ebuild | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r3.ebuild b/x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r3.ebuild new file mode 100644 index 000000000000..8593c3874109 --- /dev/null +++ b/x11-plugins/gkrellm-vaiobright/gkrellm-vaiobright-2.5-r3.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit gkrellm-plugin toolchain-funcs + +MY_P=${P/gkrellm-/} + +DESCRIPTION="Superslim VAIO LCD Brightness Control Plugin for Gkrellm" +SRC_URI="http://nerv-un.net/~dragorn/code/${MY_P}.tar.gz" +HOMEPAGE="http://nerv-un.net/~dragorn/" +S="${WORKDIR}"/${MY_P} + +LICENSE="GPL-2" +SLOT="2" +KEYWORDS="~amd64 ~x86" + +RDEPEND="app-admin/gkrellm:2[X]" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" + +PATCHES=( + "${FILESDIR}"/${P}-textrel.patch + "${FILESDIR}"/${P}-fixinfo.patch +) + +src_configure() { + tc-export CC PKG_CONFIG + + PLUGIN_SO=( vaiobright$(get_modname) ) + default +} |