[oe-commits] Stefan Schmidt : e-wm-illume-dict-pl: Polish dict for the illume keyboard ( from SHR)

git version control git at git.openembedded.org
Thu Sep 17 19:06:17 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 83688479d4e4d31dbbbcb0413b76e2c393449b07
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=83688479d4e4d31dbbbcb0413b76e2c393449b07

Author: Stefan Schmidt <stefan at datenfreihafen.org>
Date:   Thu Sep 17 18:51:20 2009 +0000

e-wm-illume-dict-pl: Polish dict for the illume keyboard (from SHR)

---

 recipes/efl1/e-wm-illume-dict-pl_git.bb |   15 +++++++++++++++
 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 0000000..a5cf193
--- /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
+}





More information about the Openembedded-commits mailing list