blob: 89ac3737258835a015c727b21c67bc43f89cd572 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kdewebdev/kdewebdev-3.4.0_beta1.ebuild,v 1.2 2005/01/14 23:09:01 danarmak Exp $
inherit kde-dist
DESCRIPTION="KDE web development - Quanta"
KEYWORDS="~x86"
IUSE="doc"
DEPEND="~kde-base/kdebase-${PV}
doc? ( app-doc/quanta-docs )
!app-editors/quanta
!app-text/kfilereplace"
src_install() {
kde_src_install
# Collision with kdelibs. Will be fixed for beta2.
rm -f ${D}/${KDEDIR}/share/icons/crystalsvg/22x22/actions/next.png
rm -f ${D}/${KDEDIR}/share/icons/crystalsvg/22x22/actions/back.png
}
|