[oe-commits] Sebastian Krzyszkowiak : e-wm-illume-dict-pl: add package with polish dictionary for Illume keyboard

git version control git at git.openembedded.org
Fri Jun 5 21:18:33 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: 3b045d1de52f968b582bf8c98d5269526376c725
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3b045d1de52f968b582bf8c98d5269526376c725

Author: Sebastian Krzyszkowiak <seba.dos1 at gmail.com>
Date:   Fri Jun  5 23:09:18 2009 +0200

e-wm-illume-dict-pl: add package with polish dictionary for Illume keyboard

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/shr/e-wm-illume-dict-pl_git.bb |   15 +++++++++++++++
 recipes/tasks/task-shr-feed.bb         |    1 +
 2 files changed, 16 insertions(+), 0 deletions(-)

diff --git a/recipes/shr/e-wm-illume-dict-pl_git.bb b/recipes/shr/e-wm-illume-dict-pl_git.bb
new file mode 100644
index 0000000..1fa5af8
--- /dev/null
+++ b/recipes/shr/e-wm-illume-dict-pl_git.bb
@@ -0,0 +1,15 @@
+DESCRIPTION = "Polish dictionary for Illume keyboard"
+SECTION = "x11/data"
+PV = "1.0-gitr${SRCPV}"
+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
+}
diff --git a/recipes/tasks/task-shr-feed.bb b/recipes/tasks/task-shr-feed.bb
index 68b858e..383bd2f 100644
--- a/recipes/tasks/task-shr-feed.bb
+++ b/recipes/tasks/task-shr-feed.bb
@@ -62,4 +62,5 @@ RDEPENDS_${PN} += "\
 		gdb \
 		oh-puzzles \
 		links-x11 \
+                e-wm-illume-dict-pl \
 "





More information about the Openembedded-commits mailing list