GNOME Bugzilla – Bug 327449
Option to disable update-mime-database
Last modified: 2006-01-19 04:40:03 UTC
During 'make install' in plugins/nautilus, update-mime-database is run to adjust the local system's mimetypes files. However, I build to a temp location on a dedicated build machine, so I don't want that to happen (I comment-out the lines of the Makefile*). A useful solution would be for ./configure to take a --disable-update-databases flag. See the 'bluefish' gnome package for an example of its implementation.
Interesting. Once again do you have any patches that enable this behaviour?
Created attachment 57623 [details] [review] Implements --disable-update-mime-database
Thanks but.... Did you test this patch? It didn't apply cleanly to the seahorse-0-8 stable branch. It also didn't build for me (using automake 1.9) due to a uninstall-data-local/uninstall-local mixup. In any case it pointed me in the right direction and the --disable-update-mime-database option is now in the stable branch. Should be included in 0.8.1: 2006-01-18 Nate Nielsen <nielsen@memberwebs.com> * configure.in: * plugins/nautilus/Makefile.am: Add --disable-update-mime-database option. Patch by <dmacks@netspace.org> Fixes bug #327449
That was a diff against CVS HEAD, based on some apparently crappy cut'n'paste from another modified set of files where I was testing it. Sorry for the mixup, but thanks for fixing it. seahorse-0.8 is now available via fink for OS X users.