Hello, I was trying my first attempt at making a Gentoo package for PyKDE. I notice that not everything in PyKDE gets installed where you tell it to with the "-d" option. I don't think this was the behaviour in previous versions.
Example:
python build.py -d /anotherarea
Then inside pykpanelapplet/Makefile:
install:
-mv ../libs/libpykpanelapplet* /usr/kde/3.1/lib/kde3
-chown 0:0 /usr/kde/3.1/lib/kde3/libpykpanelapplet*
-rm -f /usr/kde/3.1/lib/libpykpanelapplet*
-ln -s /usr/kde/3.1/lib/kde3/libpykpanelapplet.so.1.0.0
/usr/kde/3.1/lib/libpykpanelapplet.so
-ln -s /usr/kde/3.1/lib/kde3/libpykpanelapplet.so.1.0.0
/usr/kde/3.1/lib/libpykpanelapplet.so.1
-ln -s /usr/kde/3.1/lib/kde3/libpykpanelapplet.so.1.0.0
/usr/kde/3.1/lib/libpykpanelapplet.so.1.0
-ln -s /usr/kde/3.1/lib/kde3/libpykpanelapplet.so.1.0.0
/usr/kde/3.1/lib/libpykpanelapplet.so.1.0.0
....
Rather than inside /anotherarea.
Where /anotherarea could possibily be /usr/lib/python2.2/site-packages/
Other Makefiles use the -d argument fine, such as kpart/Makefile:
install:
-cp kparts.py /anotherarea
-cp kparts.pyc /anotherarea
-mv ../libs/libkparts* /anotherarea
-chown 0:0 /anotherarea
Sorry if this question is dumb, I'm new to package making.
Russell Valentine
pgp00000.pgp
Description: PGP signature
