[packages/xorg-driver-input-synaptics] - updated to 1.9.0 - updated more-fingers patch

qboosh qboosh at pld-linux.org
Wed Nov 23 21:16:35 CET 2016


commit 7d9d8865e6b8c7f0d4f75ab2b45935aa42759787
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Wed Nov 23 21:16:54 2016 +0100

    - updated to 1.9.0
    - updated more-fingers patch

 more-fingers.patch               |  6 +++---
 xorg-driver-input-synaptics.spec | 21 +++++++++++++++------
 2 files changed, 18 insertions(+), 9 deletions(-)
---
diff --git a/xorg-driver-input-synaptics.spec b/xorg-driver-input-synaptics.spec
index f86f4ba..4c43e07 100644
--- a/xorg-driver-input-synaptics.spec
+++ b/xorg-driver-input-synaptics.spec
@@ -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*
diff --git a/more-fingers.patch b/more-fingers.patch
index a7d20d8..eb138fe 100644
--- a/more-fingers.patch
+++ b/more-fingers.patch
@@ -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:
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xorg-driver-input-synaptics.git/commitdiff/7d9d8865e6b8c7f0d4f75ab2b45935aa42759787



More information about the pld-cvs-commit mailing list