forked from pool/libinput
Accepting request 536627 from home:dimstar:Factory
Update to 1.9.0 - happens to include the fix for meson 0.42 OBS-URL: https://build.opensuse.org/request/show/536627 OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libinput?expand=0&rev=134
This commit is contained in:
parent
ba436b1c40
commit
dbf7107bb6
BIN
libinput-1.8.3.tar.xz
(Stored with Git LFS)
BIN
libinput-1.8.3.tar.xz
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
libinput-1.9.0.tar.xz
(Stored with Git LFS)
Normal file
BIN
libinput-1.9.0.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
libinput-1.9.0.tar.xz.sig
Normal file
BIN
libinput-1.9.0.tar.xz.sig
Normal file
Binary file not shown.
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 25 21:41:24 UTC 2017 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 1.9.0:
|
||||
+ Fix build with meson 0.43 (option parser became stricter).
|
||||
+ Touchpads can now use pressure-based palm detection if the
|
||||
hardware supports it.
|
||||
+ On touchpads with ABS_MT_TOUCH_MAJOR/MINOR we can now use those
|
||||
for touch detection (especially if per-touch pressure is not
|
||||
available).
|
||||
+ Touchpads now ignore extra fingers while the pointer-
|
||||
controlling finger is moving.
|
||||
+ Trackpoints have had their pointer acceleration re-done.
|
||||
+ Pointer devices now have button debouncing automagically
|
||||
enabled.
|
||||
+ The tablet-mode switch on hybrid laptop/tablet devices (e.g.
|
||||
Lenovo Yoga) now disables the touchpad, trackpoint and internal
|
||||
keyboard to avoid fake touches when the tablet is placed on a
|
||||
lap or just held with the fingers on those devices.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 5 19:49:03 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
Name: libinput
|
||||
%define lname libinput10
|
||||
Version: 1.8.3
|
||||
Version: 1.9.0
|
||||
Release: 0
|
||||
Summary: Input device and event processing library
|
||||
License: MIT
|
||||
@ -129,18 +129,24 @@ rm -f "%buildroot/%_libdir"/*.la
|
||||
%_bindir/libinput
|
||||
%_bindir/libinput-debug-events
|
||||
%_bindir/libinput-list-devices
|
||||
%dir %_prefix/lib/libinput
|
||||
%_prefix/lib/libinput/libinput-debug-events
|
||||
%_prefix/lib/libinput/libinput-debug-gui
|
||||
%_prefix/lib/libinput/libinput-list-devices
|
||||
%_prefix/lib/libinput/libinput-measure
|
||||
%_prefix/lib/libinput/libinput-measure-touchpad-tap
|
||||
%_mandir/man1/libinput-debug-events.1.gz
|
||||
%_mandir/man1/libinput-debug-gui.1.gz
|
||||
%_mandir/man1/libinput-list-devices.1.gz
|
||||
%_mandir/man1/libinput-measure-touchpad-tap.1.gz
|
||||
%_mandir/man1/libinput-measure.1.gz
|
||||
%_mandir/man1/libinput.1.gz
|
||||
%dir %_libexecdir/libinput
|
||||
%_libexecdir/libinput/libinput-debug-events
|
||||
%_libexecdir/libinput/libinput-debug-gui
|
||||
%_libexecdir/libinput/libinput-list-devices
|
||||
%_libexecdir/libinput/libinput-measure
|
||||
%_libexecdir/libinput/libinput-measure-touch-size
|
||||
%_libexecdir/libinput/libinput-measure-touchpad-pressure
|
||||
%_libexecdir/libinput/libinput-measure-touchpad-tap
|
||||
%_libexecdir/libinput/libinput-measure-trackpoint-range
|
||||
%_mandir/man1/libinput-measure-touch-size.1%{?ext_man}
|
||||
%_mandir/man1/libinput-debug-events.1%{?ext_man}
|
||||
%_mandir/man1/libinput-debug-gui.1%{?ext_man}
|
||||
%_mandir/man1/libinput-list-devices.1%{?ext_man}
|
||||
%_mandir/man1/libinput-measure-touchpad-pressure.1%{?ext_man}
|
||||
%_mandir/man1/libinput-measure-touchpad-tap.1%{?ext_man}
|
||||
%_mandir/man1/libinput-measure-trackpoint-range.1%{?ext_man}
|
||||
%_mandir/man1/libinput-measure.1%{?ext_man}
|
||||
%_mandir/man1/libinput.1%{?ext_man}
|
||||
|
||||
%files devel
|
||||
%_includedir/%name/
|
||||
|
Loading…
Reference in New Issue
Block a user