xf86-input-libinput 0.15.0
This commit is contained in:
parent
29b40a7d4f
commit
5e21051b7f
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,3 +12,4 @@
|
||||
/xf86-input-libinput-0.12.0.tar.bz2
|
||||
/xf86-input-libinput-0.13.0.tar.bz2
|
||||
/xf86-input-libinput-0.14.0.tar.bz2
|
||||
/xf86-input-libinput-0.15.0.tar.bz2
|
||||
|
@ -1,29 +0,0 @@
|
||||
# Match on all types of devices but tablet devices and joysticks
|
||||
|
||||
Section "InputClass"
|
||||
Identifier "libinput pointer catchall"
|
||||
MatchIsPointer "on"
|
||||
MatchDevicePath "/dev/input/event*"
|
||||
Driver "libinput"
|
||||
EndSection
|
||||
|
||||
Section "InputClass"
|
||||
Identifier "libinput keyboard catchall"
|
||||
MatchIsKeyboard "on"
|
||||
MatchDevicePath "/dev/input/event*"
|
||||
Driver "libinput"
|
||||
EndSection
|
||||
|
||||
Section "InputClass"
|
||||
Identifier "libinput touchpad catchall"
|
||||
MatchIsTouchpad "on"
|
||||
MatchDevicePath "/dev/input/event*"
|
||||
Driver "libinput"
|
||||
EndSection
|
||||
|
||||
Section "InputClass"
|
||||
Identifier "libinput touchscreen catchall"
|
||||
MatchIsTouchscreen "on"
|
||||
MatchDevicePath "/dev/input/event*"
|
||||
Driver "libinput"
|
||||
EndSection
|
2
sources
2
sources
@ -1 +1 @@
|
||||
10c06d3dd626dfdad3174d1f4e856a2a xf86-input-libinput-0.14.0.tar.bz2
|
||||
4a4766a139665ae42870bf432be5631e xf86-input-libinput-0.15.0.tar.bz2
|
||||
|
@ -4,13 +4,12 @@
|
||||
|
||||
Summary: Xorg X11 libinput input driver
|
||||
Name: xorg-x11-drv-libinput
|
||||
Version: 0.14.0
|
||||
Release: 2%{?dist}
|
||||
Version: 0.15.0
|
||||
Release: 1%{?dist}
|
||||
URL: http://www.x.org
|
||||
License: MIT
|
||||
|
||||
Source0: ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
|
||||
Source1: 90-libinput.conf
|
||||
|
||||
# Fedora-specific unless merged into 1.7.3 at least
|
||||
Patch00: 0001-Fedora-use-unaccelerated-vmask-on-input-ABI-21.patch
|
||||
@ -51,7 +50,6 @@ make %{?_smp_mflags}
|
||||
find $RPM_BUILD_ROOT -regex ".*\.la$" | xargs rm -f --
|
||||
|
||||
install -d $RPM_BUILD_ROOT%{_datadir}/X11/xorg.conf.d
|
||||
install -p -m 0644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/X11/xorg.conf.d/90-libinput.conf
|
||||
|
||||
%files
|
||||
%doc COPYING
|
||||
@ -72,6 +70,9 @@ Xorg X11 libinput input driver development files.
|
||||
%{_includedir}/xorg/libinput-properties.h
|
||||
|
||||
%changelog
|
||||
* Tue Oct 27 2015 Peter Hutterer <peter.hutterer@redhat.com> 0.15.0-1
|
||||
- xf86-input-libinput 0.15.0
|
||||
|
||||
* Wed Sep 16 2015 Dave Airlie <airlied@redhat.com> - 0.14.0-2
|
||||
- 1.18 ABI rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user