diff --git a/.gitignore b/.gitignore deleted file mode 100644 index 8df2a21..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/xinput_calibrator-0.7.5.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..5204a84 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Orphaned for 6+ weeks diff --git a/sources b/sources deleted file mode 100644 index 5bd4f2a..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -20da0a2055a5a75962add8c6b44f60fa xinput_calibrator-0.7.5.tar.gz diff --git a/xinput_calibrator.spec b/xinput_calibrator.spec deleted file mode 100644 index e48cdcc..0000000 --- a/xinput_calibrator.spec +++ /dev/null @@ -1,97 +0,0 @@ -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 - 0.7.5-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Sun Jun 08 2014 Fedora Release Engineering - 0.7.5-9 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sun Aug 04 2013 Fedora Release Engineering - 0.7.5-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Fri Feb 15 2013 Fedora Release Engineering - 0.7.5-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild - -* Thu Aug 16 2012 Matthieu Saulnier - 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 - 0.7.5-5 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - -* Tue Feb 28 2012 Fedora Release Engineering - 0.7.5-4 -- Rebuilt for c++ ABI breakage - -* Sat Jan 14 2012 Fedora Release Engineering - 0.7.5-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild - -* Wed Nov 04 2011 Matthieu Saulnier 0.7.5-2 -- minor cleanup spec file - -* Tue Oct 25 2011 Matthieu Saulnier 0.7.5-1 -- initial RPM