diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-03-23 18:15:03 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-03-23 18:15:03 +0100 |
commit | 7d995c58b1f3c34874110f6040021fd83d618732 (patch) | |
tree | 21db911783f88a232b3bc5a0f669b73833f63f1c /meta-efl/recipes-efl/efl/e-wm-illume-dict-pl_git.bb | |
parent | 1c2cf0868bcf72847a3150416f5b48e94ba512d4 (diff) | |
download | meta-openembedded-7d995c58b1f3c34874110f6040021fd83d618732.tar.gz |
meta-efl: import from meta-shr.
Not all dependencies are in yet e.g. eve is missing webkit-efl, but e-wm should build
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-efl/recipes-efl/efl/e-wm-illume-dict-pl_git.bb')
-rw-r--r-- | meta-efl/recipes-efl/efl/e-wm-illume-dict-pl_git.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta-efl/recipes-efl/efl/e-wm-illume-dict-pl_git.bb b/meta-efl/recipes-efl/efl/e-wm-illume-dict-pl_git.bb new file mode 100644 index 000000000..e07de9474 --- /dev/null +++ b/meta-efl/recipes-efl/efl/e-wm-illume-dict-pl_git.bb | |||
@@ -0,0 +1,18 @@ | |||
1 | DESCRIPTION = "Polish dictionary for Illume keyboard" | ||
2 | SECTION = "x11/data" | ||
3 | SRCREV = "1cc80e26a4558dfc2268b349d9a1f468e515bcfb" | ||
4 | PV = "1.0+gitr${SRCPV}" | ||
5 | PE = "1" | ||
6 | PR = "r0" | ||
7 | LICENSE = "unknown" | ||
8 | |||
9 | SRC_URI = "git://git.shr-project.org/repo/shr-themes.git;protocol=http;branch=master" | ||
10 | |||
11 | S = "${WORKDIR}/git/e-wm/${PN}" | ||
12 | |||
13 | FILES_${PN} = "${libdir}/enlightenment/modules/illume/dicts/Polish.dic" | ||
14 | |||
15 | do_install() { | ||
16 | install -d ${D}${libdir}/enlightenment/modules/illume/dicts | ||
17 | install -m 0644 ${S}/Polish.dic ${D}${libdir}/enlightenment/modules/illume/dicts/Polish.dic | ||
18 | } | ||