diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-11-28 00:38:15 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-11-28 00:38:15 +0000 |
commit | 2bfb3eeda7f985172c7e864caeca1ab0ee60dcd6 (patch) | |
tree | 6a5a4bd9de417184a2c8afe3bdd52431924501cb /x11-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild | |
parent | fix whitespace (diff) | |
download | gentoo-2-2bfb3eeda7f985172c7e864caeca1ab0ee60dcd6.tar.gz gentoo-2-2bfb3eeda7f985172c7e864caeca1ab0ee60dcd6.tar.bz2 gentoo-2-2bfb3eeda7f985172c7e864caeca1ab0ee60dcd6.zip |
Add dependency on kdeartwork-kwin-styles or the IceWM windows decoration won't be available. Remove src_compile.
(Portage version: 2.1.2_rc2-r2)
Diffstat (limited to 'x11-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild')
-rw-r--r-- | x11-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild b/x11-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild index 55807f065099..a2184a8770df 100644 --- a/x11-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild +++ b/x11-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild,v 1.18 2006/11/28 00:16:44 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/fusionx-aqua/fusionx-aqua-1.1.ebuild,v 1.19 2006/11/28 00:38:15 flameeyes Exp $ MY_P="FusionX-Aqua-${PV}" S=${WORKDIR}/${MY_P} @@ -14,13 +14,12 @@ SLOT="0" KEYWORDS="alpha amd64 ia64 ppc sparc x86 ~x86-fbsd" IUSE="" -RDEPEND="|| ( kde-base/kwin kde-base/kdebase )" +RDEPEND="|| ( kde-base/kwin kde-base/kdebase ) + || ( kde-base/kdeartwork-kwin-styles kde-base/kdeartwork )" DEPEND="" RESTRICT="binchecks strip" -src_compile() { :; } - src_install() { insinto /usr/share/apps/kstyle doins -r pixmaps themes || die "doins pixmap themes failed" |