Compare commits

..

No commits in common. "rawhide" and "f21" have entirely different histories.

4 changed files with 99 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

97
xinput_calibrator.spec Normal file
View file

@ -0,0 +1,97 @@
Name: xinput_calibrator
Version: 0.7.5
Release: 10%{?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
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.5-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.5-9
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.5-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.5-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
* Thu Aug 16 2012 Matthieu Saulnier <fantom@fedoraproject.org> - 0.7.5-6
- Add French translation in spec file
- Remove Group tag in spec file
- Fix manfile extention in %%files section
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.5-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Tue Feb 28 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.5-4
- Rebuilt for c++ ABI breakage
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.7.5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
* 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