summaryrefslogtreecommitdiffstats
path: root/desktop/gnome-calendar/gnome-calendar.SlackBuild
diff options
context:
space:
mode:
author Bob Funk <bobfunk11@gmail.com>2023-02-10 04:43:03 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-02-11 09:30:37 +0700
commitfafd362e6b82d18bb5151995683da992b4ff1a26 (patch)
tree151eb37700f4ac5783bbd4e39ec2d8b0a288c14c /desktop/gnome-calendar/gnome-calendar.SlackBuild
parentab655c568bd2ae42506c2d907e49fa532fac6092 (diff)
downloadslackbuilds-fafd362e6b82d18bb5151995683da992b4ff1a26.tar.gz
slackbuilds-fafd362e6b82d18bb5151995683da992b4ff1a26.tar.xz
desktop/gnome-calendar: Meson patch.
Signed-off-by: bedlam <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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" \