Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 563258 - x11-themes/xcursor-themes - missing slot on libpng, but libpng might not actually be a dep
Summary: x11-themes/xcursor-themes - missing slot on libpng, but libpng might not actu...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Matt Turner
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-16 16:43 UTC by Ian Stakenvicius (RETIRED)
Modified: 2015-10-17 19:15 UTC (History)
1 user (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 Ian Stakenvicius (RETIRED) gentoo-dev 2015-10-16 16:43:43 UTC
Repoman triggers dependency.missingslot on media-libs/libpng atom, but looking through the code I don't think there's actually any reason to depend on libpng at all.  The package just contains png files that are used to build the cursors with xcursorgen (which hard-deps on libpng already).  

Unless libXcursor dlopen's libpng when it loads png-based cursors, I think the solution here is to just drop the dep?
Comment 1 Matt Turner gentoo-dev 2015-10-17 19:15:27 UTC
Agreed. I've dropped the libpng dependency.

commit 5c8265b84778eb77f7997f8014af652aa6005fba
Author: Matt Turner <mattst88@gentoo.org>
Date:   Sat Oct 17 12:15:25 2015 -0700

    x11-themes/xcursor-themes: Drop needless libpng dependency.
    
    Bug: https://bugs.gentoo.org/563258