On Sat, Aug 28, 2021 at 12:27:37PM +0100, Ottavio Caruso wrote: > I ended up copying the schema from /usr/pkg/share/glib-2.0/schemas/ to > /usr/share/glib-2.0/schemas/ > > > # sudo cp /usr/pkg/share/glib-2.0/schemas/net.sf.liferea.gschema.xml > /usr/share/glib-2.0/schemas/ > > # sudo glib-compile-schemas /usr/share/glib-2.0/schemas/ > > > Not sure if this is the most elegant solution. liferea does the right thing AFAICT: GLIB_SCHEMAS= net.sf.liferea.gschema.xml ... .include "../../devel/glib2/schemas.mk" so perhaps you need to use more libraries from pkgsrc. Thomas