2011/12/7 Harvey <harv@gmx.de>:
Rafael,
[...]
sadly, i don't see any way to disable gnome-vfs from ./configure.
This was my first guess too. But "./configure --help" did not help :(
[....]
Harvey
How about a workaround ? Try the patch attached to this email. Of course you have to add in the source=() and md5sums=(), but add this line to the PKGBUILD right before ./configure (...) :
patch -p1 -i ${srcdir}/disable-gnome-vfs.patch
You are my hero! This is working too and cuts the dependency tree significantly.
Concerning gconf I guess I have to live with it. Just updated my package. This is why I love arch - you guys are just wonderful!
Thank you so much
Harvey _______________________________________________ arch-multilib mailing list arch-multilib@archlinux.org http://mailman.archlinux.org/mailman/listinfo/arch-multilib
Did you still need gconf? In my local build it did not need gconf after I disabled gnome-vfs. Try uninstalling lib32-gconf, removing it from makedepends and then build it again. -- Rafael