Compare commits

..

21 commits

Author SHA1 Message Date
Miro Hrončok
1e66ce4e0b Orphaned for 6+ weeks 2019-10-07 11:58:28 +02:00
Fedora Release Engineering
85b4428869 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-07-27 04:16:22 +00:00
Fedora Release Engineering
bf4e8972f6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2019-02-03 12:28:42 +00:00
13f30c1691
Add missing BuildRequires on gcc-c++
/bin/sh: g++: command not found

References: https://bugzilla.redhat.com/show_bug.cgi?id=1606737
Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
2018-07-24 17:07:42 +02:00
Fedora Release Engineering
0de5d064bb - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-07-14 09:20:41 +00:00
Igor Gnatenko
865b3f4825 add BuildRequires: gcc
Reference: https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot
2018-07-09 19:06:54 +02:00
Fedora Release Engineering
796a3d5dc3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2018-02-09 21:42:43 +00:00
Fedora Release Engineering
344b9f568e - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild 2017-08-03 10:44:53 +00:00
Fedora Release Engineering
016cfcc197 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild 2017-07-27 22:10:05 +00:00
Fedora Release Engineering
38141f8c52 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild 2017-02-11 17:54:11 +00:00
Fedora Release Engineering
cc727d6479 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild 2016-02-05 03:32:41 +00:00
Dennis Gilmore
11e47e00ee - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild 2015-06-19 04:04:36 +00:00
Kalev Lember
33b534147a Rebuilt for GCC 5 C++11 ABI change 2015-05-02 18:43:08 +02:00
352dbcb253 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild 2014-08-18 10:07:02 +00:00
Dennis Gilmore
fc07e68b11 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild 2014-06-08 00:57:12 -05:00
Dennis Gilmore
5fa3c02b34 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild 2013-08-04 03:20:13 -05:00
Dennis Gilmore
55621858e0 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild 2013-02-14 21:45:50 -06:00
Matthieu Saulnier
8da83c577b Add French translation in spec file 2012-08-16 22:47:02 +02:00
Dennis Gilmore
5df4ad56dd - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-22 00:37:32 -05:00
Dennis Gilmore
e982fad77d - Rebuilt for c++ ABI breakage 2012-02-28 14:37:58 -06:00
Dennis Gilmore
7b722044fe - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-14 02:58:50 -06:00
4 changed files with 1 additions and 78 deletions

1
.gitignore vendored
View file

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

1
dead.package Normal file
View file

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

View file

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

View file

@ -1,76 +0,0 @@
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