Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 63863 - wrong installation directory with kde-3.3.0
Summary: wrong installation directory with kde-3.3.0
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-13 01:11 UTC by Antonio
Modified: 2005-02-17 04:37 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Antonio 2004-09-13 01:11:29 UTC
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.
Comment 1 Gregorio Guidi (RETIRED) gentoo-dev 2005-01-28 10:11:48 UTC
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...
Comment 2 Gregorio Guidi (RETIRED) gentoo-dev 2005-02-12 09:17:00 UTC
All the problems above should be fixed now, please report if you find more.