diff options
author | Santiago M. Mola <coldwind@gentoo.org> | 2008-01-11 23:04:32 +0000 |
---|---|---|
committer | Santiago M. Mola <coldwind@gentoo.org> | 2008-01-11 23:04:32 +0000 |
commit | b8546b398b7e3cd5d8b1ba0580329f35a8cdf85b (patch) | |
tree | a9315cee22a3b125a60dd077cf1786ce8af6ba6b /x11-plugins/gkrellm-leds/gkrellm-leds-0.8.1.ebuild | |
parent | Add missing deps (#204574), check if gkrellm is built with USE=X, migrate to ... (diff) | |
download | gentoo-2-b8546b398b7e3cd5d8b1ba0580329f35a8cdf85b.tar.gz gentoo-2-b8546b398b7e3cd5d8b1ba0580329f35a8cdf85b.tar.bz2 gentoo-2-b8546b398b7e3cd5d8b1ba0580329f35a8cdf85b.zip |
Add missing deps (#204572), change HOMEPAGE, QA fixes.
(Portage version: 2.1.3.19)
Diffstat (limited to 'x11-plugins/gkrellm-leds/gkrellm-leds-0.8.1.ebuild')
-rw-r--r-- | x11-plugins/gkrellm-leds/gkrellm-leds-0.8.1.ebuild | 11 |
1 files changed, 7 insertions, 4 deletions
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 <stdio.h>/a#include <string.h>' src/gkleds_com.h || die "Patch failed" } |