diff options
author | Rene Wagner <rw@handhelds.org> | 2006-11-04 00:46:05 +0100 |
---|---|---|
committer | Rene Wagner <rw@handhelds.org> | 2006-11-04 00:46:05 +0100 |
commit | ac111932d7503334362c08897599f25b8c82379c (patch) | |
tree | 4b96beb6f38bdfd0397b7fd88af33069cbcf4881 /org.handhelds.familiar/packages/matchbox-keyboard/matchbox-keyboard_0.1.bb | |
parent | fdbf6687df0a95ffcc32f5186faff83e6c7c1cab (diff) |
matchbox-keyboard, libfakekey: use 0.1 releases and add smallscreen patch.
Signed-off-by: Rene Wagner <rw@handhelds.org>
Diffstat (limited to 'org.handhelds.familiar/packages/matchbox-keyboard/matchbox-keyboard_0.1.bb')
-rw-r--r-- | org.handhelds.familiar/packages/matchbox-keyboard/matchbox-keyboard_0.1.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/org.handhelds.familiar/packages/matchbox-keyboard/matchbox-keyboard_0.1.bb b/org.handhelds.familiar/packages/matchbox-keyboard/matchbox-keyboard_0.1.bb new file mode 100644 index 0000000..2cf98e4 --- /dev/null +++ b/org.handhelds.familiar/packages/matchbox-keyboard/matchbox-keyboard_0.1.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "Matchbox keyboard" +LICENSE = "GPL" +DEPENDS = "libfakekey expat libxft" +SECTION = "x11/wm" + +SRC_URI = "http://projects.o-hand.com/matchbox/sources/${PN}/${@'.'.join(bb.data.getVar('PV', d, 1).split('.')[:2])}/${PN}-${PV}.tar.bz2 \ + file://fontsize.patch;patch=1" + +inherit autotools pkgconfig gettext + +FILES_${PN} = "${bindir} \ + ${datadir}/applications \ + ${datadir}/pixmaps \ + ${datadir}/matchbox-keyboard" + |