From b8546b398b7e3cd5d8b1ba0580329f35a8cdf85b Mon Sep 17 00:00:00 2001 From: "Santiago M. Mola" Date: Fri, 11 Jan 2008 23:04:32 +0000 Subject: Add missing deps (#204572), change HOMEPAGE, QA fixes. (Portage version: 2.1.3.19) --- x11-plugins/gkrellm-leds/gkrellm-leds-0.8.1.ebuild | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'x11-plugins/gkrellm-leds/gkrellm-leds-0.8.1.ebuild') diff --git a/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.1.ebuild b/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.1.ebuild index 0f9408d899d7..7aea075f2d82 100644 --- a/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.1.ebuild +++ b/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.1.ebuild,v 1.11 2007/03/09 19:22:43 lack Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellm-leds/gkrellm-leds-0.8.1.ebuild,v 1.12 2008/01/11 23:04:32 coldwind Exp $ inherit gkrellm-plugin @@ -9,17 +9,20 @@ MY_P=${P/rellm-/} S=${WORKDIR}/${MY_P} DESCRIPTION="GKrellM2 plugin for monitoring keyboard LEDs" SRC_URI="http://heim.ifi.uio.no/~oyvinha/e107_files/downloads/${MY_P}.tar.gz" -HOMEPAGE="http://www.stud.ifi.uio.no/~oyvinha/gkleds/" +HOMEPAGE="http://heim.ifi.uio.no/~oyvinha/gkleds/" SLOT="2" LICENSE="GPL-2" KEYWORDS="x86 ppc sparc alpha amd64" +DEPEND="x11-proto/inputproto" +RDEPEND="x11-libs/libXtst" + PLUGIN_SO=gkleds.so src_unpack() { unpack ${A} - cd ${S} + cd "${S}" # Includes for gcc-4 sed -i -e '/^#include /a#include ' src/gkleds_com.h || die "Patch failed" } -- cgit v1.2.3-65-gdbad