task-fso2-compliance: add fsoaudiod as dependency
[openembedded.git] / recipes / shr / e-wm-sysactions-shr_git.bb
blob68d5b30402c32e0fb3521f4b04728a2fea001c33
1 DESCRIPTION = "illume SHR sysactions config"
2 SECTION = "e/utils"
3 LICENSE = "MIT BSD"
4 SRCREV = "bbcec18f0ebd47e4f6eea88b9b774edf7400e752"
5 PV = "1.2+gitr${SRCPV}"
6 PR = "r5"
7 PACKAGE_ARCH = "all"
9 RPROVIDES_${PN} = "e-wm-sysactions"
10 RCONFLICTS_${PN} = "e-wm-sysactions"
11 #RREPLACES_${PN} = "e-wm-sysactions"
13 SRC_URI = "git://git.shr-project.org/repo/shr-themes.git;protocol=http;branch=master"
15 S = "${WORKDIR}/git/e-wm/${PN}"
17 FILES_${PN} = "${sysconfdir}/enlightenment"
19 do_install() {
20 install -d ${D}${sysconfdir}/enlightenment/
21 install -m 0755 ${S}/sysactions.conf ${D}${sysconfdir}/enlightenment/sysactions.conf
22 install -m 0755 ${S}/suspend.sh ${D}${sysconfdir}/enlightenment/suspend.sh
23 install -m 0755 ${S}/lock.sh ${D}${sysconfdir}/enlightenment/lock.sh