commit: f23295c5e379f962bcb884282aab9b79e55b3b47 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Apr 27 20:54:49 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Apr 27 20:54:49 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=f23295c5
kde-apps/kio-extras: Add missing xdg mime handling for IUSE samba Closes: https://bugs.gentoo.org/954847 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> kde-apps/kio-extras/kio-extras-25.04.49.9999.ebuild | 7 ++++++- kde-apps/kio-extras/kio-extras-9999.ebuild | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/kde-apps/kio-extras/kio-extras-25.04.49.9999.ebuild b/kde-apps/kio-extras/kio-extras-25.04.49.9999.ebuild index ec6cd20fb5..dde190b9a2 100644 --- a/kde-apps/kio-extras/kio-extras-25.04.49.9999.ebuild +++ b/kde-apps/kio-extras/kio-extras-25.04.49.9999.ebuild @@ -7,7 +7,7 @@ ECM_HANDBOOK="optional" ECM_TEST="true" KFMIN=6.13.0 QTMIN=6.7.2 -inherit ecm gear.kde.org optfeature +inherit ecm gear.kde.org optfeature xdg DESCRIPTION="KIO plugins present a filesystem-like view of arbitrary data" HOMEPAGE="https://invent.kde.org/network/kio-extras" @@ -102,4 +102,9 @@ src_configure() { pkg_postinst() { optfeature "alternative filename search backend" sys-apps/ripgrep + use samba && xdg_pkg_postinst +} + +pkg_postrm() { + use samba && xdg_pkg_postrm } diff --git a/kde-apps/kio-extras/kio-extras-9999.ebuild b/kde-apps/kio-extras/kio-extras-9999.ebuild index ec6cd20fb5..dde190b9a2 100644 --- a/kde-apps/kio-extras/kio-extras-9999.ebuild +++ b/kde-apps/kio-extras/kio-extras-9999.ebuild @@ -7,7 +7,7 @@ ECM_HANDBOOK="optional" ECM_TEST="true" KFMIN=6.13.0 QTMIN=6.7.2 -inherit ecm gear.kde.org optfeature +inherit ecm gear.kde.org optfeature xdg DESCRIPTION="KIO plugins present a filesystem-like view of arbitrary data" HOMEPAGE="https://invent.kde.org/network/kio-extras" @@ -102,4 +102,9 @@ src_configure() { pkg_postinst() { optfeature "alternative filename search backend" sys-apps/ripgrep + use samba && xdg_pkg_postinst +} + +pkg_postrm() { + use samba && xdg_pkg_postrm }
