SHA256
1
0
forked from pool/libinput

Use the much better in-patch scheme

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libinput?expand=0&rev=116
This commit is contained in:
Jan Engelhardt 2017-04-16 18:35:51 +00:00 committed by Git OBS Bridge
parent 19ae566e38
commit 8dba41de7e
2 changed files with 10 additions and 3 deletions

View File

@ -1,3 +1,11 @@
From: badshah400@gmail.com
Fix pressure sensitivity for ELANTECH touchpads causing uncomfortable
two-finger taps, scrolls.
References: http://bugzilla.opensuse.org/1034335
References: http://bugs.freedesktop.orgs/100463
Index: libinput-1.7.0/src/evdev-mt-touchpad.c
===================================================================
--- libinput-1.7.0.orig/src/evdev-mt-touchpad.c

View File

@ -32,8 +32,7 @@ Source: http://freedesktop.org/software/libinput/%name-%version.tar.xz
Source2: http://freedesktop.org/software/libinput/%name-%version.tar.xz.sig
Source3: baselibs.conf
Source4: %name.keyring
# PATCH-FIX-UPSTREAM libinput-elantech-pressure-levels.patch boo#1034335 fdo#100463 badshah400@gmail.com -- Fix pressure sensitivity for ELANTECH touchpads causing uncomfortable two-finger taps, scrolls
Patch0: libinput-elantech-pressure-levels.patch
Patch1: libinput-elantech-pressure-levels.patch
#git#BuildRequires: autoconf >= 2.64
#git#BuildRequires: automake >= 1.11
#git#BuildRequires: libtool >= 2.2
@ -100,7 +99,7 @@ to develop applications that require libinput.
%prep
%setup -qn %name-%version
%patch0 -p1
%patch -P 1 -p1
%build
if [ ! -e configure ]; then