Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 905078 - app-text/zathura-meta feature request: make it more flexible
Summary: app-text/zathura-meta feature request: make it more flexible
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-25 16:17 UTC by Bogdan
Modified: 2023-05-03 13:42 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 Bogdan 2023-04-25 16:17:12 UTC
Currently, app-text/zathura-meta have only 4 USE flags: cb, djvu, pdf, postscript.  But zathura has an app-text/zathura-pdf-mupdf plug-in that supports EPUB, XFS and PDF.  It will be nice to see epub and xfs USE flags.
Comment 1 Alexis 2023-04-29 02:38:56 UTC
Am i wrong in thinking that this only requires the addition of 

    	epub? ( app-text/zathura-pdf-mupdf )

to RDEPEND in zathura-meta-0.ebuild, and the appropriate updating of that package's metadata.xml?
Comment 2 Bogdan 2023-05-03 13:42:05 UTC
(In reply to Alexis from comment #1)
> Am i wrong in thinking that this only requires the addition of 
> 
>     	epub? ( app-text/zathura-pdf-mupdf )
> 
> to RDEPEND in zathura-meta-0.ebuild, and the appropriate updating of that
> package's metadata.xml?

Yes, that's usually enough.  But something like

        REQUIRED_USE = "
                epub? ( xfs pdf )
                xfs? ( epub pdf )
        "

should be, since this package provides 3 features at once.