diff options
author | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-06-05 23:49:39 +0200 |
---|---|---|
committer | Stefan Schmidt <stefan@datenfreihafen.org> | 2009-06-06 23:50:40 +0200 |
commit | 5519930151de423b3474dc4418bd350d91cc0f49 (patch) | |
tree | 65b844b576700fd8923c6e10093d2877fc34e468 /recipes | |
parent | d920917b6ab36583c634160a5faee057abd87a6a (diff) |
bubble-keyboard: Add swisscoms bubble-keyboard prototyp
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/e17/bubble-keyboard_svn.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/e17/bubble-keyboard_svn.bb b/recipes/e17/bubble-keyboard_svn.bb new file mode 100644 index 0000000000..c47c8fb12d --- /dev/null +++ b/recipes/e17/bubble-keyboard_svn.bb @@ -0,0 +1,11 @@ +DESCRIPTION = "Simple dialpad keyboard" +SECTION = "x11" +LICENSE = "GPLv2" +DEPENDS = "ecore evas edje libfakekey" +PV = "0.1.4+svnr${SRCREV}" +PR = "r0" + +SRC_URI = "svn://svn.om.vptt.ch/trunk/;proto=http;module=bubble-keyboard" +S = "${WORKDIR}/bubble-keyboard" + +inherit autotools pkgconfig |