Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 133938
Collapse All | Expand All

(-)/usr/portage/x11-misc/linuxwacom/linuxwacom-0.7.2.ebuild (-8 / +3 lines)
Lines 8-14 Link Here
8
8
9
DESCRIPTION="Input driver for Wacom tablets and drawing devices"
9
DESCRIPTION="Input driver for Wacom tablets and drawing devices"
10
HOMEPAGE="http://linuxwacom.sourceforge.net/"
10
HOMEPAGE="http://linuxwacom.sourceforge.net/"
11
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
11
SRC_URI="mirror://sourceforge/${PN}/${P}-1.tar.bz2"
12
12
13
LICENSE="GPL-2"
13
LICENSE="GPL-2"
14
SLOT="0"
14
SLOT="0"
Lines 29-34 Link Here
29
	usb? ( >=sys-kernel/linux-headers-2.6 )
29
	usb? ( >=sys-kernel/linux-headers-2.6 )
30
	>=sys-apps/sed-4"
30
	>=sys-apps/sed-4"
31
31
32
S="${WORKDIR}/${P}-1"
33
32
pkg_setup() {
34
pkg_setup() {
33
	if use sdk || has_version ">=x11-base/xorg-server-0.1" ; then
35
	if use sdk || has_version ">=x11-base/xorg-server-0.1" ; then
34
		if ! built_with_use x11-base/xorg-x11 sdk && ! has_version ">=x11-base/xorg-server-0.1"
36
		if ! built_with_use x11-base/xorg-x11 sdk && ! has_version ">=x11-base/xorg-server-0.1"
Lines 56-68 Link Here
56
		sed -i -e "s:XF86SUBDIR=.*:XF86SUBDIR=include:
58
		sed -i -e "s:XF86SUBDIR=.*:XF86SUBDIR=include:
57
			   s:XF86V3SUBDIR=.*:XF86V3SUBDIR=include:" configure
59
			   s:XF86V3SUBDIR=.*:XF86V3SUBDIR=include:" configure
58
	fi
60
	fi
59
60
	if has_version ">=x11-base/xorg-server-0.1"; then
61
		cd ${S}
62
		epatch ${FILESDIR}/${P}-modular-x.patch
63
		autoreconf -v --install
64
		libtoolize --force --copy
65
	fi
66
}
61
}
67
62
68
src_compile() {
63
src_compile() {

Return to bug 133938