> Date: Thu, 14 Feb 2013 20:33:20 +0700
> Subject: Re: could not find gdk-3.0.gir
> From: benisty.e@gmail.com
> To: rwobben@hotmail.com
>
> On Thu, Feb 14, 2013 at 7:32 PM, Roelof Wobben <rwobben@hotmail.com> wrote:
> >
> >
> > ________________________________
> > Date: Thu, 14 Feb 2013 20:56:37 +0900
> > Subject: Re: could not find gdk-3.0.gir
> > From: shin@sterneck.asia
> > To: rwobben@hotmail.com
> > CC: crux@lists.crux.nu
> >
> >
> > Hi Roelof,
> >
> >>> May I know what package you are trying to build?
> >
> > Yes , Im trying to port Cinnamon to Crux and Im now busy with Muffin, the
> > desktop manager.
> >
> >>>if you really need to use GObjectIntrospection, you would need to first
> >>> install it and then rebuild GTK but before that you need to build the GTK
> >>> dependencies (this may be painful ;-) ).... Once this is done you should be
> >>> all set.
> >
> >
> > I have ported Gobject-introspection to Crux without any problems.
> > But when I try to rebuild GTK3 it stops with this messsage:
> >
> > Could not find GdkPixbuf-2.0.gir.
> >
> > So I rebuild gdk-pixbuf which is in the opt repo and that one succeed.
> > But still the message appear so I think I me into a big mess.
>
> you have to:
> 1/ build and install gobject-introspection
> 2/ edit gdk-pixbuf Pkgfile and remove this line:
> rmdir $PKG/usr/share
> which is the last line of the build function
> 3/ rebuild gdk-pixbuf, you'll get this:
> =======> New files found:
> NEW drwxr-xr-x root/root usr/lib/girepository-1.0/
> NEW -rw-r--r-- root/root
> usr/lib/girepository-1.0/GdkPixbuf-2.0.typelib
> NEW drwxr-xr-x root/root usr/share/
> NEW drwxr-xr-x root/root usr/share/gir-1.0/
> NEW -rw-r--r-- root/root usr/share/gir-1.0/GdkPixbuf-2.0.gir
> =======> Building
> '/home/pkgmk/packages/gdk-pixbuf#2.26.5-1.pkg.tar.gz' succeeded.