Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-02-20 | TOOLS_NOOP is not enough to catch all calls to glib-compile-schemas because | jmmv | 1 | -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-18 | Add a schemas.mk file to let packages that install GSettings schemas to | jmmv | 1 | -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. |