summaryrefslogtreecommitdiff
path: root/kde-apps/kio-extras
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-04-27 22:54:49 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-04-27 22:54:49 +0200
commitf23295c5e379f962bcb884282aab9b79e55b3b47 (patch)
tree8cbef4a3b8ca716551049a9dc85538351179e384 /kde-apps/kio-extras
parent23b8d82aa74e8cff021d102262c3602908998d14 (diff)
downloadkde-f23295c5e379f962bcb884282aab9b79e55b3b47.tar.gz
kde-f23295c5e379f962bcb884282aab9b79e55b3b47.tar.bz2
kde-f23295c5e379f962bcb884282aab9b79e55b3b47.zip
kde-apps/kio-extras: Add missing xdg mime handling for IUSE samba
Closes: https://bugs.gentoo.org/954847 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kio-extras')
-rw-r--r--kde-apps/kio-extras/kio-extras-25.04.49.9999.ebuild7
-rw-r--r--kde-apps/kio-extras/kio-extras-9999.ebuild7
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 ec6cd20fb52..dde190b9a24 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 ec6cd20fb52..dde190b9a24 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
}