diff --git a/templates/xf86-input-spaceorb/build.diff b/templates/xf86-input-spaceorb/build.diff new file mode 100644 index 00000000000..8c8690015ae --- /dev/null +++ b/templates/xf86-input-spaceorb/build.diff @@ -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"); diff --git a/templates/xf86-input-spaceorb/template b/templates/xf86-input-spaceorb/template new file mode 100644 index 00000000000..aab5439c39c --- /dev/null +++ b/templates/xf86-input-spaceorb/template @@ -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 " +checksum=be8f052e7132d39094f42a08c0b7171a9e280e9fa1b162a62343d1dc0d2449cf +long_desc=" + This is the spaceorb input driver for the Xorg X11 server." + +Add_dependency full glibc +Add_dependency full xorg-server