* [PATCH] florence: Initial recipe added
@ 2011-12-12 10:56 Samuel Stirtzel
2011-12-12 13:45 ` Koen Kooi
0 siblings, 1 reply; 3+ messages in thread
From: Samuel Stirtzel @ 2011-12-12 10:56 UTC (permalink / raw)
To: openembedded-devel
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
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"
\ No newline at end of file
--
1.7.5.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] florence: Initial recipe added
2011-12-12 10:56 [PATCH] florence: Initial recipe added Samuel Stirtzel
@ 2011-12-12 13:45 ` Koen Kooi
2011-12-12 15:45 ` Samuel Stirtzel
0 siblings, 1 reply; 3+ messages in thread
From: Koen Kooi @ 2011-12-12 13:45 UTC (permalink / raw)
To: openembedded-devel
-----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-----
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] florence: Initial recipe added
2011-12-12 13:45 ` Koen Kooi
@ 2011-12-12 15:45 ` Samuel Stirtzel
0 siblings, 0 replies; 3+ messages in thread
From: Samuel Stirtzel @ 2011-12-12 15:45 UTC (permalink / raw)
To: openembedded-devel
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
--
Regards
Samuel
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-12-12 15:52 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-12 10:56 [PATCH] florence: Initial recipe added Samuel Stirtzel
2011-12-12 13:45 ` Koen Kooi
2011-12-12 15:45 ` Samuel Stirtzel
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.