Compare commits

..

1 commit

Author SHA1 Message Date
Matthieu Saulnier
107d3fec53 Add French translation in spec file 2012-08-16 22:54:06 +02:00
4 changed files with 78 additions and 1 deletions

1
.gitignore vendored Normal file
View file

@ -0,0 +1 @@
/xinput_calibrator-0.7.5.tar.gz

View file

@ -1 +0,0 @@
Orphaned for 6+ weeks

1
sources Normal file
View file

@ -0,0 +1 @@
20da0a2055a5a75962add8c6b44f60fa xinput_calibrator-0.7.5.tar.gz

76
xinput_calibrator.spec Normal file
View file

@ -0,0 +1,76 @@
Name: xinput_calibrator
Version: 0.7.5
Release: 3%{?dist}
Summary: A generic touchscreen calibration program for X.Org
Summary(fr): Programme de calibrage d'écran tactile générique pour X.Org
License: MIT
URL: http://www.freedesktop.org/wiki/Software/xinput_calibrator
Source0: http://github.com/downloads/tias/xinput_calibrator/xinput_calibrator-%{version}.tar.gz
BuildRequires: desktop-file-utils
BuildRequires: libXtst-devel
BuildRequires: gtk2-devel
%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
%description -l fr
xinput_calibrator est un programme pour calibrer votre écran tactile, quand
le système X Window est utilisé.
Il propose actuellement:
- fonctionnement sur n'importe quel pilote Xorg d'écran tactile standard
(utilise le protocole XInput)
- détection des faux-clics (prévient les calibrations boguées)
- recalibre dynamiquement le pilote evdev
- fragmente les sorties de calibration pour xorg.conf.d ou fichier de règle
HAL
- et plus encore
%prep
%setup -q
%build
%configure --with-gui=gtkmm \
--with-gui=x11
make %{?_smp_mflags}
%install
make install INSTALL="install -p" DESTDIR=%{buildroot}
# Install xinput_calibrator.desktop :
desktop-file-install \
--dir=%{buildroot}%{_datadir}/applications \
./scripts/%{name}.desktop
%files
%doc README COPYING Changelog
%{_bindir}/%{name}
%{_mandir}/man1/%{name}.1*
%{_datadir}/applications/%{name}.desktop
%{_datadir}/pixmaps/%{name}.svg
%{_datadir}/pixmaps/%{name}.xpm
%changelog
* Thu Aug 16 2012 Matthieu Saulnier <fantom@fedoraproject.org> - 0.7.5-3
- Add French translation in spec file
- Remove Group tag in spec file
- Fix manfile extention in %%files section
* Wed Nov 04 2011 Matthieu Saulnier <casper.le.fantom@gmail.com> 0.7.5-2
- minor cleanup spec file
* Tue Oct 25 2011 Matthieu Saulnier <casper.le.fantom@gmail.com> 0.7.5-1
- initial RPM