blob: 7f978eb97d93038fc1493b6b6c09b7587d7a4932 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
DESCRIPTION = "illume2 SHR config"
SECTION = "e/utils"
DEPENDS = "eet"
LICENSE = "MIT BSD"
RDEPENDS = "shr-e-gadgets"
SRCREV = "1b6bd24e828455f56c26b2f5cbbf2d16838cace8"
PV = "1.2+gitr${SRCPV}"
inherit e
SRC_URI = "git://git.shr-project.org/repo/shr-themes.git;protocol=http;branch=master"
S = "${WORKDIR}/git/e-wm/${PN}"
EXTRA_OECONF = "\
--with-eet-eet=${STAGING_BINDIR_NATIVE}/eet \
"
FILES_${PN} = "${datadir}/enlightenment/data/config/illume2-shr"
RRECOMMENDS_${PN} = "\
e-wm-sysactions-shr \
e-wm-menu-shr \
illume-keyboard-default-alpha \
illume-keyboard-numeric-alt \
illume-keyboard-default-terminal \
"
|