| Submitter | Samuel Stirtzel |
|---|---|
| Date | Dec. 12, 2011, 10:56 a.m. |
| Message ID | <1323687379-25490-1-git-send-email-s.stirtzel@googlemail.com> |
| Download | mbox | patch |
| Permalink | /patch/16719/ |
| State | Superseded |
| Headers | show |
Comments
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Op 12-12-11 11:56, Samuel Stirtzel schreef: > 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 > > Known issues: * Florence cannot access the gconf settings? Does adding 'inherit gconf' fix that? For v2 don't forget to add --subject-prefix meta-oe to your git-send-email command. regards, Koen -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (Darwin) Comment: GPGTools - http://gpgtools.org iEYEARECAAYFAk7mBXoACgkQMkyGM64RGpH67QCghKjiqTVzHTcu9vmFpYvJ2cAO oEkAn3J+wddb2f8fIJeBkAvdwBQTkTKY =oknF -----END PGP SIGNATURE-----
2011/12/12 Koen Kooi <koen@dominion.thruhere.net>: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Op 12-12-11 11:56, Samuel Stirtzel schreef: >> 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 >> >> Known issues: * Florence cannot access the gconf settings? > > Does adding 'inherit gconf' fix that? Thanks, this worked when the configuration was saved once, it should work with a fresh installation too, but I' couldn't test that because I could not uninstall the package with opkg. When running "opkg remove *florence*" it shows only "no packages removed", the same with --force-remove. For the case it won't work I've added a notice how I got it working. I will test it with a fresh rootfs later. > > For v2 don't forget to add --subject-prefix meta-oe to your git-send-email > command. Ok, I will send v2 out with the prefix soon. > > regards, > > Koen > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.11 (Darwin) > Comment: GPGTools - http://gpgtools.org > > iEYEARECAAYFAk7mBXoACgkQMkyGM64RGpH67QCghKjiqTVzHTcu9vmFpYvJ2cAO > oEkAn3J+wddb2f8fIJeBkAvdwBQTkTKY > =oknF > -----END PGP SIGNATURE----- > > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
Patch
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 0000000..79f5742 --- /dev/null +++ b/meta-oe/recipes-support/florence/florence_0.5.1.bb @@ -0,0 +1,21 @@ +DESCRIPTION = "Florence is a virtual keyboard (also called on-screen-keyboard), which allows the user to input text through a touchscreen." +HOMEPAGE = "http://florence.sourceforge.net/english.html" + +LICENSE = "GPLv2" +LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" + + +DEPENDS = "gtk+ libxml2 libglade librsvg libxtst gconf cairo gettext-native intltool-native" + + +SRC_URI = "http://switch.dl.sourceforge.net/project/florence/florence/0.5.1/florence-0.5.1.tar.bz2 \ + " + +SRC_URI[md5sum] = "56d12e5b47c100d9df172aa5ddc0f609" +SRC_URI[sha1sum] = "a3f1c29dd436150002ec14ce9a63de1d72bd1f91" + + +inherit autotools + + +EXTRA_OECONF = "--disable-scrollkeeper --without-docs --without-at-spi --without-panelapplet"
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 Known issues: * Florence cannot access the gconf settings? Signed-off-by: Samuel Stirtzel <s.stirtzel@googlemail.com> --- meta-oe/recipes-support/florence/florence_0.5.1.bb | 21 ++++++++++++++++++++ 1 files changed, 21 insertions(+), 0 deletions(-) create mode 100644 meta-oe/recipes-support/florence/florence_0.5.1.bb \ No newline at end of file