Magellan Linux

Diff of /smage/trunk/core/xf86-input-vmmouse/xf86-input-vmmouse-12.6.9-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 434 by niro, Thu May 6 23:14:57 2010 UTC revision 435 by niro, Thu May 6 23:29:44 2010 UTC
# Line 10  STATE="unstable" Line 10  STATE="unstable"
10  DESCRIPTION="Xorg input driver for ${PNAME/xf86-input-/} devices."  DESCRIPTION="Xorg input driver for ${PNAME/xf86-input-/} devices."
11  HOMEPAGE="http://xorg.freedesktop.org"  HOMEPAGE="http://xorg.freedesktop.org"
12    
13  sminclude xorg mtools mcore  # driver itself
14    MCORE_ONLY_KEEP="usr/$(mlibdir)/xorg/modules/input/vmmouse_drv.so"
15    # xorg config
16    MCORE_ONLY_KEEP+=" etc/X11/xorg.conf.d"
17    # udev rules (*/lib/udev* also on multilib systems!!)
18    MCORE_ONLY_KEEP+=" lib/udev/rules.d"
19    # vmmouse detection tool used by udev
20    MCORE_ONLY_KEEP+=" usr/bin/vmmouse_detect"
21    
22    sminclude xorg mtools mcore-split
23    
24  UP2DATE="updatecmd_xorg ${PNAME}"  UP2DATE="updatecmd_xorg ${PNAME}"
25    

Legend:
Removed from v.434  
changed lines
  Added in v.435