matchbox-keyboard-inputmethod_svn.bb: Reduce font size for fic-gta01
authorDaniel Willmann <daniel@totalueberwachung.de>
Sun, 19 Aug 2007 15:47:49 +0000 (15:47 +0000)
committerDaniel Willmann <daniel@totalueberwachung.de>
Sun, 19 Aug 2007 15:47:49 +0000 (15:47 +0000)
(so keyboard fits on the screen)

packages/matchbox-keyboard/files/fic-gta01-font-size.patch [new file with mode: 0644]
packages/matchbox-keyboard/matchbox-keyboard-inputmethod_svn.bb

diff --git a/packages/matchbox-keyboard/files/fic-gta01-font-size.patch b/packages/matchbox-keyboard/files/fic-gta01-font-size.patch
new file mode 100644 (file)
index 0000000..3a09ac5
--- /dev/null
@@ -0,0 +1,13 @@
+Index: matchbox-keyboard/src/matchbox-keyboard.c
+===================================================================
+--- matchbox-keyboard.orig/src/matchbox-keyboard.c     2007-08-19 17:26:59.000000000 +0200
++++ matchbox-keyboard/src/matchbox-keyboard.c  2007-08-19 17:27:06.000000000 +0200
+@@ -52,7 +52,7 @@
+   kb->row_spacing = 5;
+   kb->font_family  = strdup("sans");
+-  kb->font_pt_size = 5;
++  kb->font_pt_size = 3;
+   kb->font_variant = strdup("bold");
+   for (i = 1; i < argc; i++) 
index 4f59b64..a97ed96 100644 (file)
@@ -6,11 +6,13 @@ RPROVIDES = matchbox-keyboard
 #DEFAULT_PREFERENCE = "-1"
 SECTION = "x11"
 PV = "0.0+svn${SRCDATE}"
-PR = "r0"
+PR = "r1"
 
 SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-keyboard;proto=http \
           file://80matchboxkeyboard"
 
+SRC_URI_append_fic-gta01 = " file://fic-gta01-font-size.patch;patch=1"
+
 S = "${WORKDIR}/matchbox-keyboard"
 
 inherit autotools pkgconfig gettext