Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 794472

Summary: x11-themes/chameleon-xcursors-0.5-r2: wrong cursors install paths
Product: Gentoo Linux Reporter: Andrew Savchenko <bircoph>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: CONFIRMED ---    
Severity: major    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: tree -d /usr/share/cursors/xorg-x11/
chameleon-xcursors-0.5-r2.ebuild.patch
emerge --info

Description Andrew Savchenko gentoo-dev 2021-06-05 19:56:03 UTC
Created attachment 713838 [details]
tree -d /usr/share/cursors/xorg-x11/

Hi!

x11-themes/chameleon-xcursors-0.5-r2 installs cursors to wrong paths: /usr/share/cursors/xorg-x11/$name/$name-$version/ instead of /usr/share/cursors/xorg-x11/$name/ as in other themes, see attached listing.

This leads to themes unusable in a standard way, e.g.:
*cursorTheme: Chameleon-DarkSkyBlue-Regular
and users have to use:
*cursorTheme: Chameleon-DarkSkyBlue-Regular/Chameleon-DarkSkyBlue-Regular-0.5
instead.

The solution is simple: use dodir properly. See attached patch.
Comment 1 Andrew Savchenko gentoo-dev 2021-06-05 19:57:47 UTC
Created attachment 713841 [details, diff]
chameleon-xcursors-0.5-r2.ebuild.patch
Comment 2 Andrew Savchenko gentoo-dev 2021-06-05 19:58:37 UTC
Created attachment 713844 [details]
emerge --info

Just it case, but I don't think it's necessary hereā€¦
Comment 3 Aisha Tammy 2021-06-19 10:23:38 UTC
@bircoph
this works for me. you can commit it when you want :D