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:
parent
19ae566e38
commit
8dba41de7e
@ -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
|
Index: libinput-1.7.0/src/evdev-mt-touchpad.c
|
||||||
===================================================================
|
===================================================================
|
||||||
--- libinput-1.7.0.orig/src/evdev-mt-touchpad.c
|
--- libinput-1.7.0.orig/src/evdev-mt-touchpad.c
|
||||||
|
@ -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
|
Source2: http://freedesktop.org/software/libinput/%name-%version.tar.xz.sig
|
||||||
Source3: baselibs.conf
|
Source3: baselibs.conf
|
||||||
Source4: %name.keyring
|
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
|
Patch1: libinput-elantech-pressure-levels.patch
|
||||||
Patch0: libinput-elantech-pressure-levels.patch
|
|
||||||
#git#BuildRequires: autoconf >= 2.64
|
#git#BuildRequires: autoconf >= 2.64
|
||||||
#git#BuildRequires: automake >= 1.11
|
#git#BuildRequires: automake >= 1.11
|
||||||
#git#BuildRequires: libtool >= 2.2
|
#git#BuildRequires: libtool >= 2.2
|
||||||
@ -100,7 +99,7 @@ to develop applications that require libinput.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -qn %name-%version
|
%setup -qn %name-%version
|
||||||
%patch0 -p1
|
%patch -P 1 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
if [ ! -e configure ]; then
|
if [ ! -e configure ]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user