mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 17:39:57 +00:00
xinput-calibrator: move systemd support from meta-systemd back to meta-oe
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
@@ -5,12 +5,13 @@ LIC_FILES_CHKSUM = "file://src/calibrator.cpp;endline=22;md5=1bcba08f67cdb56f340
|
|||||||
DEPENDS = "virtual/libx11 libxi"
|
DEPENDS = "virtual/libx11 libxi"
|
||||||
|
|
||||||
PV = "0.7.5+git${SRCPV}"
|
PV = "0.7.5+git${SRCPV}"
|
||||||
PR = "r1"
|
PR = "r5"
|
||||||
|
|
||||||
inherit autotools
|
inherit autotools systemd
|
||||||
|
|
||||||
SRCREV = "c01c5af807cb4b0157b882ab07a893df9a810111"
|
SRCREV = "c01c5af807cb4b0157b882ab07a893df9a810111"
|
||||||
SRC_URI = "git://github.com/tias/xinput_calibrator.git;protocol=git"
|
SRC_URI = "git://github.com/tias/xinput_calibrator.git;protocol=git \
|
||||||
|
file://xinput-calibrator.service"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
@@ -24,8 +25,16 @@ do_install_append() {
|
|||||||
install -d ${D}${sysconfdir}/xdg/autostart
|
install -d ${D}${sysconfdir}/xdg/autostart
|
||||||
sed -i -e 's,^Exec=.*,Exec=${bindir}/xinput_calibrator_once.sh,' scripts/xinput_calibrator.desktop
|
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
|
install -m 0644 scripts/xinput_calibrator.desktop ${D}${sysconfdir}/xdg/autostart
|
||||||
|
|
||||||
|
install -d ${D}${systemd_unitdir}/system
|
||||||
|
install -m 0644 ${WORKDIR}/xinput-calibrator.service ${D}${systemd_unitdir}/system
|
||||||
}
|
}
|
||||||
|
|
||||||
FILES_${PN} += "${sysconfdir}/xdg/autostart"
|
FILES_${PN} += "${sysconfdir}/xdg/autostart"
|
||||||
RDEPENDS_${PN} = "xinput xterm"
|
RDEPENDS_${PN} = "xinput xterm"
|
||||||
RRECOMMENDS_${PN} = "pointercal-xinput"
|
RRECOMMENDS_${PN} = "pointercal-xinput"
|
||||||
|
|
||||||
|
RPROVIDES_${PN} += "${PN}-systemd"
|
||||||
|
RREPLACES_${PN} += "${PN}-systemd"
|
||||||
|
RCONFLICTS_${PN} += "${PN}-systemd"
|
||||||
|
SYSTEMD_SERVICE_${PN} = "${PN}.service"
|
||||||
|
|||||||
-18
@@ -1,18 +0,0 @@
|
|||||||
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
|
|
||||||
|
|
||||||
PRINC := "${@int(PRINC) + 3}"
|
|
||||||
|
|
||||||
inherit systemd
|
|
||||||
|
|
||||||
SRC_URI += "file://xinput-calibrator.service"
|
|
||||||
|
|
||||||
RPROVIDES_${PN} += "${PN}-systemd"
|
|
||||||
RREPLACES_${PN} += "${PN}-systemd"
|
|
||||||
RCONFLICTS_${PN} += "${PN}-systemd"
|
|
||||||
SYSTEMD_SERVICE_${PN} = "${PN}.service"
|
|
||||||
|
|
||||||
do_install_append() {
|
|
||||||
install -d ${D}${systemd_unitdir}/system
|
|
||||||
install -m 0644 ${WORKDIR}/xinput-calibrator.service ${D}${systemd_unitdir}/system
|
|
||||||
}
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user