add enter, an experimental inputmethod using efl
authorMichael Lauer <mickey@vanille-media.de>
Fri, 29 Feb 2008 14:46:38 +0000 (14:46 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Fri, 29 Feb 2008 14:46:38 +0000 (14:46 +0000)
packages/freesmartphone/enter_0.0.2.bb [new file with mode: 0644]
packages/freesmartphone/pyneod_svn.bb

diff --git a/packages/freesmartphone/enter_0.0.2.bb b/packages/freesmartphone/enter_0.0.2.bb
new file mode 100644 (file)
index 0000000..7f1dd09
--- /dev/null
@@ -0,0 +1,10 @@
+DESCRIPTION="A easy-to-use virtual keyboard for small touchscreen displays"
+SECTION = "openmoko/inputmethods"
+DEPENDS = "ecore evas edje"
+PR = "r0"
+
+inherit autotools
+
+SRC_URI = "http://gstaedtner.net/projects/enter/enter.tar.gz"
+
+FILES_${PN} += "${datadir}"
index 68938ed..1ca728a 100644 (file)
@@ -4,11 +4,11 @@ SECTION = "console/network"
 DEPENDS = "python"
 LICENSE = "GPL"
 PV = "0.0+svnr${SRCREV}"
-PR = "r2"
+PR = "r3"
 
 inherit update-rc.d
 
-INITSCRIPT_NAME = "init.d.pyneod"
+INITSCRIPT_NAME = "pyneod"
 INITSCRIPT_PARAMS = "defaults 40"
 
 SRC_URI = "svn://projects.linuxtogo.org/svn/smartphones/trunk/software;module=pyneod"