Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#50097 - [mutter] gobject-instrospection files are not in right places
Attached to Project:
Arch Linux
Opened by cedlemo (cedlemo) - Tuesday, 19 July 2016, 12:31 GMT
Last edited by Jan de Groot (JGC) - Tuesday, 19 July 2016, 14:21 GMT
Opened by cedlemo (cedlemo) - Tuesday, 19 July 2016, 12:31 GMT
Last edited by Jan de Groot (JGC) - Tuesday, 19 July 2016, 14:21 GMT
|
DetailsDescription:
The gobject-instropsection files of Mutter : * Meta-3.0.gir * Meta-3.0.typelib are in the directory /usr/lib/mutter. The "*.gir" file should be in /usr/share/gir-1.0/ The "*.typelib" should be in /lib/girepository-1.0/ Additional info: * package version(s) extra/mutter 3.20.3-1 Steps to reproduce: |
This task depends upon
That is why they created the gobject-instropection no? You know create dynamic language bindings based on xml files (.gir) and/or binary (.typelib) that describe the API.
# These files are in package-private directories, even though they may be used
# by plugins. If you're writing a plugin, use g-ir-compiler --add-include-path
# and g-ir-compiler --includedir.
girdir = $(pkglibdir)
gir_DATA = Meta-$(api_version).gir