Compare commits
21 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1e66ce4e0b | ||
|
|
85b4428869 | ||
|
|
bf4e8972f6 | ||
|
13f30c1691 |
|||
|
|
0de5d064bb | ||
|
|
865b3f4825 | ||
|
|
796a3d5dc3 | ||
|
|
344b9f568e | ||
|
|
016cfcc197 | ||
|
|
38141f8c52 | ||
|
|
cc727d6479 | ||
|
|
11e47e00ee | ||
|
|
33b534147a | ||
| 352dbcb253 | |||
|
|
fc07e68b11 | ||
|
|
5fa3c02b34 | ||
|
|
55621858e0 | ||
|
|
8da83c577b | ||
|
|
5df4ad56dd | ||
|
|
e982fad77d | ||
|
|
7b722044fe |
4 changed files with 1 additions and 60 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1 +0,0 @@
|
|||
/xinput_calibrator-0.7.5.tar.gz
|
||||
1
dead.package
Normal file
1
dead.package
Normal file
|
|
@ -0,0 +1 @@
|
|||
Orphaned for 6+ weeks
|
||||
1
sources
1
sources
|
|
@ -1 +0,0 @@
|
|||
20da0a2055a5a75962add8c6b44f60fa xinput_calibrator-0.7.5.tar.gz
|
||||
|
|
@ -1,58 +0,0 @@
|
|||
Name: xinput_calibrator
|
||||
Version: 0.7.5
|
||||
Release: 2%{?dist}
|
||||
Summary: A generic touchscreen calibration program for X.Org
|
||||
Group: Applications/System
|
||||
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
|
||||
#Requires
|
||||
|
||||
|
||||
%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
|
||||
|
||||
|
||||
%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
|
||||
* 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
|
||||
Reference in a new issue