summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-10-01 20:05:00 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-10-01 20:05:00 +0200
commitc6c821d0284913abd562055d59683fb33d0a13f1 (patch)
tree04a5385025a8472ac18c64877e262610a5b2912d
parent33a1bb59906fe975861a310f62299ca7a72af8e8 (diff)
downloadkde-c6c821d0284913abd562055d59683fb33d0a13f1.tar.gz
kde-c6c821d0284913abd562055d59683fb33d0a13f1.tar.bz2
kde-c6c821d0284913abd562055d59683fb33d0a13f1.zip
kde4-base.eclass: Switch from fdo-mime to xdg-utils
-rw-r--r--eclass/kde4-base.eclass10
1 files changed, 5 insertions, 5 deletions
diff --git a/eclass/kde4-base.eclass b/eclass/kde4-base.eclass
index 0348a5f80f0..bac6a24fc18 100644
--- a/eclass/kde4-base.eclass
+++ b/eclass/kde4-base.eclass
@@ -33,7 +33,7 @@ _KDE4_BASE_ECLASS=1
# for tests you should proceed with setting VIRTUALX_REQUIRED=test.
: ${VIRTUALX_REQUIRED:=manual}
-inherit kde4-functions toolchain-funcs fdo-mime flag-o-matic gnome2-utils virtualx versionator eutils multilib
+inherit kde4-functions toolchain-funcs flag-o-matic gnome2-utils virtualx versionator eutils multilib xdg-utils
if [[ ${KDE_BUILD_TYPE} = live ]]; then
case ${KDE_SCM} in
@@ -982,8 +982,8 @@ kde4-base_pkg_postinst() {
if [[ -n ${GNOME2_ECLASS_ICONS} ]]; then
gnome2_icon_cache_update
fi
- fdo-mime_desktop_database_update
- fdo-mime_mime_database_update
+ xdg_desktop_database_update
+ xdg_mimeinfo_database_update
buildsycoca
if [[ -z ${I_KNOW_WHAT_I_AM_DOING} ]]; then
@@ -1016,8 +1016,8 @@ kde4-base_pkg_postrm() {
if [[ -n ${GNOME2_ECLASS_ICONS} ]]; then
gnome2_icon_cache_update
fi
- fdo-mime_desktop_database_update
- fdo-mime_mime_database_update
+ xdg_desktop_database_update
+ xdg_mimeinfo_database_update
buildsycoca
}