Kees Cook wrote:
On Sat, Dec 04, 2004 at 11:53:25AM +0100, Jogchum Reitsma wrote:
Inideed, the plugins dir is not
/var/tmp/inkscape-0.40-root/usr/lib/plugins/
but
/var/tmp/inkscape-0.40-root/usr/lib/inkscape/plugins/
How do I set this right?
Ah, oops, just change that thing in the %files section to
%{_libdir}/inkscape/plugins/*
:)
Hm, this one I should have guessed myself...
It works now, and I have build a 586 Suse 9.2 version. Trying to install it, rpm complains about failed dependencies: libatkmm-1.6.so.1 is needed by inkscape-0.40-CVS libgdkmm-2.4.so.1 is needed by inkscape-0.40-CVS libglibmm-2.4.so.1 is needed by inkscape-0.40-CVS libgtkmm-2.4.so.1 is needed by inkscape-0.40-CVS libpangomm-1.4.so.1 is needed by inkscape-0.40-CVS
all of which are present in /usr/local/lib, which in its turn is present in /etc/ld.so.conf. The --nodeps option overcomes this, but it's not very user friendly. All these libraries are not installed trough rpm, maybe this is the problem?
Also it would be nice to build a 686 version; how is this done?
Last but not least, how do I send these rpm's to 'the community'?
kind greetings, Jogchum