wok-current diff xterm/receipt @ rev 19410
linld: shrink
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Sep 21 11:29:01 2016 +0200 (2016-09-21) |
parents | 4464f66eb0d2 |
children | a78610b2eb47 |
line diff
1.1 --- a/xterm/receipt Fri Jan 08 07:16:21 2016 +0000 1.2 +++ b/xterm/receipt Wed Sep 21 11:29:01 2016 +0200 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