diff --git a/package/kde/kdelibs/kdelibs.conf b/package/kde/kdelibs/kdelibs.conf index b14aa69a5..7ba948793 100644 --- a/package/kde/kdelibs/kdelibs.conf +++ b/package/kde/kdelibs/kdelibs.conf @@ -44,3 +44,8 @@ var_append confopt " " "--enable-dnotify --enable-inotify" hook_add postmake 3 kde_pm +# Fixes file conflict with hicolor-icon-theme and gnome-menus +var_append INSTALL_WRAPPER_FILTER '|' 'sed -e"s,$datadir/icons/,$dummydir/$prefix/share/icons/," +var_append INSTALL_WRAPPER_FILTER '|' 'sed -e"s,$sysconfdir/xdg/menus/,$dummydir/etc/xdg/menus/," +# etc/xdg/menus/applications.menu:gnome-menus +