aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/efl1
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@datenfreihafen.org>2009-09-17 18:51:20 +0000
committerStefan Schmidt <stefan@datenfreihafen.org>2009-09-17 18:51:20 +0000
commit83688479d4e4d31dbbbcb0413b76e2c393449b07 (patch)
tree5cf777b4828fc58139271b03f3f9d5445b837ee3 /recipes/efl1
parent0c186bfb52995ccaede61d0b310886e7eeca6e0d (diff)
downloadopenembedded-83688479d4e4d31dbbbcb0413b76e2c393449b07.tar.gz
e-wm-illume-dict-pl: Polish dict for the illume keyboard (from SHR)
Diffstat (limited to 'recipes/efl1')
-rw-r--r--recipes/efl1/e-wm-illume-dict-pl_git.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/efl1/e-wm-illume-dict-pl_git.bb b/recipes/efl1/e-wm-illume-dict-pl_git.bb
new file mode 100644
index 0000000000..a5cf1938c4
--- /dev/null
+++ b/recipes/efl1/e-wm-illume-dict-pl_git.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Polish dictionary for Illume keyboard"
+SECTION = "x11/data"
+PV = "1.0-gitr${SRCREV}"
+PR = "r0"
+
+SRC_URI = "git://git.shr-project.org/repo/shr-themes.git;protocol=http;branch=master"
+
+S = "${WORKDIR}/git/e-wm/${PN}"
+
+FILES_${PN} = "${libdir}/enlightenment/modules/illume/dicts/Polish.dic"
+
+do_install() {
+ install -d ${D}${libdir}/enlightenment/modules/illume/dicts
+ install -m 0644 ${S}/Polish.dic ${D}${libdir}/enlightenment/modules/illume/dicts/Polish.dic
+}