aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/e17
diff options
context:
space:
mode:
authorKlaus Kurzmann <mok@fluxnetz.de>2010-01-29 18:13:18 +0100
committerKlaus Kurzmann <mok@fluxnetz.de>2010-01-29 18:13:45 +0100
commitafab0b0b550083bd125292bc73d024c407cb546e (patch)
treeed826bfbbd264c65b59cc3fe5f4c25494c5aa6e6 /recipes/e17
parentf2c1b445c1d084a6cc916c9fa3f3668aa25814f3 (diff)
downloadopenembedded-afab0b0b550083bd125292bc73d024c407cb546e.tar.gz
illume-keyboards-shr_git.bb: add package for persian keyboard
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
Diffstat (limited to 'recipes/e17')
-rw-r--r--recipes/e17/illume-keyboards-shr_git.bb7
1 files changed, 6 insertions, 1 deletions
diff --git a/recipes/e17/illume-keyboards-shr_git.bb b/recipes/e17/illume-keyboards-shr_git.bb
index 0b3f95bf34..720f013abb 100644
--- a/recipes/e17/illume-keyboards-shr_git.bb
+++ b/recipes/e17/illume-keyboards-shr_git.bb
@@ -5,7 +5,7 @@ S = "${WORKDIR}/git"
PV = "0.0+gitr${SRCREV}"
PE = "1"
-PR = "r1"
+PR = "r2"
PACKAGES = "\
@@ -21,6 +21,7 @@ illume-keyboard-hebrew \
illume-keyboard-numeric-alt \
illume-keyboard-russian \
illume-keyboard-russian-terminal \
+illume-keyboard-persian"
"
PACKAGE_ARCH = "all"
@@ -72,6 +73,10 @@ AUTHOR_illume-keyboard-russian-terminal = "lucky"
DESCRIPTION_illume-keyboard-russian-terminal = "Illume keyboard with russian layout for the Terminal"
FILES_illume-keyboard-russian-terminal = "${libdir}/enlightenment/modules/illume/keyboards/russian-terminal"
+AUTHOR_illume-keyboard-persian = "alabd"
+DESCRIPTION_illume-keyboard-persian = "Illume keyboard with persian layout"
+FILES_illume-keyboard-persian = "${libdir}/enlightenment/modules/illume/keyboards/persian"
+
do_install() {
make DESTDIR=${D} install
}