From bb0283a9f3a9ca488c52bea1046bcde12e50f93c Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Tue, 30 Jul 2013 12:48:54 +0000 Subject: [PATCH] xinput-calibrator: remove This is now part of OE-Core. (From meta-openembedded rev: 8fd15dc24fb032e2e1668656995bc5bdc36abba8) Signed-off-by: Paul Eggleton Signed-off-by: Martin Jansa Signed-off-by: Patrick Ohly --- .../xinput-calibrator/xinput-calibrator.service | 11 ------ .../xinput-calibrator/xinput-calibrator_git.bb | 42 ---------------------- 2 files changed, 53 deletions(-) delete mode 100644 meta-openembedded/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator/xinput-calibrator.service delete mode 100644 meta-openembedded/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb diff --git a/meta-openembedded/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator/xinput-calibrator.service b/meta-openembedded/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator/xinput-calibrator.service deleted file mode 100644 index 2301876..0000000 --- a/meta-openembedded/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator/xinput-calibrator.service +++ /dev/null @@ -1,11 +0,0 @@ -[Unit] -Description=Loads xinput calibration data -ConditionPathExists=/etc/pointercal.xinput -Requires=display-manager.service -After=display-manager.service - -[Service] -ExecStart=/usr/bin/xinput_calibrator_once.sh - -[Install] -WantedBy=multi-user.target diff --git a/meta-openembedded/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb b/meta-openembedded/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb deleted file mode 100644 index 640aef1..0000000 --- a/meta-openembedded/meta-oe/recipes-graphics/xinput-calibrator/xinput-calibrator_git.bb +++ /dev/null @@ -1,42 +0,0 @@ -DESCRIPTION = "A generic touchscreen calibration program for X.Org" -HOMEPAGE = "http://www.freedesktop.org/wiki/Software/xinput_calibrator" -LICENSE = "MIT-X" -LIC_FILES_CHKSUM = "file://src/calibrator.cpp;endline=22;md5=1bcba08f67cdb56f34021557898e4b5a" -DEPENDS = "virtual/libx11 libxi" - -PV = "0.7.5+git${SRCPV}" -PR = "r6" - -inherit autotools systemd - -SRCREV = "c01c5af807cb4b0157b882ab07a893df9a810111" -SRC_URI = "git://github.com/tias/xinput_calibrator.git;protocol=git \ - file://xinput-calibrator.service" - -S = "${WORKDIR}/git" - -# force native X11 ui as we don't have gtk+ in DEPENDS -EXTRA_OECONF += "--with-gui=x11" - -do_install_append() { - install -d ${D}${bindir} - install -m 0755 scripts/xinput_calibrator_pointercal.sh ${D}${bindir}/xinput_calibrator_once.sh - - install -d ${D}${sysconfdir}/xdg/autostart - sed -i -e 's,^Exec=.*,Exec=${bindir}/xinput_calibrator_once.sh,' scripts/xinput_calibrator.desktop - install -m 0644 scripts/xinput_calibrator.desktop ${D}${sysconfdir}/xdg/autostart - - if ${@base_contains('DISTRO_FEATURES','systemd','true','false',d)}; then - install -d ${D}${systemd_unitdir}/system - install -m 0644 ${WORKDIR}/xinput-calibrator.service ${D}${systemd_unitdir}/system - fi -} - -FILES_${PN} += "${sysconfdir}/xdg/autostart" -RDEPENDS_${PN} = "xinput xterm" -RRECOMMENDS_${PN} = "pointercal-xinput" - -RPROVIDES_${PN} += "${PN}-systemd" -RREPLACES_${PN} += "${PN}-systemd" -RCONFLICTS_${PN} += "${PN}-systemd" -SYSTEMD_SERVICE_${PN} = "${PN}.service" -- 2.7.4