diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-24 23:15:49 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-01-24 23:15:49 +0000 |
commit | 42779b6f1b1efecb705bb169ad5eb644ef323e36 (patch) | |
tree | c3ffe9591823d3d73687acc806b282d9cb6080b5 /x11-plugins/wmfire | |
parent | Fixed DEPEND for modular X. (diff) | |
download | gentoo-2-42779b6f1b1efecb705bb169ad5eb644ef323e36.tar.gz gentoo-2-42779b6f1b1efecb705bb169ad5eb644ef323e36.tar.bz2 gentoo-2-42779b6f1b1efecb705bb169ad5eb644ef323e36.zip |
Fixed DEPEND for modular X.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'x11-plugins/wmfire')
-rw-r--r-- | x11-plugins/wmfire/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/wmfire/wmfire-0.0.3.9_pre4.ebuild | 13 |
2 files changed, 16 insertions, 5 deletions
diff --git a/x11-plugins/wmfire/ChangeLog b/x11-plugins/wmfire/ChangeLog index 9b7c5a7b013b..f844d12c0db6 100644 --- a/x11-plugins/wmfire/ChangeLog +++ b/x11-plugins/wmfire/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmfire -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfire/ChangeLog,v 1.6 2005/11/10 09:06:59 s4t4n Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfire/ChangeLog,v 1.7 2006/01/24 23:15:49 nelchael Exp $ + + 24 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> + wmfire-0.0.3.9_pre4.ebuild: + Fixed DEPEND for modular X. 10 Nov 2004; Michele Noberasco <s4t4n@gentoo.org> wmfire-0.0.3.9_pre4.ebuild: Removed COPYING and INSTALL from dodoc. diff --git a/x11-plugins/wmfire/wmfire-0.0.3.9_pre4.ebuild b/x11-plugins/wmfire/wmfire-0.0.3.9_pre4.ebuild index ce6d19c16352..65ae8d015b35 100644 --- a/x11-plugins/wmfire/wmfire-0.0.3.9_pre4.ebuild +++ b/x11-plugins/wmfire/wmfire-0.0.3.9_pre4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfire/wmfire-0.0.3.9_pre4.ebuild,v 1.9 2005/11/10 09:06:59 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmfire/wmfire-0.0.3.9_pre4.ebuild,v 1.10 2006/01/24 23:15:49 nelchael Exp $ IUSE="" @@ -11,7 +11,13 @@ DESCRIPTION="WindowMaker dockapp that displays cpu usage as a dancing flame" SRC_URI="http://staff.xmms.org/zinx/misc/${MY_P}.tar.gz" HOMEPAGE="http://staff.xmms.org/zinx/misc" -DEPEND="virtual/x11" +RDEPEND="|| ( ( + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXpm ) + virtual/x11 )" +DEPEND="${RDEPEND} + || ( x11-proto/xextproto virtual/x11 )" SLOT="0" LICENSE="GPL-2" @@ -23,6 +29,7 @@ src_compile() { econf ${myconf} || die "configure failed" emake CFLAGS="$CFLAGS" || die "parallel make faile" + } src_install () { |