Added xf86-input-spaceorb-1.1.1 template.
--HG-- extra : convert_revision : fe5ee2175bd69b2947204586a70ee06fe5f877f2
This commit is contained in:
parent
5506beb552
commit
dfa5fec0ce
|
@ -0,0 +1,11 @@
|
|||
--- src/spaceorb.c.orig 2009-03-31 10:32:33.238047887 +0200
|
||||
+++ src/spaceorb.c 2009-03-31 10:32:43.299024563 +0200
|
||||
@@ -337,7 +337,7 @@ DeviceInit (DeviceIntPtr dev)
|
||||
return !Success;
|
||||
}
|
||||
|
||||
- if (InitValuatorClassDeviceStruct (dev, 6, xf86GetMotionEvents,
|
||||
+ if (InitValuatorClassDeviceStruct (dev, 6,
|
||||
pInfo->history_size, Absolute) == FALSE)
|
||||
{
|
||||
ErrorF ("Unable to allocate SPACEORB ValuatorClassDeviceStruct\n");
|
|
@ -0,0 +1,13 @@
|
|||
# Template build file for 'xf86-input-spaceorb'.
|
||||
pkgname=xf86-input-spaceorb
|
||||
version=1.1.1
|
||||
distfiles="${XORG_SITE}/driver/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
short_desc="Xorg spaceorb input driver"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=be8f052e7132d39094f42a08c0b7171a9e280e9fa1b162a62343d1dc0d2449cf
|
||||
long_desc="
|
||||
This is the spaceorb input driver for the Xorg X11 server."
|
||||
|
||||
Add_dependency full glibc
|
||||
Add_dependency full xorg-server
|
Loading…
Reference in New Issue