| 1 | # Copyright 1999-2007 Gentoo Foundation |
1 | # Copyright 1999-2007 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/sys-apps/hal/Attic/hal-0.5.9_rc3.ebuild,v 1.2 2007/04/01 19:43:49 steev Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/sys-apps/hal/Attic/hal-0.5.9_rc3.ebuild,v 1.3 2007/04/01 20:00:59 steev Exp $ |
| 4 | |
4 | |
| 5 | inherit eutils linux-info autotools flag-o-matic |
5 | inherit eutils linux-info autotools flag-o-matic |
| 6 | |
6 | |
| 7 | MY_PV=${PV/_/.} |
7 | MY_PV=${PV/_/.} |
| 8 | |
8 | |
| … | |
… | |
| 87 | |
87 | |
| 88 | src_unpack() { |
88 | src_unpack() { |
| 89 | unpack ${A} |
89 | unpack ${A} |
| 90 | cd ${S} |
90 | cd ${S} |
| 91 | epatch ${FILESDIR}/${PN}-0.5.7-plugdev-allow-send.patch |
91 | epatch ${FILESDIR}/${PN}-0.5.7-plugdev-allow-send.patch |
| 92 | # Some keyboards don't work without this patch. |
|
|
| 93 | epatch ${FILESDIR}/${PN}-0.5.9-button_capabilites.patch |
|
|
| 94 | } |
92 | } |
| 95 | |
93 | |
| 96 | src_compile() { |
94 | src_compile() { |
| 97 | # TODO :: policykit should have a pam useflag |
95 | # TODO :: policykit should have a pam useflag |
| 98 | append-flags -rdynamic |
96 | append-flags -rdynamic |