]> git.pld-linux.org Git - packages/xorg-driver-input-libinput.git/commitdiff
- up to 0.15.0 auto/th/xorg-driver-input-libinput-0.15.0-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 27 Oct 2015 07:48:08 +0000 (08:48 +0100)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 27 Oct 2015 07:48:08 +0000 (08:48 +0100)
90-libinput.conf [deleted file]
xorg-driver-input-libinput.spec

diff --git a/90-libinput.conf b/90-libinput.conf
deleted file mode 100644 (file)
index 1af2577..0000000
+++ /dev/null
@@ -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
index caabb1e377c890b1354aa9eba114aa570307a739..b584b2d47706f9cad4281e464306bf3c232adda3 100644 (file)
@@ -1,17 +1,16 @@
 Summary:       A libinput-based X.org input driver
 Summary(pl.UTF-8):     Sterownik wejściowy X.org oparty na libinput
 Name:          xorg-driver-input-libinput
-Version:       0.14.0
+Version:       0.15.0
 Release:       1
 License:       MIT
 Group:         X11/Applications
 Source0:       http://xorg.freedesktop.org/releases/individual/driver/xf86-input-libinput-%{version}.tar.bz2
-# Source0-md5: 10c06d3dd626dfdad3174d1f4e856a2a
-Source1:       90-libinput.conf
+# Source0-md5: 4a4766a139665ae42870bf432be5631e
 URL:           http://xorg.freedesktop.org/
 BuildRequires: autoconf >= 2.60
 BuildRequires: automake
-BuildRequires: libinput-devel >= 1.0.0
+BuildRequires: libinput-devel >= 1.1.0
 BuildRequires: libtool >= 2:2
 BuildRequires: pkgconfig >= 1:0.19
 BuildRequires: rpmbuild(macros) >= 1.389
@@ -20,7 +19,7 @@ BuildRequires:        xorg-proto-xproto-devel
 BuildRequires: xorg-util-util-macros >= 1.8
 BuildRequires: xorg-xserver-server-devel >= 1.10
 %{?requires_xorg_xserver_xinput}
-Requires:      libinput >= 1.0.0
+Requires:      libinput >= 1.1.0
 Requires:      xorg-xserver-server >= 1.10
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -55,6 +54,7 @@ Plik nagłówkowy sterownika libinput.
 %{__autoheader}
 %{__automake}
 %configure \
+       --with-xorg-conf-dir=/etc/X11/xorg.conf.d \
        --disable-static
 
 %{__make}
@@ -67,8 +67,6 @@ install -d $RPM_BUILD_ROOT/etc/X11/xorg.conf.d/
 %{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
-cp -p %{SOURCE1} $RPM_BUILD_ROOT/etc/X11/xorg.conf.d/90-libinput.conf
-
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
 
 %clean
This page took 0.069347 seconds and 4 git commands to generate.