Hello 주완,

glad to see that you are interested.

As I wrote, I made slight changes to buxton. It is currently a pending
push request: https://github.com/sofar/buxton/pull/127 that is coming
from the fork i made https://github.com/jobol/buxton

Then using this changes, the adapter can be "git cloned" from
https://github.com/jobol/vconf-buxton It is gbs ready. It contains the
adapter and the vconftool. The packaging have to be improved to
slighting replace vconf.

The main file is vconf-buxton.c, it is formatted using "indent -orig".
The vconf API is not changed but received new verbs:
 - vconf_set_default_group: changes the buxton group to use ("vconf" by
default)
 - vconf_keylist_sort: C-sorts the keys of the list
 - vconf_refresh: refresh the values of the keys of the list
 - vconf_scan: build the list with keys of a directory

and the verbs vconf_get have new options:
  VCONF_REFRESH_ONLY,
  VCONF_GET_KEY_REC,
  VCONF_GET_ALL_REC,
  VCONF_GET_DIR_REC

The current state of the work is "tested using the compiled vconftool"
so it is perfect for evaluation but is requiring more test for
production.

To get the patched buxton in your evaluation environment, the easier is
to use the zip file buxton-jobol10.zip from
https://github.com/jobol/buxton/tree/jobol10 (attached)

unzip buxton-jobol10.zip
git clone review.tizen.org:platform/upstream/buxton
cp -r buxton-jobol10/* buxton
cd buxton
sed -i s/%configure/%reconfigure/ packaging/buxton.spec
gbs build

(with adaptations to have buxtonsimple but i'm thinking that you already
made test)

Feedbacks very welcome
Best regards
José Bollo

On ven, 2014-09-19 at 01:45 +0000, 김주완 wrote:
> Hello, José
> 
>  
> 
> I am interested in your adapter.
> 
> Would you please give me some guide?
> 
>  
> 
> Best Regards,
> 
> JuWan Kim
> 
>  
> 
> ------- Original Message -------
> 
> Sender : Jos� Bollo<[email protected]>
> 
> Date : 2014-09-18 23:53 (GMT+09:00)
> 
> Title : [Dev] wrapping vconf to buxton
> 
>  
> 
> Hi all,
> 
> with some changes to buxton, I made an adapter presenting the vconf
> API
> but using the buxton backend.
> 
> If someone is interested, please contact me.
> 
> Best regards
> José
> 
> _______________________________________________
> Dev mailing list
> [email protected]
> https://lists.tizen.org/listinfo/dev
> 
> 
> 
> 


_______________________________________________
Dev mailing list
[email protected]
https://lists.tizen.org/listinfo/dev

Reply via email to