[oe-commits] org.oe.dev matchbox-keyboard-inputmethod svn catch up fic-gta01-font-size patch and also apply for gta02

mickeyl commit openembedded-commits at lists.openembedded.org
Fri Dec 14 00:30:36 UTC 2007


matchbox-keyboard-inputmethod svn catch up fic-gta01-font-size patch and also apply for gta02

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 670f417f73077f9801fc69d12ea50a8e70b260fb
ViewMTN: http://monotone.openembedded.org/revision/info/670f417f73077f9801fc69d12ea50a8e70b260fb
Files:
1
packages/matchbox-keyboard/files/fic-gta01-font-size.patch
packages/matchbox-keyboard/matchbox-keyboard-inputmethod_svn.bb
Diffs:

#
# mt diff -rdcec9934156c3b94fc4d6c25080cce5d4a1c2545 -r670f417f73077f9801fc69d12ea50a8e70b260fb
#
# 
# 
# patch "packages/matchbox-keyboard/files/fic-gta01-font-size.patch"
#  from [7faa8b53d7e6bc3188ea910931137b054c3e77f4]
#    to [ead2a2a2c08495a4ce1a5eb0ecef61e6db31cad0]
# 
# patch "packages/matchbox-keyboard/matchbox-keyboard-inputmethod_svn.bb"
#  from [0443c38b2e1463c513fd3a12fa5c0d213e337cec]
#    to [801c5d051ce467eb8964dc701bb8040c2d9315bf]
# 
============================================================
--- packages/matchbox-keyboard/files/fic-gta01-font-size.patch	7faa8b53d7e6bc3188ea910931137b054c3e77f4
+++ packages/matchbox-keyboard/files/fic-gta01-font-size.patch	ead2a2a2c08495a4ce1a5eb0ecef61e6db31cad0
@@ -1,12 +1,12 @@ Index: matchbox-keyboard/src/matchbox-ke
 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 @@
+--- matchbox-keyboard.orig/src/matchbox-keyboard.c
++++ matchbox-keyboard/src/matchbox-keyboard.c
+@@ -54,7 +54,7 @@
    kb->row_spacing = 5;
  
    kb->font_family  = strdup("sans");
--  kb->font_pt_size = 5;
+-  kb->font_pt_size = 6;
 +  kb->font_pt_size = 3;
    kb->font_variant = strdup("bold");
  
============================================================
--- packages/matchbox-keyboard/matchbox-keyboard-inputmethod_svn.bb	0443c38b2e1463c513fd3a12fa5c0d213e337cec
+++ packages/matchbox-keyboard/matchbox-keyboard-inputmethod_svn.bb	801c5d051ce467eb8964dc701bb8040c2d9315bf
@@ -1,23 +1,23 @@ RPROVIDES_${PN} = "matchbox-keyboard"
 DESCRIPTION = "Matchbox virtual keyboard for X11"
 LICENSE = "GPL"
 DEPENDS = "libfakekey expat libxft gtk+ matchbox-panel-2"
 RCONFLICTS_${PN} = "matchbox-keyboard"
 RPROVIDES_${PN} = "matchbox-keyboard"
-#DEFAULT_PREFERENCE = "-1"
 SECTION = "x11"
 PV = "0.0+svnr${SRCREV}"
-PR = "r9"
+PR = "r10"
 
 SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-keyboard;proto=http \
-	file://smallscreen-fontsize.patch;patch=1 \
+	    file://smallscreen-fontsize.patch;patch=1 \
         file://2-Add-new-modifier--layout--Used-to-cycle-thru-all-available-layouts.patch;patch=1 \
         file://3-Changes-to-improve-layout-rendering--especially-after-adding-support-for.patch;patch=1 \
         file://4-Add-rendering-debug-logging.patch;patch=1 \
         file://5-Add-support-for-loading-multiple-independent-layouts.patch;patch=1 \
         file://6-Add-layout-switch-key-to-all-layouts.patch;patch=1 \
-	file://80matchboxkeyboard"
+	    file://80matchboxkeyboard"
 
 SRC_URI_append_fic-gta01 = " file://fic-gta01-font-size.patch;patch=1"
+SRC_URI_append_fic-gta02 = " file://fic-gta01-font-size.patch;patch=1"
 
 S = "${WORKDIR}/matchbox-keyboard"
 






More information about the Openembedded-commits mailing list