net-im/nheko: add kde-frameworks/kimageformats as optfeature

Signed-off-by: tastytea <tastytea@tastytea.de>
This commit is contained in:
tastytea 2022-05-07 23:06:28 +02:00
parent 7ce666ccf5
commit 3060dc849a
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 4 additions and 2 deletions

View File

@ -114,9 +114,11 @@ src_install() {
pkg_postinst() {
optfeature "audio & video file playback support" \
"media-plugins/gst-plugins-meta[ffmpeg]"
"media-plugins/gst-plugins-meta[ffmpeg]"
optfeature "secrets storage support other than kwallet (gnome-keyring or keepassxc)" \
"dev-libs/qtkeychain[gnome-keyring]"
"dev-libs/qtkeychain[gnome-keyring]"
optfeature "additional, less common, image format support" \
"kde-frameworks/kimageformats"
xdg_pkg_postinst
}