summaryrefslogtreecommitdiff
path: root/devel/glib2/schemas.mk
AgeCommit message (Collapse)AuthorFilesLines
2011-02-20TOOLS_NOOP is not enough to catch all calls to glib-compile-schemas becausejmmv1-1/+7
some packages deduce the full name to the tool instead of relying on the PATH. Attempt to do better by setting the GLIB_COMPILE_SCHEMAS variable to a non-absolute name during the build, hoping that such packages do define this Makefile variable. This should fix the build of evince as reported in PR pkg/44589.
2011-01-18Add a schemas.mk file to let packages that install GSettings schemas tojmmv1-0/+23
rebuild the precompiled database upon install/deinstall. This is mostly a copy/paste of the same logic to deal with gio modules found in modules.mk. No PKGREVISION bump because this does not affect the glib2 package in itself.