blob: 522f7cbb9f4cc54761fe6582e6b14fd0ff38298a (
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 = "illume SHR config"
SECTION = "e/utils"
DEPENDS = "eet"
LICENSE = "MIT BSD"
SRCREV = "285e2f0a92fc47d9a739c5a1a936124b6e6fa819"
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/illume-shr"
RRECOMMENDS_${PN} = "\
e-wm-theme-illume-shr \
e-wm-sysactions-shr \
e-wm-menu-shr \
illume-keyboard-default-alpha \
illume-keyboard-numeric-alt \
illume-keyboard-default-terminal \
"
|