diff options
author | Jeffery Gazso <jeff.gazso@gmail.com> | 2022-10-17 20:05:50 -0400 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-29 21:34:04 +0000 |
commit | 6bf7f944ee8fc778bb46244b20bd5fd4a787583c (patch) | |
tree | 516764d4fc6b5d5656c35a55b1193771eedd8641 /app-office | |
parent | dev-libs/libbsd: Force a libbsd.so symlink instead of unnecessary ld script (diff) | |
download | gentoo-6bf7f944ee8fc778bb46244b20bd5fd4a787583c.tar.gz gentoo-6bf7f944ee8fc778bb46244b20bd5fd4a787583c.tar.bz2 gentoo-6bf7f944ee8fc778bb46244b20bd5fd4a787583c.zip |
app-office/scribus: antiword support optfeature
Signed-off-by: Jeffery Gazso <jeff.gazso@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/27826
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/scribus/scribus-1.5.8-r4.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/app-office/scribus/scribus-1.5.8-r4.ebuild b/app-office/scribus/scribus-1.5.8-r4.ebuild index b3a6630f39be..452fd4085ad9 100644 --- a/app-office/scribus/scribus-1.5.8-r4.ebuild +++ b/app-office/scribus/scribus-1.5.8-r4.ebuild @@ -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/" @@ -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 +} |