summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamuel Stirtzel <s.stirtzel@googlemail.com>2011-12-12 16:08:09 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2011-12-15 09:32:49 +0100
commit10f6fd90ed68099f1addfb04602af545456147e6 (patch)
tree144e708267e9aa18866947aca72a75c406493dfd
parentae8e159041d49c09c2b49477eb1d220325a9e5af (diff)
downloadmeta-openembedded-10f6fd90ed68099f1addfb04602af545456147e6.tar.gz
florence: Initial recipe added
Florence is a virtual keyboard used to input text with a touchscreen. Tests: * Run tested on Overo Gumstix with xfce-nm-image * Build tested for Qemuarm NOTICE: If florence can't find its gconf settings, you need to start florence with --config and save the configuration once. Signed-off-by: Samuel Stirtzel <s.stirtzel@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r--meta-oe/recipes-support/florence/florence_0.5.1.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/florence/florence_0.5.1.bb b/meta-oe/recipes-support/florence/florence_0.5.1.bb
new file mode 100644
index 000000000..1f1d7ef51
--- /dev/null
+++ b/meta-oe/recipes-support/florence/florence_0.5.1.bb
@@ -0,0 +1,23 @@
1DESCRIPTION = "Florence is a virtual keyboard (also called on-screen-keyboard), which allows the user to input text through a touchscreen."
2HOMEPAGE = "http://florence.sourceforge.net/english.html"
3
4#NOTICE: If florence can't find its gconf settings, you need to start florence with --config for one time and save the configuration once.
5
6LICENSE = "GPLv2"
7LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
8
9
10DEPENDS = "gtk+ libxml2 libglade librsvg libxtst gconf cairo gettext-native intltool-native"
11
12
13SRC_URI = "http://switch.dl.sourceforge.net/project/florence/florence/0.5.1/florence-0.5.1.tar.bz2 \
14 "
15
16SRC_URI[md5sum] = "56d12e5b47c100d9df172aa5ddc0f609"
17SRC_URI[sha1sum] = "a3f1c29dd436150002ec14ce9a63de1d72bd1f91"
18
19
20inherit autotools
21inherit gconf
22
23EXTRA_OECONF = "--disable-scrollkeeper --without-docs --without-at-spi --without-panelapplet"