wok diff scim-tables/receipt @ rev 11785

Down gnumeric (0.8.16) 0.8.17 references gtk+-3. Removed unrecognized option from goffice
author Samuel Trassare <samuel_trassare@yahoo.com>
date Fri Feb 24 10:18:11 2012 -0800 (2012-02-24)
parents 0f39875b5d38
children d0d763c71fac
line diff
     1.1 --- a/scim-tables/receipt	Wed May 25 11:05:29 2011 +0200
     1.2 +++ b/scim-tables/receipt	Fri Feb 24 10:18:11 2012 -0800
     1.3 @@ -28,16 +28,4 @@
     1.4  genpkg_rules()
     1.5  {
     1.6      mkdir -p $fs/var
     1.7 -    for i in base ja ko zh additional
     1.8 -    do
     1.9 -        cook $PACKAGE-$i || tazwok genpkg $PACKAGE-$i
    1.10 -    done
    1.11  }
    1.12 -
    1.13 -clean_wok()
    1.14 -{
    1.15 -    for i in base ja ko zh additional
    1.16 -    do
    1.17 -        tazwok clean $PACKAGE-$i
    1.18 -    done
    1.19 -}