summaryrefslogtreecommitdiffstats
path: root/gnome2-libs/gnome-panel/PRE_BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'gnome2-libs/gnome-panel/PRE_BUILD')
-rwxr-xr-xgnome2-libs/gnome-panel/PRE_BUILD8
1 files changed, 8 insertions, 0 deletions
diff --git a/gnome2-libs/gnome-panel/PRE_BUILD b/gnome2-libs/gnome-panel/PRE_BUILD
new file mode 100755
index 0000000000..3fb8e367d1
--- /dev/null
+++ b/gnome2-libs/gnome-panel/PRE_BUILD
@@ -0,0 +1,8 @@
+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