I have upgrade my kde-3.2.3 to kde-3.3.0, i have remove kde-3.2.3 and re-compile more packages to adapt kde-3.3.0 but this packages have a bad location for same file: In eclipse-sdk-2.1.3-r3.ebuild: if use kde ; then # karltk: should check for available kde version(s) insinto /usr/kde/3.2/share/applnk/Applications/ <---------- !!! doins eclipse-${SLOT}.desktop fi In nxclient-1.3.2.ebuild: insinto /usr/kde/3.2/share/applnk/Internet <------------------ !!! doins "usr/NX/share/applnk/NX Client for Linux/nxclient-admin.desktop" doins "usr/NX/share/applnk/NX Client for Linux/nxclient-help.desktop" doins "usr/NX/share/applnk/NX Client for Linux/nxclient-wizard.desktop" doins "usr/NX/share/applnk/NX Client for Linux/nxclient.desktop" In tuxpaint-0.9.13.ebuild: use kde && dodir /usr/kde/3.1/share/applnk/Graphics \ <--------------- !!! /usr/kde/3.1/share/icons/hicolor/48x48/apps \ <--------------- !!! /usr/kde/3.1/share/icons/hicolor/32x32/apps \ <----------------- !!! /usr/kde/3.1/share/icons/hicolor/16x16/apps <---------------- !!! I am trying others packages affections from this problem Reproducible: Always Steps to Reproduce: 1. 2. 3.
karltk: I changed the unstable versions of eclipse-sdk to install in /usr/share/applnk instead of /usr/kde/*/share/applnk, feel free to do the same with the stable version. lenardop: the ebuild currently does $(kde-config --install apps --expandvars), but it can just install in /usr/share...
All the problems above should be fixed now, please report if you find more.