Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 63172 - app-misc/nxclient-1.3.2 ebuild assumes KDE is 3.2 (patch)
Summary: app-misc/nxclient-1.3.2 ebuild assumes KDE is 3.2 (patch)
Status: VERIFIED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Stuart Herbert (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 63757
  Show dependency tree
 
Reported: 2004-09-07 15:52 UTC by Vaclav Slavik
Modified: 2004-12-10 17:18 UTC (History)
0 users

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


Attachments
nxclient-1.3.2-r1.ebuild.patch (nxclient-1.3.2-r1.ebuild.patch,907 bytes, patch)
2004-09-07 15:53 UTC, Vaclav Slavik
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Vaclav Slavik 2004-09-07 15:52:58 UTC
nxclient-1.3.2.ebuild wrongly installs menu entries into /usr/kde/3.2, regardless of where KDE really is. 1.4.0 ebuild is fixed, but that's a development snapshot, not stable release, it would be nice to have this in 1.3.2-r1 as well. Patch attached.
Comment 1 Vaclav Slavik 2004-09-07 15:53:22 UTC
Created attachment 39153 [details, diff]
nxclient-1.3.2-r1.ebuild.patch
Comment 2 Stuart Herbert (RETIRED) gentoo-dev 2004-09-12 22:49:40 UTC
I've fixed this in nxclient-1.3.2-r1.  Please test, and let me know how you get on.

Best regards,
Stu
Comment 3 Vaclav Slavik 2004-09-13 13:19:22 UTC
It works now, thanks.
Comment 4 Sok Ann Yap 2004-11-17 07:37:30 UTC
I think it should be /usr/kde/3* instead of /usr/kde/*, as unsermake also get installed to /usr/kde.
Comment 5 Vaclav Slavik 2004-11-18 01:20:07 UTC
It certainly shouldn't, that wouldn't work with KDE 2,4,5,6,... Instead, it should test if $x matched a directory.
Comment 6 Sok Ann Yap 2004-12-10 17:18:32 UTC
All right, make it /usr/kde/[0-9]* then.