← Back to team overview

ayatana-commits team mailing list archive

Re: [Merge] lp:~ted/dbusmenu/gi-generation into lp:dbusmenu

 

Review: Approve
great gir generation +1
to get vapi files you need the following:
for glib - vapigen --library=DbusmenuGlib-0.2 DbusmenuGlib-0.2.gir
for gtk:
 all instances of GdkPixbuf.Pixbuf in the gir file need to be renamed to Gdk.Pixbuf.
 all instances of Atk.ImplementorIFace in the gir need to be renamed to Atk.Implementor
 vapigen --library=DbusmenuGtk-0.2 --pkg gdk-pixbuf-2.0 --pkg gtk+-2.0 --pkg atk --pkg DbusmenuGlib-0.2 --vapidir=../libdbusmenu-glib/ DbusmenuGtk-0.2.gir

if you can figure out how to do that in autotools, more power to ya! ;)
-- 
https://code.edge.launchpad.net/~ted/dbusmenu/gi-generation/+merge/20317
Your team ayatana-commits is subscribed to branch lp:dbusmenu.



References