| 1 | # Copyright 2007-2008 Gentoo Foundation |
1 | # Copyright 2007-2008 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/eclass/kde4-base.eclass,v 1.13 2008/10/02 06:49:02 jmbsvicetto Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/kde4-base.eclass,v 1.14 2008/10/04 14:51:02 jmbsvicetto Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: kde4-base.eclass |
5 | # @ECLASS: kde4-base.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # kde@gentoo.org |
7 | # kde@gentoo.org |
| 8 | # @BLURB: This eclass provides functions for kde 4.X ebuilds |
8 | # @BLURB: This eclass provides functions for kde 4.X ebuilds |
| … | |
… | |
| 99 | esac |
99 | esac |
| 100 | |
100 | |
| 101 | # Set the common dependencies |
101 | # Set the common dependencies |
| 102 | DEPEND="${DEPEND} ${COMMONDEPEND} ${CMAKEDEPEND} |
102 | DEPEND="${DEPEND} ${COMMONDEPEND} ${CMAKEDEPEND} |
| 103 | dev-util/pkgconfig |
103 | dev-util/pkgconfig |
|
|
104 | kde-base/automoc |
| 104 | x11-libs/libXt |
105 | x11-libs/libXt |
| 105 | x11-proto/xf86vidmodeproto" |
106 | x11-proto/xf86vidmodeproto" |
| 106 | RDEPEND="${RDEPEND} ${COMMONDEPEND}" |
107 | RDEPEND="${RDEPEND} ${COMMONDEPEND}" |
| 107 | |
108 | |
| 108 | # Add the kdeprefix use flag |
109 | # Add the kdeprefix use flag |