blob: d6232ac95ebe40c67c4afa82b2a0431c9e0ab10f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
DESCRIPTION = "illume SHR applications.menu config"
SECTION = "e/utils"
LICENSE = "MIT BSD"
SRCREV = "1cc80e26a4558dfc2268b349d9a1f468e515bcfb"
PV = "1.1-${EFL_SRCREV}+gitr${SRCPV}"
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
}
|