5 In order to install this package, you are going to have to do a bunch
6 of rebuilds of gtk software, with gobject/introspection/glib functionality.
8 Install 'gobject-introspection'
10 `$ kiss b gobject-introspection`
14 `$ kiss fork freetype-harfbuzz`
18 `$ sed -i -E "s/(gobject=)disabled/\1enabled" build`
32 `$ sed -i -E "s/(introspection=)disabled/\1enabled" build`
34 To enable gobject-introspection.
46 `$ sed -i -E "s/(introspection=)false/\1true" build`
48 To enable gobject-introspection.
56 First install librsvg:
64 You will need to run the following sed command:
66 `$ sed -i -E -e "s/^rm -f.*//" -e "s/(introspection=)no/\1yes/" build`
68 This will give you the 'gtk-encode-symbolic-svg' executable as well as enabling
77 `$ kiss fork gdk-pixbuf`
81 `$ sed -i -E "s/(\. output)/-Dintrospection=enabled \1/" build`
89 Just perform a rebuild:
95 Just perform a rebuild:
99 This should cover all of the packages that you will have to fork & rebuild,
100 however if you run into build errors relating to missing '.gir' files,
101 try enabling the introspection/gobject option for said package.