Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 108880 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/net-wireless/gnome-bluetooth/gnome-bluetooth-0.6.0.ebuild (-2 / +8 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2005 Gentoo Foundation
1
# Copyright 1999-2005 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/net-wireless/gnome-bluetooth/gnome-bluetooth-0.6.0.ebuild,v 1.2 2005/11/01 14:03:41 brix Exp $
3
# $Header: $
4
4
5
inherit distutils gnome2 eutils
5
inherit distutils gnome2 eutils
6
6
Lines 40-49 Link Here
40
src_unpack() {
40
src_unpack() {
41
	unpack ${A}
41
	unpack ${A}
42
	cd ${S}
42
	cd ${S}
43
43
	epatch ${FILESDIR}/${PN}-0.5.1-obex_xfer_rate.patch
44
	epatch ${FILESDIR}/${PN}-0.5.1-obex_xfer_rate.patch
45
	epatch ${FILESDIR}/${P}-permsdialog.patch
46
	epatch ${FILESDIR}/${P}-libdir.patch
47
48
	export WANT_AUTOMAKE="1.5"
44
	libtoolize --force --copy || die
49
	libtoolize --force --copy || die
45
	aclocal || die
50
	aclocal || die
46
	automake || die
51
	automake -a || die
52
	autoconf || die
47
}
53
}
48
54
49
pkg_postinst() {
55
pkg_postinst() {

Return to bug 108880