diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-08-15 10:31:18 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-08-15 10:31:18 +0200 |
| commit | 8b8bde14405438e20eee36f01ff4739b05c976c9 (patch) | |
| tree | 53eb109f6c1d6a4bdb5f56357af99731dbb8cf96 | |
| parent | 47fd4271a6f93deb244aa9979ece2fba52704d60 (diff) | |
| download | kde-8b8bde14405438e20eee36f01ff4739b05c976c9.tar.gz kde-8b8bde14405438e20eee36f01ff4739b05c976c9.tar.bz2 kde-8b8bde14405438e20eee36f01ff4739b05c976c9.zip | |
kde-apps/dolphin: RDEPEND on kde-apps/thumbnailers:6
Cleaning up some optfeature lines.
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
| -rw-r--r-- | kde-apps/dolphin/dolphin-24.07.90.ebuild | 3 | ||||
| -rw-r--r-- | kde-apps/dolphin/dolphin-24.08.49.9999.ebuild | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/kde-apps/dolphin/dolphin-24.07.90.ebuild b/kde-apps/dolphin/dolphin-24.07.90.ebuild index 3c9f81f196f..7885f55f4f3 100644 --- a/kde-apps/dolphin/dolphin-24.07.90.ebuild +++ b/kde-apps/dolphin/dolphin-24.07.90.ebuild @@ -54,6 +54,7 @@ DEPEND=" " RDEPEND="${DEPEND} >=kde-apps/kio-extras-${PVCUT}:6 + >=kde-apps/thumbnailers-${PVCUT}:6 " src_configure() { @@ -82,8 +83,6 @@ pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then optfeature "compress/extract and other actions" "kde-apps/ark:${SLOT}" optfeature "crypto actions" "kde-apps/kleopatra:${SLOT}" - optfeature "video file thumbnails" "kde-apps/ffmpegthumbs:${SLOT}" - optfeature "graphics file thumbnails" "kde-apps/thumbnailers:${SLOT}" optfeature "'Share' context menu actions" "kde-frameworks/purpose:${SLOT}" fi ecm_pkg_postinst diff --git a/kde-apps/dolphin/dolphin-24.08.49.9999.ebuild b/kde-apps/dolphin/dolphin-24.08.49.9999.ebuild index 82dd0abb86c..f6cf9f44a3d 100644 --- a/kde-apps/dolphin/dolphin-24.08.49.9999.ebuild +++ b/kde-apps/dolphin/dolphin-24.08.49.9999.ebuild @@ -54,6 +54,7 @@ DEPEND=" " RDEPEND="${DEPEND} >=kde-apps/kio-extras-${PVCUT}:6 + >=kde-apps/thumbnailers-${PVCUT}:6 " src_configure() { @@ -82,8 +83,6 @@ pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then optfeature "compress/extract and other actions" "kde-apps/ark:${SLOT}" optfeature "crypto actions" "kde-apps/kleopatra:${SLOT}" - optfeature "video file thumbnails" "kde-apps/ffmpegthumbs:${SLOT}" - optfeature "graphics file thumbnails" "kde-apps/thumbnailers:${SLOT}" optfeature "'Share' context menu actions" "kde-frameworks/purpose:${SLOT}" fi ecm_pkg_postinst |
