summaryrefslogtreecommitdiffstats
path: root/desktop/gnome-calendar/gnome-calendar.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/gnome-calendar/gnome-calendar.SlackBuild')
-rw-r--r--desktop/gnome-calendar/gnome-calendar.SlackBuild4
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop/gnome-calendar/gnome-calendar.SlackBuild b/desktop/gnome-calendar/gnome-calendar.SlackBuild
index e78aad14fb..205c8e91dd 100644
--- a/desktop/gnome-calendar/gnome-calendar.SlackBuild
+++ b/desktop/gnome-calendar/gnome-calendar.SlackBuild
@@ -76,6 +76,10 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+# Patch data/appdata/meson.build to fix building on newer meson versions
+# that error on unused positional arguments (i.e. fix building on -current):
+patch -Np1 -i $CWD/e35dbc1acd03dd1751b755b6c8e1932a692ad4e1.patch
+
mkdir build
cd build
CFLAGS="$SLKCFLAGS" \