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

Collapse All | Expand All

(-)./net-wireless/libbtctl/libbtctl-0.10.0.ebuild (-3 / +5 lines)
Lines 2-8 Link Here
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/libbtctl/libbtctl-0.10.0.ebuild,v 1.2 2008/04/17 19:31:54 jer Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-wireless/libbtctl/libbtctl-0.10.0.ebuild,v 1.2 2008/04/17 19:31:54 jer Exp $
4
4
5
inherit gnome2 multilib mono autotools
5
inherit gnome2 multilib mono autotools eutils
6
6
7
DESCRIPTION="A GObject wrapper for Bluetooth functionality"
7
DESCRIPTION="A GObject wrapper for Bluetooth functionality"
8
HOMEPAGE="http://live.gnome.org/GnomeBluetooth"
8
HOMEPAGE="http://live.gnome.org/GnomeBluetooth"
Lines 13-20 Link Here
13
IUSE="mono doc"
13
IUSE="mono doc"
14
14
15
RDEPEND=">=dev-libs/glib-2
15
RDEPEND=">=dev-libs/glib-2
16
	>=net-wireless/bluez-utils-2.25
16
	>=net-wireless/bluez-4.21
17
	>=net-wireless/bluez-libs-2.25
18
	>=dev-libs/openobex-1.2
17
	>=dev-libs/openobex-1.2
19
	>=dev-lang/python-2.3
18
	>=dev-lang/python-2.3
20
	>=dev-python/pygtk-2.0
19
	>=dev-python/pygtk-2.0
Lines 36-41 Link Here
36
src_unpack() {
35
src_unpack() {
37
	gnome2_src_unpack
36
	gnome2_src_unpack
38
37
38
	epatch "${FILESDIR}"/libbtctl-hci_remote_name.patch
39
39
	# Fix multilib
40
	# Fix multilib
40
	sed -e "s:\/lib\/:\/$(get_libdir)\/:" -i src/Makefile.am
41
	sed -e "s:\/lib\/:\/$(get_libdir)\/:" -i src/Makefile.am
41
42
Lines 49-54 Link Here
49
}
50
}
50
51
51
src_compile() {
52
src_compile() {
53
	cd "${S}"
52
	sed -i -e 's/libext="a/& la/' libtool
54
	sed -i -e 's/libext="a/& la/' libtool
53
55
54
	gnome2_src_compile
56
	gnome2_src_compile

Return to bug 250909