[arch-commits] Commit in xf86-input-evdev/trunk (2 files)

andyrtr at archlinux.org andyrtr at archlinux.org
Tue Jul 24 15:40:11 UTC 2012


    Date: Tuesday, July 24, 2012 @ 11:40:11
  Author: andyrtr
Revision: 164023

upgpkg: xf86-input-evdev 2.7.1-1

upstream update 2.7.1

Modified:
  xf86-input-evdev/trunk/PKGBUILD
Deleted:
  xf86-input-evdev/trunk/Fix_inverted_horizontal_scroll.diff

-------------------------------------+
 Fix_inverted_horizontal_scroll.diff |   27 ---------------------------
 PKGBUILD                            |   11 ++++-------
 2 files changed, 4 insertions(+), 34 deletions(-)

Deleted: Fix_inverted_horizontal_scroll.diff
===================================================================
--- Fix_inverted_horizontal_scroll.diff	2012-07-24 15:38:49 UTC (rev 164022)
+++ Fix_inverted_horizontal_scroll.diff	2012-07-24 15:40:11 UTC (rev 164023)
@@ -1,27 +0,0 @@
-From 99340147b9092a5aaec997eca407282a51e1f063 Mon Sep 17 00:00:00 2001
-From: Peter Hutterer <peter.hutterer at who-t.net>
-Date: Thu, 15 Mar 2012 05:46:32 +0000
-Subject: Fix inverted horizontal scroll (#46205)
-
-REL_HWHEEL has a positive increment, not a negative one like REL_WHEEL.
-
-X.Org Bug 46205 <http://bugs.freedesktop.org/show_bug.cgi?id=46205>
-
-Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
-Reviewed-by: Chase Douglas <chase.douglas at canonical.com>
----
-diff --git a/src/evdev.c b/src/evdev.c
-index d540b87..8cf630c 100644
---- a/src/evdev.c
-+++ b/src/evdev.c
-@@ -1600,7 +1600,7 @@ EvdevAddRelValuatorClass(DeviceIntPtr device)
-         else if (axis == REL_DIAL)
-             SetScrollValuator(device, axnum, SCROLL_TYPE_VERTICAL, -1.0, SCROLL_FLAG_NONE);
-         else if (axis == REL_HWHEEL)
--            SetScrollValuator(device, axnum, SCROLL_TYPE_HORIZONTAL, -1.0, SCROLL_FLAG_NONE);
-+            SetScrollValuator(device, axnum, SCROLL_TYPE_HORIZONTAL, 1.0, SCROLL_FLAG_NONE);
- #endif
-     }
- 
---
-cgit v0.9.0.2-2-gbebe

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-07-24 15:38:49 UTC (rev 164022)
+++ PKGBUILD	2012-07-24 15:40:11 UTC (rev 164023)
@@ -3,8 +3,8 @@
 # Contributor: Alexander Baldeck <Alexander at archlinux.org
 
 pkgname=xf86-input-evdev
-pkgver=2.7.0
-pkgrel=2
+pkgver=2.7.1
+pkgrel=1
 pkgdesc="X.org evdev input driver"
 arch=(i686 x86_64)
 url="http://xorg.freedesktop.org/"
@@ -14,14 +14,11 @@
 conflicts=('xorg-server<1.11.99.902')
 options=('!libtool' '!makeflags')
 groups=('xorg-drivers' 'xorg')
-source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2
-        Fix_inverted_horizontal_scroll.diff)
-sha1sums=('f0cb2d8400c33e8e83b538b53512e77ba73367fa'
-          'e959e710d9a0c60a3af967148b9d5e014544993c')
+source=(${url}/releases/individual/driver/${pkgname}-${pkgver}.tar.bz2)
+sha256sums=('1c128bbd34bc17d08cc723c2429cdfe7efc426cb753e38189ffd290002a3b598')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
-  patch -Np1 -i ${srcdir}/Fix_inverted_horizontal_scroll.diff
   ./configure --prefix=/usr
   make
 }




More information about the arch-commits mailing list