]> git.pld-linux.org Git - packages/xorg-driver-input-synaptics.git/commitdiff
- updated to 1.9.0 auto/th/xorg-driver-input-synaptics-1.9.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 23 Nov 2016 20:16:54 +0000 (21:16 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Wed, 23 Nov 2016 20:16:54 +0000 (21:16 +0100)
- updated more-fingers patch

more-fingers.patch
xorg-driver-input-synaptics.spec

index a7d20d8ec838debf1d46fe8b3e78876ab40d201e..eb138fed22b2d729f90b4beb1e29d8126759c854 100644 (file)
@@ -10,10 +10,10 @@ Subject: [PATCH] Added 4 and 5 fingers support for more trackpads :) (It
  src/synproto.h         |  2 ++
  3 files changed, 16 insertions(+), 3 deletions(-)
 
-diff --git a/conf/50-synaptics.conf b/conf/50-synaptics.conf
+diff --git a/conf/70-synaptics.conf b/conf/70-synaptics.conf
 index aa50456..47ee3c8 100644
---- a/conf/50-synaptics.conf
-+++ b/conf/50-synaptics.conf
+--- a/conf/70-synaptics.conf
++++ b/conf/70-synaptics.conf
 @@ -14,7 +14,9 @@ Section "InputClass"
  # This option is recommend on all Linux systems using evdev, but cannot be
  # enabled by default. See the following link for details:
index f86f4ba665113a78a476483c9c7a9b51a4440ff1..4c43e073bb7f42fc0423289bfc4acfcf0fef0ddd 100644 (file)
@@ -1,17 +1,20 @@
 Summary:       X.org input driver for Synaptics and ALPS touchpads
 Summary(pl.UTF-8):     Sterownik wejściowy X.org do touchpadów Synaptics oraz ALPS
 Name:          xorg-driver-input-synaptics
-Version:       1.8.3
-Release:       3
+Version:       1.9.0
+Release:       1
 License:       MIT
 Group:         X11/Applications
-Source0:       http://xorg.freedesktop.org/archive/individual/driver/xf86-input-synaptics-%{version}.tar.bz2
-# Source0-md5: 4e3c8bed1ab4a67db2160c2c3d7e2a34
+Source0:       https://xorg.freedesktop.org/archive/individual/driver/xf86-input-synaptics-%{version}.tar.bz2
+# Source0-md5: 58e5b7722a402114093bf193962d1e3a
 Patch0:                restore-shm1.patch
 Patch1:                restore-shm2.patch
 Patch2:                more-fingers.patch
-URL:           http://xorg.freedesktop.org/
+URL:           https://xorg.freedesktop.org/
+BuildRequires: autoconf >= 2.60
+BuildRequires: automake
 BuildRequires: libevdev-devel >= 1.2
+BuildRequires: libtool
 BuildRequires: perl-base
 BuildRequires: pkgconfig
 BuildRequires: rpmbuild(macros) >= 1.389
@@ -20,6 +23,7 @@ BuildRequires:        xorg-lib-libXtst-devel >= 1.0.99.1
 BuildRequires: xorg-proto-inputproto-devel >= 2.1.99.3
 BuildRequires: xorg-proto-randrproto-devel
 BuildRequires: xorg-proto-recordproto-devel
+BuildRequires: xorg-proto-xproto-devel
 BuildRequires: xorg-util-util-macros >= 1.13
 BuildRequires: xorg-xserver-server-devel >= 1.12
 Requires:      xorg-lib-libXi >= 1.2
@@ -57,6 +61,11 @@ Plik nagłówkowy sterownika synaptics.
 %patch2 -p1
 
 %build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
 %configure \
        --disable-silent-rules
 %{__make}
@@ -78,7 +87,7 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/synclient
 %attr(755,root,root) %{_bindir}/syndaemon
 %attr(755,root,root) %{_libdir}/xorg/modules/input/synaptics_drv.so
-%{_datadir}/X11/xorg.conf.d/50-synaptics.conf
+%{_datadir}/X11/xorg.conf.d/70-synaptics.conf
 %{_mandir}/man1/synclient.1*
 %{_mandir}/man1/syndaemon.1*
 %{_mandir}/man4/synaptics.4*
This page took 0.046266 seconds and 4 git commands to generate.