| 1 | # Copyright 1999-2004 Gentoo Foundation |
1 | # Copyright 1999-2004 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/gnome2.eclass,v 1.68 2006/03/29 13:02:27 allanonjl Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/eclass/gnome2.eclass,v 1.69 2006/04/18 20:49:04 dang Exp $ |
| 4 | |
4 | |
| 5 | # GNOME 2 ECLASS |
5 | # GNOME 2 ECLASS |
| 6 | inherit libtool gnome.org debug fdo-mime eutils |
6 | inherit libtool gnome.org debug fdo-mime eutils |
| 7 | |
7 | |
| 8 | # Extra configure opts passed to econf |
8 | # Extra configure opts passed to econf |
| … | |
… | |
| 26 | # Path to gconftool-2 |
26 | # Path to gconftool-2 |
| 27 | GCONFTOOL_BIN=${GCONFTOOL_BIN:="${ROOT}/usr/bin/gconftool-2"} |
27 | GCONFTOOL_BIN=${GCONFTOOL_BIN:="${ROOT}/usr/bin/gconftool-2"} |
| 28 | |
28 | |
| 29 | IUSE="debug" |
29 | IUSE="debug" |
| 30 | |
30 | |
| 31 | DEPEND=">=sys-apps/sed-4 |
31 | DEPEND=">=sys-apps/sed-4" |
| 32 | sys-apps/findutils" |
|
|
| 33 | |
32 | |
| 34 | gnome2_src_unpack() { |
33 | gnome2_src_unpack() { |
| 35 | unpack ${A} |
34 | unpack ${A} |
| 36 | cd ${S} |
35 | cd ${S} |
| 37 | |
36 | |