Drop desktop-effects project maintainership
[gentoo.git] / x11-plugins / gkrellm-vaiobright / gkrellm-vaiobright-2.5-r1.ebuild
1 # Copyright 1999-2010 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 inherit gkrellm-plugin
5
6 IUSE=""
7
8 MY_P=${P/gkrellm-/}
9 S=${WORKDIR}/${MY_P}
10 DESCRIPTION="Superslim VAIO LCD Brightness Control Plugin for Gkrellm"
11 SRC_URI="http://nerv-un.net/~dragorn/code/${MY_P}.tar.gz"
12 HOMEPAGE="http://nerv-un.net/~dragorn/"
13
14 SLOT="2"
15 LICENSE="GPL-2"
16 KEYWORDS="-* x86"
17
18 PLUGIN_SO=vaiobright.so
19
20 src_unpack() {
21         unpack ${A}
22         cd "${S}"
23         epatch "${FILESDIR}"/${P}-textrel.patch \
24                 "${FILESDIR}"/${P}-fixinfo.patch
25 }