Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=xorg74.git;a=commitdiff;h=5b41fca33c0153ceb4560eca26abe9c338fc3961

commit 5b41fca33c0153ceb4560eca26abe9c338fc3961
Author: Devil505 <devil505li...@gmail.com>
Date:   Thu Jun 4 08:17:31 2009 +0200

xf86-input-penmount-1.4.0-1-x86_64
* version bump

diff --git a/source/x11/xf86-input-penmount/FrugalBuild 
b/source/x11/xf86-input-penmount/FrugalBuild
index c08e61d..1582ab1 100644
--- a/source/x11/xf86-input-penmount/FrugalBuild
+++ b/source/x11/xf86-input-penmount/FrugalBuild
@@ -2,8 +2,8 @@
# Maintainer: Christian Hamar alias krix <kr...@linuxforum.hu>

pkgname=xf86-input-penmount
-pkgver=1.2.1
+pkgver=1.4.0
Finclude xorg
-sha1sums=('e55751262d4b34dfc6e1d2fce4ca443aeae94647')
+sha1sums=('f997597a754f5dd0b5df4c1db0b42fbb11400514')

# optimization OK
diff --git a/source/x11/xf86-input-spaceorb/git-a2c3a661.patch 
b/source/x11/xf86-input-spaceorb/git-a2c3a661.patch
new file mode 100644
index 0000000..0782a45
--- /dev/null
+++ b/source/x11/xf86-input-spaceorb/git-a2c3a661.patch
@@ -0,0 +1,56 @@
+diff -ruN -x .cvsignore -x .gitignore 
xf86-input-spaceorb-93fd49758565321036891543bbbdea74e759a393/README 
xf86-input-spaceorb-a2c3a6617773557d9bd5bccbc2b0796781ebec74/README
+--- xf86-input-spaceorb-93fd49758565321036891543bbbdea74e759a393/README        
1970-01-01 00:00:00.000000000 +0000
++++ xf86-input-spaceorb-a2c3a6617773557d9bd5bccbc2b0796781ebec74/README        
2009-01-31 04:29:02.000000000 +0000
+@@ -0,0 +1,19 @@
++
++Please submit bugs & patches to the Xorg bugzilla:
++
++        https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
++
++All questions regarding this software should be directed at the
++Xorg mailing list:
++
++        http://lists.freedesktop.org/mailman/listinfo/xorg
++
++The master development code repository can be found at:
++
++        git://anongit.freedesktop.org/git/xorg/driver/xf86-input-spaceorb
++
++        http://cgit.freedesktop.org/xorg/driver/xf86-input-spaceorb
++
++For more information on the git code manager, see:
++
++        http://wiki.x.org/wiki/GitPage
+diff -ruN -x .cvsignore -x .gitignore 
xf86-input-spaceorb-93fd49758565321036891543bbbdea74e759a393/man/Makefile.am 
xf86-input-spaceorb-a2c3a6617773557d9bd5bccbc2b0796781ebec74/man/Makefile.am
+--- 
xf86-input-spaceorb-93fd49758565321036891543bbbdea74e759a393/man/Makefile.am    
   2007-09-10 17:12:04.000000000 +0000
++++ 
xf86-input-spaceorb-a2c3a6617773557d9bd5bccbc2b0796781ebec74/man/Makefile.am    
   2009-01-31 04:29:02.000000000 +0000
+@@ -1,4 +1,3 @@
+-# $Id$
+ #
+ # Copyright 2005 Sun Microsystems, Inc.  All rights reserved.
+ #
+diff -ruN -x .cvsignore -x .gitignore 
xf86-input-spaceorb-93fd49758565321036891543bbbdea74e759a393/src/spaceorb.c 
xf86-input-spaceorb-a2c3a6617773557d9bd5bccbc2b0796781ebec74/src/spaceorb.c
+--- 
xf86-input-spaceorb-93fd49758565321036891543bbbdea74e759a393/src/spaceorb.c     
   2007-09-10 17:12:04.000000000 +0000
++++ 
xf86-input-spaceorb-a2c3a6617773557d9bd5bccbc2b0796781ebec74/src/spaceorb.c     
   2009-01-31 04:29:02.000000000 +0000
+@@ -107,7 +107,9 @@
+         "xf86CollectInputOptions",
+         "xf86ErrorFVerb",
+         "xf86FindOptionValue",
++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) < 3
+         "xf86GetMotionEvents",
++#endif
+         "xf86GetVerbosity",
+         "xf86MotionHistoryAllocate",
+         "xf86NameCmp",
+@@ -337,7 +339,10 @@
+     return !Success;
+   }
+
+-  if (InitValuatorClassDeviceStruct (dev, 6, xf86GetMotionEvents,
++  if (InitValuatorClassDeviceStruct (dev, 6,
++#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) < 3
++                                   xf86GetMotionEvents,
++#endif
+                                    pInfo->history_size, Absolute) == FALSE)
+     {
+       ErrorF ("Unable to allocate SPACEORB ValuatorClassDeviceStruct\n");
_______________________________________________
Frugalware-git mailing list
Frugalware-git@frugalware.org
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to