wok-6.x diff fcitx/receipt @ rev 9676
Fixed tazdev. Tazwok uses mercurial| not hg| in WGET_URL.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed May 04 16:22:49 2011 +0000 (2011-05-04) |
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 04 16:22:49 2011 +0000 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 }