Skip to content

Commit

Permalink
app-office/scribus: antiword support optfeature
Browse files Browse the repository at this point in the history
Signed-off-by: Jeffery Gazso <[email protected]>
Closes: gentoo#27826
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
jeffgazso authored and thesamesam committed Dec 29, 2022
1 parent a3b99a2 commit 6bf7f94
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion app-office/scribus/scribus-1.5.8-r4.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ EAPI=8

PYTHON_COMPAT=( python3_{8..10} )
PYTHON_REQ_USE="tk?"
inherit cmake desktop flag-o-matic python-single-r1 xdg
inherit cmake desktop flag-o-matic optfeature python-single-r1 xdg

DESCRIPTION="Desktop publishing (DTP) and layout program"
HOMEPAGE="https://www.scribus.net/"
Expand Down Expand Up @@ -162,3 +162,9 @@ src_install() {
doicon resources/iconsets/*/scribus.png
domenu scribus.desktop
}

pkg_postinst() {
xdg_pkg_postinst

optfeature "MS Word .doc file import filter support" app-text/antiword
}

0 comments on commit 6bf7f94

Please sign in to comment.