Skip to content

Commit b899215

Browse files
authored
Merge pull request #87 from whot/wip/retire
README: note that this repo has been retired
2 parents 03dadf5 + 92c40fa commit b899215

File tree

3 files changed

+16
-44
lines changed

3 files changed

+16
-44
lines changed

README

Lines changed: 0 additions & 44 deletions
This file was deleted.

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
xinput calibrator: A generic touchscreen calibration program for X.Org
2+
3+
**xinput calibrator has moved to https://gitlab.freedesktop.org/xorg/app/xinput-calibrator**
4+
5+
**This repository has been retired.**
6+
7+
- Website: http://www.freedesktop.org/wiki/Software/xinput_calibrator
8+
- Source: https://gitlab.freedesktop.org/xorg/app/xinput-calibrator
9+
- Bugs: https://gitlab.freedesktop.org/xorg/app/xinput-calibrator/-/issues

configure.ac

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,13 @@ AM_CONDITIONAL(HAVE_TIMERFD, [test "$glib_cv_timerfd" = "yes"])
9595

9696
AC_SUBST(VERSION)
9797

98+
AC_MSG_WARN([
99+
***************************************************************************
100+
This repository has been moved to
101+
https://gitlab.freedesktop.org/xorg/app/xinput-calibrator
102+
Please update your URLs, this repository will not see any further changes.
103+
***************************************************************************])
104+
98105
AC_OUTPUT([Makefile
99106
scripts/Makefile
100107
src/Makefile

0 commit comments

Comments
 (0)