libgcrypt: restore BBCLASSEXTEND
[openembedded.git] / recipes / shr / e-wm-config-illume-shr_git.bb
1 DESCRIPTION = "illume SHR config"
2 SECTION = "e/utils"
3 DEPENDS = "eet"
4 LICENSE = "MIT BSD"
5 SRCREV = "285e2f0a92fc47d9a739c5a1a936124b6e6fa819"
6 PV = "1.2+gitr${SRCREV}"
7
8 inherit e
9
10 SRC_URI = "git://git.shr-project.org/repo/shr-themes.git;protocol=http;branch=master"
11
12 S = "${WORKDIR}/git/e-wm/${PN}"
13
14 EXTRA_OECONF = "\
15   --with-eet-eet=${STAGING_BINDIR_NATIVE}/eet \
16 "
17
18 FILES_${PN} = "${datadir}/enlightenment/data/config/illume-shr"
19
20 RRECOMMENDS_${PN} = "\
21   e-wm-theme-illume-shr \
22   e-wm-sysactions-shr \
23   e-wm-menu-shr \
24   illume-keyboard-default-alpha \
25   illume-keyboard-numeric-alt \
26   illume-keyboard-default-terminal \
27 "
28