commit: ee57bb27f5e770dd7001c59ff711faebe22ca7b3
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 4 19:45:54 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Oct 4 21:03:17 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee57bb27
kde-misc/krusader: Add kde-misc/kio-gdrive:5 optfeature
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-misc/krusader/krusader-2.8.1-r3.ebuild | 10 ++++------
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/kde-misc/krusader/krusader-2.8.1-r3.ebuild
b/kde-misc/krusader/krusader-2.8.1-r3.ebuild
index 2a8de91526f5..e8ae7b92ef47 100644
--- a/kde-misc/krusader/krusader-2.8.1-r3.ebuild
+++ b/kde-misc/krusader/krusader-2.8.1-r3.ebuild
@@ -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
}