diff options
author | Thomas Zimmermann <ml@vdm-design.de> | 2010-01-15 09:11:39 +0000 |
---|---|---|
committer | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2010-01-15 11:18:07 +0100 |
commit | 45ee9e22173122167f63761df3f8e5c29350d291 (patch) | |
tree | 0da16e4fdcc68f3af271e07c49d233dfb0600289 /recipes/e17 | |
parent | eb0805d926c8cf4c1f48d21ee9402786c3209df9 (diff) |
illume-keyboard-default: fix numeric keyboard
* Numeric.kbd was included instead of Numbers.kbd,
so illume-keyboard-default-numeric contained only the numberic.png
* This solves SHR bug #870
Diffstat (limited to 'recipes/e17')
-rw-r--r-- | recipes/e17/illume-keyboard-default_svn.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/e17/illume-keyboard-default_svn.bb b/recipes/e17/illume-keyboard-default_svn.bb index 8b8dbd4a41..f9fd8fd72f 100644 --- a/recipes/e17/illume-keyboard-default_svn.bb +++ b/recipes/e17/illume-keyboard-default_svn.bb @@ -2,7 +2,7 @@ DESCRIPTION = "The illume default keyboards" SECTION = "x11/data" SRCNAME = "e/src/modules/illume/keyboards" PV = "0.16.999.060+svnr${SRCPV}" -PR = "r0" +PR = "r1" SRC_URI = "svn://svn.enlightenment.org/svn/e/trunk;module=${SRCNAME};proto=http" S = "${WORKDIR}/${SRCNAME}" @@ -26,7 +26,7 @@ FILES_${PN}-alpha = "\ ${libdir}${INSTPATH}/alpha.png \ " FILES_${PN}-numeric = "\ - ${libdir}${INSTPATH}/Numeric.kbd \ + ${libdir}${INSTPATH}/Numbers.kbd \ ${libdir}${INSTPATH}/numeric.png \ " FILES_${PN}-terminal = "\ |