Comment # 8 on bug 1140614 from
(In reply to QK ZHU from comment #7)
> The script was revised:
> -
> https://build.opensuse.org/package/rdiff/home:qkzhu:branches:GNOME:Factory/
> gobject-introspection?linkrev=base&rev=2
> 
> And I tested this script against gnome-shell, gnome-shell-extensions, gjs
> via:
> 
> #!/bin/bash
> 
> files=$(find ~/git/gnome-shell-extensions -name "*.js")
> #files=$(find ~/git/gjs -name "*.js")
> #files=$(find ~/git/gnome-shell -name "*.js")

Just to be sure: did you extract the gresources? libgjs0 embeds *.js files
directly into the library

The best way to test is to extract libgjs0 into a temp dir (using unrpm) then 

  find /tmp/path/to/libgjs0-extraced | /path/to/your/gi-find-desp.sh -R

alternatively, you can branch gjs into your home: space and let it be inspected
with your gobject-introspection change. If the resulting package is
installable, we're a good step closer


You are receiving this mail because: