blob: 0c8d75ae3a203fce4316eaf9d2a90ecc751fa71d (
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}"
PR = "r1"
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
}
|