Index: mate-control-center/1.27.0/Makefile
===================================================================
--- mate-control-center/1.27.0/Makefile (revision 299)
+++ mate-control-center/1.27.0/Makefile (revision 300)
@@ -181,6 +181,10 @@
$(install_target): $(build_target)
@mkdir -p $(MATE_PKG)
@cd $(build_dir) && $(BUILD_ENVIRONMENT) $(MAKE) install $(env_sysroot)
+ # ======= Disable time-admin applet due to org.freedesktop.timedate1 dependencies: =======
+ @( cd $(MATE_PKG)/usr/share/applications ; \
+ mv mate-time-admin.desktop{,.failure} ; \
+ )
# ======= Remove mimeinfo cache: =======
@rm $(MATE_PKG)/usr/share/applications/mimeinfo.cache
# ======= Install Documentation =======