default_pre_build         &&
cd "${SOURCE_DIRECTORY}"  &&

message "${MESSAGE_COLOR}Fix compilation against gnome-desktop 3.8+...${DEFAULT_COLOR}"  &&
# 0007-notification_area-Use-the-generic-marshaller.patch # doesn't apply to us
for patch in 0001-panel-Fix-launcher-icon-animation-ending-with-black.patch 0002-fix-build-error-due-to-missing-gweather-xml.h.patch 0003-na-apply-style-after-realize.patch 0004-drop-support-for-commandline-based-calendar-tasks-ap.patch 0005-panel-run-dialog-resurrect-function-gnome_desktop_pr.patch 0006-panel-run-dialog-rename-helper-function.patch; do
  patch -p1 < "${SPELL_DIRECTORY}"/$patch
done
