wok diff fcitx/receipt @ rev 9750
mpfr: add upstream patches
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Wed May 11 00:48:49 2011 +0200 (2011-05-11) |
parents | b09f15595730 |
children | 3f3e2cc53af0 |
line diff
1.1 --- a/fcitx/receipt Tue Dec 21 01:14:50 2010 +0800 1.2 +++ b/fcitx/receipt Wed May 11 00:48:49 2011 +0200 1.3 @@ -26,5 +26,11 @@ 1.4 { 1.5 mkdir -p $fs/usr 1.6 cp -a $_pkg/usr $fs/ 1.7 - cp -f stuff/config.desc $fs/usr/share/fcitx/data/ 1.8 + sed -i \ 1.9 + -e 's/DefaultValue=default/DefaultValue=classic/' \ 1.10 + -e 's/DefaultValue=L_CTRL/DefaultValue=L_SHIFT/' \ 1.11 + -e 's/DefaultValue=ALT_SPACE/DefaultValue=CTRL_./' \ 1.12 + -e 's/DefaultValue=-/DefaultValue=,/' \ 1.13 + -e 's/DefaultValue==/DefaultValue=./' $fs/usr/share/fcitx/data/config.desc 1.14 + 1.15 }