[packages/xinput_calibrator] - unified, pl

qboosh qboosh at pld-linux.org
Mon Aug 12 20:10:34 CEST 2024


commit 10dd746047573a5cc18aa9c99453915604a14c08
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Mon Aug 12 18:20:37 2024 +0200

    - unified, pl

 xinput_calibrator.spec | 42 +++++++++++++++++++++++++++---------------
 1 file changed, 27 insertions(+), 15 deletions(-)
---
diff --git a/xinput_calibrator.spec b/xinput_calibrator.spec
index d37a65d..67a3186 100644
--- a/xinput_calibrator.spec
+++ b/xinput_calibrator.spec
@@ -1,12 +1,13 @@
 Summary:	A generic touchscreen calibration program for X.Org
+Summary(pl.UTF-8):	Ogólny program do kalibracji ekranów dotykowych dla X.Org
 Name:		xinput_calibrator
 Version:	0.7.5
 Release:	1
 License:	MIT
 Group:		X11/Applications
-URL:		http://www.freedesktop.org/wiki/Software/xinput_calibrator
 Source0:	https://github.com/tias/xinput_calibrator/archive/v%{version}.tar.gz
 # Source0-md5:	b9fcb2c175a73e3c86af7688073de338
+URL:		http://www.freedesktop.org/wiki/Software/xinput_calibrator
 BuildRequires:	autoconf
 BuildRequires:	automake
 BuildRequires:	desktop-file-utils
@@ -14,16 +15,27 @@ BuildRequires:	gtk+2-devel
 BuildRequires:	libtool
 BuildRequires:	pkgconfig
 BuildRequires:	xorg-lib-libXtst-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
 xinput_calibrator is a program for calibrating your touchscreen, when
 using the X Window System. It currently features:
- - works for any standard Xorg touchscreen driver (uses XInput
-   protocol)
- - mis-click detection (prevents bogus calibration)
- - dynamically recalibrates the evdev driver
- - outputs the calibration as xorg.conf.d snippet or HAL policy file
- - and more
+- works for any standard Xorg touchscreen driver (uses XInput
+  protocol)
+- mis-click detection (prevents bogus calibration)
+- dynamically recalibrates the evdev driver
+- outputs the calibration as xorg.conf.d snippet or HAL policy file
+- and more
+
+%description -l pl.UTF-8
+xinput_calibrator to program do kalibrowania ekranów dotykowych na
+potrzeby używania z X Window System. Aktualne możliwości to m.in:
+- działanie z dowolnym sterownikiem ekranu dotykowego Xorg
+  (wykorzystuje protokół XInput)
+- wykrywanie niechcianych kliknięć (zapobiega błędnej kalibracji)
+- dynamiczna rekalibracja sterownika evdev
+- wyjście kalibracji w postaci fragmentu xorg.conf.d lub pliku
+  polityki HAL
 
 %prep
 %setup -q
@@ -48,9 +60,9 @@ rm -rf $RPM_BUILD_ROOT
 	DESTDIR=$RPM_BUILD_ROOT
 
 # Install xinput_calibrator.desktop :
-desktop-file-install                       \
---dir=$RPM_BUILD_ROOT%{_desktopdir} \
-./scripts/%{name}.desktop
+desktop-file-install \
+	--dir=$RPM_BUILD_ROOT%{_desktopdir} \
+	./scripts/%{name}.desktop
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -58,8 +70,8 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc README Changelog
-%attr(755,root,root) %{_bindir}/%{name}
-%{_mandir}/man1/%{name}.1*
-%{_desktopdir}/%{name}.desktop
-%{_pixmapsdir}/%{name}.svg
-%{_pixmapsdir}/%{name}.xpm
+%attr(755,root,root) %{_bindir}/xinput_calibrator
+%{_mandir}/man1/xinput_calibrator.1*
+%{_desktopdir}/xinput_calibrator.desktop
+%{_pixmapsdir}/xinput_calibrator.svg
+%{_pixmapsdir}/xinput_calibrator.xpm
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xinput_calibrator.git/commitdiff/10dd746047573a5cc18aa9c99453915604a14c08



More information about the pld-cvs-commit mailing list