summaryrefslogtreecommitdiffstats
path: root/meta-efl/recipes-efl/efl/e-wm-illume-dict-pl_git.bb
diff options
context:
space:
mode:
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.bb18
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..17f668b98
--- /dev/null
+++ b/meta-efl/recipes-efl/efl/e-wm-illume-dict-pl_git.bb
@@ -0,0 +1,18 @@
1SUMMARY = "Polish dictionary for Illume keyboard"
2SECTION = "x11/data"
3SRCREV = "38fdd9bb0d8296e984bb6443466801eea6f62f00"
4PV = "1.0+gitr${SRCPV}"
5PE = "1"
6LICENSE = "MIT BSD"
7LIC_FILES_CHKSUM = "file://LICENSE;md5=f523ab5986cc79b52a90d2ac3d5454a2"
8
9SRC_URI = "git://git.shr-project.org/repo/shr-themes.git;protocol=http;branch=master"
10
11S = "${WORKDIR}/git/e-wm/${PN}"
12
13FILES_${PN} = "${libdir}/enlightenment/modules/illume/dicts/Polish.dic"
14
15do_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}