[oe-commits] org.oe.dev openmoko-terminal2: enable antialiasing again, reduce menu bar font

mickeyl commit openembedded-commits at lists.openembedded.org
Mon Aug 20 15:38:17 UTC 2007


openmoko-terminal2: enable antialiasing again, reduce menu bar font

Author: mickeyl at openembedded.org
Branch: org.openembedded.dev
Revision: 741a12f50880fdb6989ca6020bcdbb11954c19d0
ViewMTN: http://monotone.openembedded.org/revision.psp?id=741a12f50880fdb6989ca6020bcdbb11954c19d0
Files:
1
packages/openmoko2/openmoko-terminal2_1.0.0.bb
Diffs:

#
# mt diff -ra715679233b2802eb1dae9169f4765f59da1b392 -r741a12f50880fdb6989ca6020bcdbb11954c19d0
#
# 
# 
# patch "packages/openmoko2/openmoko-terminal2_1.0.0.bb"
#  from [0e41bc0bf76744acfac0c3e3abb4219a2d258187]
#    to [2ea84bd4f21c78174ab58bc7d9d93e18683612a1]
# 
============================================================
--- packages/openmoko2/openmoko-terminal2_1.0.0.bb	0e41bc0bf76744acfac0c3e3abb4219a2d258187
+++ packages/openmoko2/openmoko-terminal2_1.0.0.bb	2ea84bd4f21c78174ab58bc7d9d93e18683612a1
@@ -1,7 +1,7 @@ RDEPENDS += "mrxvt"
 DESCRIPTION = "The OpenMoko Command Line Console"
 SECTION = "openmoko/applications"
 RDEPENDS += "mrxvt"
-PR = "r3"
+PR = "r4"
 
 RCONFLICTS = "openmoko-terminal"
 RREPLACES = "openmoko-terminal"
@@ -30,7 +30,7 @@ Mrxvt.xftSize:                  5
 Mrxvt.xft:                      1
 Mrxvt.xftFont:                  Bitstream Vera Sans Mono
 Mrxvt.xftSize:                  5
-Mrxvt.xftAntialias:             0
+Mrxvt.xftAntialias:             1
 
 # Don't load a multi-char font. This will reduce the line space if your multi
 # char font has different dimensions than the regular font. You might need to
@@ -39,7 +39,7 @@ Mrxvt.xftPFont:                 Bitstrea
 
 # Font to use for tab bar / menus. This need not be mono-spaced ;).
 Mrxvt.xftPFont:                 Bitstream Vera Sans
-Mrxvt.xftPSize:                 8
+Mrxvt.xftPSize:                 6
 EOF
 
 }






More information about the Openembedded-commits mailing list