Index: rules/base.lists.part =================================================================== RCS file: /cvs/xlibs/xkbdesc/xkeyboard-config/rules/base.lists.part,v retrieving revision 1.61 diff -u -p -u -p -r1.61 base.lists.part --- rules/base.lists.part 3 Mar 2008 20:48:21 -0000 1.61 +++ rules/base.lists.part 4 Mar 2008 19:32:38 -0000 @@ -15,7 +15,7 @@ ! $pcgeometries = abnt2 latitude jp106 kr106 // Layouts that provide further specializations for the OLPC -! $olpclayouts = af am ara br es et fr it kh kz in mn np ru th tr us +! $olpclayouts = af am ara br ca es et it kh kz in mn np ru th tr us ! $macbooks = macbook78 macbook79 ! $maclaptop = ibook powerbook macbook78 macbook79 Index: symbols/ca =================================================================== RCS file: /cvs/xlibs/xkbdesc/xkeyboard-config/symbols/ca,v retrieving revision 1.16 diff -u -p -u -p -r1.16 ca --- symbols/ca 30 Jan 2008 21:28:12 -0000 1.16 +++ symbols/ca 4 Mar 2008 19:32:38 -0000 @@ -478,3 +478,11 @@ xkb_symbols "shs" { include "level3(ralt_switch)" }; + +// OLPC Section +xkb_symbols "olpc" { + + include "fr" + + key { [ 3, slash, ograve, Ograve ] }; +}; Index: symbols/fr =================================================================== RCS file: /cvs/xlibs/xkbdesc/xkeyboard-config/symbols/fr,v retrieving revision 1.18 diff -u -p -u -p -r1.18 fr --- symbols/fr 3 Mar 2008 20:36:02 -0000 1.18 +++ symbols/fr 4 Mar 2008 19:32:38 -0000 @@ -755,10 +755,3 @@ xkb_symbols "geo" { }; -// OLPC Section -xkb_symbols "olpc" { - - include "basic" - - key { [ 3, slash, ograve, Ograve ] }; -};