Magellan Linux

Contents of /branches/branch-xorg18/core/xf86-input-vmmouse/xf86-input-vmmouse-12.6.5-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5192 - (show annotations) (download)
Tue Apr 6 21:54:10 2010 UTC (14 years ago) by niro
File size: 810 byte(s)
created branch 'branch-xorg18'
1 # $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