aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/shr/e-wm-menu-shr_git.bb
blob: b8b267b504a457fd2843da78dd3a2589ab138dfc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "illume SHR applications.menu config"
SECTION = "e/utils"
LICENSE = "MIT BSD"
PV = "1.1-${EFL_SRCREV}+gitr${SRCREV}"

RPROVIDES_${PN} = "e-wm-menu"
RCONFLICTS_${PN} = "e-wm-menu"

SRC_URI = "git://git.shr-project.org/repo/shr-themes.git;protocol=http;branch=master"

S = "${WORKDIR}/git/e-wm/${PN}"

FILES_${PN} = "${sysconfdir}/xdg/menus/applications.menu"

do_install() {
    install -d ${D}${sysconfdir}/xdg/menus
    install -m 0755 ${S}/applications.menu ${D}${sysconfdir}/xdg/menus/applications.menu
}