From: Alan Knowles Date: Tue, 13 Jul 2010 07:34:19 +0000 (+0800) Subject: rebuild_typelibs.sh X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=7d94d2fca804cc52246f87cedb3326d82a55e8ce rebuild_typelibs.sh --- diff --git a/rebuild_typelibs.sh b/rebuild_typelibs.sh index e69de29..fd90b6a 100644 --- a/rebuild_typelibs.sh +++ b/rebuild_typelibs.sh @@ -0,0 +1,4 @@ +#!/bin/sh +ls /usr/share/gir-1.0/ | sed s/.gir// | awk \ + '{ print "g-ir-compiler /usr/share/gir-1.0/" $1 ".gir -o /usr/lib/girepository-1.0/" $1 ".typelib" }' \ + | sh