diff options
| author | Mario Domenech Goulart <mario@ossystems.com.br> | 2012-12-03 16:03:24 +0000 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2012-12-04 10:46:34 +0100 |
| commit | 3cd0866c28822d08e5817d4d806b8deaa368c711 (patch) | |
| tree | b2bac5dfd6146e3d882bc2feed89bf55b12bfd61 /meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb | |
| parent | 3becce8504033dfac7c497fa12675f873a5df9e0 (diff) | |
| download | meta-openembedded-3cd0866c28822d08e5817d4d806b8deaa368c711.tar.gz | |
xinput-calibrator: update to 2012 Aug 2nd's git snapshot
Change-Id: I16dedd2623cc6230fccbe9765592d29dcdb2aa72
Signed-off-by: Mario Domenech Goulart <mario@ossystems.com.br>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb')
| -rw-r--r-- | meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb b/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb deleted file mode 100644 index edc10bda40..0000000000 --- a/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_0.7.5.bb +++ /dev/null | |||
| @@ -1,33 +0,0 @@ | |||
| 1 | DESCRIPTION = "A generic touchscreen calibration program for X.Org" | ||
| 2 | HOMEPAGE = "http://www.freedesktop.org/wiki/Software/xinput_calibrator" | ||
| 3 | LICENSE = "MIT-X" | ||
| 4 | LIC_FILES_CHKSUM = "file://src/calibrator.cpp;endline=22;md5=998e238a7638a7446eaeb02398f691fc" | ||
| 5 | DEPENDS = "virtual/libx11 libxi" | ||
| 6 | |||
| 7 | PR = "r8" | ||
| 8 | |||
| 9 | inherit autotools | ||
| 10 | |||
| 11 | SRC_URI = "http://github.com/downloads/tias/xinput_calibrator/xinput_calibrator-${PV}.tar.gz \ | ||
| 12 | file://0001-xinput_calibrator_pointercal.sh-specify-output-type-.patch \ | ||
| 13 | file://xinput-calibrator-autostart.desktop \ | ||
| 14 | " | ||
| 15 | SRC_URI[md5sum] = "20da0a2055a5a75962add8c6b44f60fa" | ||
| 16 | SRC_URI[sha256sum] = "baa4ddca49ec94c27ba4c715bfa26692fec1132103e927213c3169e475d3d971" | ||
| 17 | |||
| 18 | S = "${WORKDIR}/xinput_calibrator-${PV}" | ||
| 19 | |||
| 20 | # force native X11 ui as we don't have gtk+ in DEPENDS | ||
| 21 | EXTRA_OECONF += "--with-gui=x11" | ||
| 22 | |||
| 23 | do_install_append() { | ||
| 24 | install -d ${D}${bindir} | ||
| 25 | install -m 0755 scripts/xinput_calibrator_pointercal.sh ${D}${bindir}/xinput_calibrator_once.sh | ||
| 26 | |||
| 27 | install -d ${D}${sysconfdir}/xdg/autostart | ||
| 28 | install -m 0644 ${WORKDIR}/xinput-calibrator-autostart.desktop ${D}${sysconfdir}/xdg/autostart | ||
| 29 | } | ||
| 30 | |||
| 31 | FILES_${PN} += "${sysconfdir}/xdg/autostart" | ||
| 32 | RDEPENDS_${PN} = "xinput xterm" | ||
| 33 | RRECOMMENDS_${PN} = "pointercal-xinput" | ||
