| 1 | # Copyright 1999-2009 Gentoo Foundation |
1 | # Copyright 1999-2009 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/xfconf.eclass,v 1.9 2010/03/22 16:29:27 grobian Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/xfconf.eclass,v 1.10 2010/03/24 20:13:15 ssuominen Exp $ |
| 4 | |
4 | |
| 5 | # @ECLASS: xfconf.eclass |
5 | # @ECLASS: xfconf.eclass |
| 6 | # @MAINTAINER: |
6 | # @MAINTAINER: |
| 7 | # XFCE maintainers <xfce@gentoo.org> |
7 | # XFCE maintainers <xfce@gentoo.org> |
| 8 | # @BLURB: Default XFCE ebuild layout |
8 | # @BLURB: Default XFCE ebuild layout |
| … | |
… | |
| 42 | if [[ "${EINTLTOOLIZE}" == "yes" ]]; then |
42 | if [[ "${EINTLTOOLIZE}" == "yes" ]]; then |
| 43 | _xfce4_intltool="dev-util/intltool" |
43 | _xfce4_intltool="dev-util/intltool" |
| 44 | fi |
44 | fi |
| 45 | |
45 | |
| 46 | if [[ "${EAUTORECONF}" == "yes" ]]; then |
46 | if [[ "${EAUTORECONF}" == "yes" ]]; then |
| 47 | _xfce4_m4="dev-util/xfce4-dev-tools" |
47 | _xfce4_m4=">=dev-util/xfce4-dev-tools-4.7.0" |
| 48 | fi |
48 | fi |
| 49 | |
49 | |
| 50 | RDEPEND="" |
50 | RDEPEND="" |
| 51 | DEPEND="${_xfce4_intltool} |
51 | DEPEND="${_xfce4_intltool} |
| 52 | ${_xfce4_m4}" |
52 | ${_xfce4_m4}" |