kde-misc/krusader: Add kde-misc/kio-gdrive:5 optfeature

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2024-10-04 21:45:54 +02:00
parent b0711247d6
commit ee57bb27f5

View File

@@ -75,11 +75,9 @@ src_configure() {
}
pkg_postinst() {
if [[ -z "${REPLACING_VERSIONS}" ]]; then
optfeature "konsole view" "kde-apps/konsolepart:5" "kde-apps/konsole:5"
optfeature "Markdown text previews" "kde-misc/markdownpart:${SLOT}"
optfeature "video thumbnails" "kde-apps/ffmpegthumbs:${SLOT}"
optfeature "bookmarks support" "kde-apps/keditbookmarks:${SLOT}"
fi
optfeature "konsole view" "kde-apps/konsolepart:${SLOT}"
optfeature "Markdown text previews" "kde-misc/markdownpart:${SLOT}"
optfeature "Google Drive service" "kde-misc/kio-gdrive:${SLOT}"
optfeature "bookmarks support" "kde-apps/keditbookmarks:${SLOT}"
ecm_pkg_postinst
}