[packages/xorg-driver-input-libinput] - new; needs unreleased yet libinput

qboosh qboosh at pld-linux.org
Wed Nov 19 21:32:39 CET 2014


commit 51d7e93dc3e0626eb8822947741911c9656230de
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Wed Nov 19 21:33:05 2014 +0100

    - new; needs unreleased yet libinput

 xorg-driver-input-libinput.spec | 64 +++++++++++++++++++++++++++++++++++++++++
 1 file changed, 64 insertions(+)
---
diff --git a/xorg-driver-input-libinput.spec b/xorg-driver-input-libinput.spec
new file mode 100644
index 0000000..3548b54
--- /dev/null
+++ b/xorg-driver-input-libinput.spec
@@ -0,0 +1,64 @@
+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.2.0
+Release:	1
+License:	MIT
+Group:		X11/Applications
+Source0:	http://xorg.freedesktop.org/releases/individual/driver/xf86-input-libinput-%{version}.tar.bz2
+# Source0-md5:	3c0d849d8b391a0997004f3b19352e5f
+URL:		http://xorg.freedesktop.org/
+BuildRequires:	autoconf >= 2.60
+BuildRequires:	automake
+BuildRequires:	libinput-devel > 0.6.0
+BuildRequires:	libtool >= 2:2
+BuildRequires:	pkgconfig >= 1:0.19
+BuildRequires:	rpmbuild(macros) >= 1.389
+BuildRequires:	xorg-proto-inputproto-devel >= 2.2
+BuildRequires:	xorg-proto-xproto-devel
+BuildRequires:	xorg-util-util-macros >= 1.8
+BuildRequires:	xorg-xserver-server-devel >= 1.10
+%{?requires_xorg_xserver_xinput}
+Requires:	xorg-xserver-server >= 1.10
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This is an X driver based on libinput. It is a thin wrapper around
+libinput, so while it does provide all features that libinput supports
+it does little beyond.
+
+%description -l pl.UTF-8
+Sterownik wejściowy X oparty na libinput. Jest to bardzo cienkie
+obudowanie biblioteki libinput, więc udostępnia wszystkie funkcje
+obsługiwane przez libinput, ale niewiele poza tym.
+
+%prep
+%setup -q -n xf86-input-libinput-%{version}
+
+%build
+%{__libtoolize}
+%{__aclocal}
+%{__autoconf}
+%{__autoheader}
+%{__automake}
+%configure \
+	--disable-static
+
+%{__make}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+	DESTDIR=$RPM_BUILD_ROOT
+
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/xorg/modules/*/*.la
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc COPYING ChangeLog README.md conf/99-libinput.conf
+%config(noreplace) %verify(not md5 mtime size) /etc/X11/xorg.conf.d/10-libinput.conf
+%attr(755,root,root) %{_libdir}/xorg/modules/input/libinput_drv.so
+%{_mandir}/man4/libinput.4*
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xorg-driver-input-libinput.git/commitdiff/51d7e93dc3e0626eb8822947741911c9656230de



More information about the pld-cvs-commit mailing list