Magellan Linux

Annotation of /trunk/core/xf86-input-vmmouse/xf86-input-vmmouse-12.6.5-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3864 - (hide annotations) (download)
Wed Nov 11 20:10:31 2009 UTC (14 years, 7 months ago) by niro
File size: 810 byte(s)
auto added: ver bump to 12.6.5-r3
1 niro 3864 # $Id$
2    
3     PNAME="xf86-input-vmmouse"
4     PVER="12.6.5"
5     PBUILD="r3"
6    
7     PCATEGORIE="x11-drivers"
8     STATE="unstable"
9    
10     DESCRIPTION="Xorg input driver for ${PNAME/xf86-input-/} devices."
11     HOMEPAGE="http://xorg.freedesktop.org"
12    
13     sminclude xorg mtools
14    
15     UP2DATE="updatecmd_xorg ${PNAME}"
16    
17     SRC_URI=( ${SRC_URI[*]}
18     mirror://${PNAME}/${PNAME}-${PVER}-abi-change-1.7.0.patch
19     )
20    
21     src_prepare()
22     {
23     munpack ${SRCFILE} || die
24     cd ${SRCDIR}
25    
26     # fix abi changes with xorg-server-1.7.0
27     mpatch ${PNAME}-${PVER}-abi-change-1.7.0.patch || die
28     }
29    
30     src_compile()
31     {
32     cd ${SRCDIR}
33    
34     # hal-probe-vmmware executable must be found systemwide
35     xorg_src_configure --with-hal-callouts-dir=/usr/bin || die
36     mmake || die
37     }
38    
39     # restart hal to get the provided hal rules recognized
40     postinstall()
41     {
42     mstartservice hald
43     }
44    
45     postremove()
46     {
47     mstartservice hald
48     }

Properties

Name Value
svn:keywords Id