wok diff xterm/receipt @ rev 18896

linux: CONFIG_INPUT_WISTRON_BTNS=m
author Richard Dunbar <mojo@slitaz.org>
date Sat Feb 13 16:01:41 2016 -0500 (2016-02-13)
parents 4464f66eb0d2
children a78610b2eb47
line diff
     1.1 --- a/xterm/receipt	Fri Jan 08 07:16:21 2016 +0000
     1.2 +++ b/xterm/receipt	Sat Feb 13 16:01:41 2016 -0500
     1.3 @@ -55,6 +55,15 @@
     1.4  	find $fs -regex '.*\(2.\|U\|I\|8r\|ux\|man\).*' -delete
     1.5  	rm -rf $fs/usr/share/pixmaps
     1.6  	ln -s xterm $fs/usr/bin/uxterm
     1.7 +	cat >> $fs/usr/share/X11/app-defaults/XTerm <<EOT
     1.8 +!
     1.9 +!	libXaw3d  options
    1.10 +xterm*beNiceToColormap: false
    1.11 +xterm*SmeBSB.shadowWidth:  3
    1.12 +xterm*topShadowContrast: 20
    1.13 +xterm*bottomShadowContrast: 50
    1.14 +EOT
    1.15 +	chown -R root:root $fs	
    1.16  }
    1.17  
    1.18  # One of the first X apps cross compiled. Be sure all went well