Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 893858 - app-misc/pdfpc: add useflag to make webkit support optional
Summary: app-misc/pdfpc: add useflag to make webkit support optional
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ulrich Müller
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-02-10 16:41 UTC by Jonas Jelten
Modified: 2023-02-11 04:31 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 Jonas Jelten 2023-02-10 16:41:12 UTC
https://github.com/pdfpc/pdfpc/commit/da6b0a00e66251cf735715784007554e0fe527c1 added support for making mdview and hence webkit-gtk optional.

This was released in v4.6.0.

Please add a use-flag so one can install pdfpc without pulling in Webkit.
Comment 1 Larry the Git Cow gentoo-dev 2023-02-11 04:30:49 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecd01a2f390b78ad6e84d45c7ed7639d95ed54a2

commit ecd01a2f390b78ad6e84d45c7ed7639d95ed54a2
Author:     Ulrich Müller <ulm@gentoo.org>
AuthorDate: 2023-02-11 04:26:58 +0000
Commit:     Ulrich Müller <ulm@gentoo.org>
CommitDate: 2023-02-11 04:30:29 +0000

    app-misc/pdfpc: Make soup and webkit support optional
    
    Closes: https://bugs.gentoo.org/893858
    Signed-off-by: Ulrich Müller <ulm@gentoo.org>

 app-misc/pdfpc/metadata.xml                                  | 11 +++++++++++
 app-misc/pdfpc/{pdfpc-4.6.0.ebuild => pdfpc-4.6.0-r1.ebuild} | 12 ++++++++----
 2 files changed, 19 insertions(+), 4 deletions(-)
Comment 2 Ulrich Müller gentoo-dev 2023-02-11 04:31:07 UTC
Thank you for reporting.