summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-11-03 14:41:52 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-11-03 14:46:38 +0000
commit501557fb79bb1b36da5732ad5dbd76fd3e3ef81f (patch)
treef0fa2c6d175d33540f2b1bcc741a35336334274c
parentsecurity/kdbxviewer: update to 0.1.9 and unbreak with -fno-common (diff)
sysutils/gnome-settings-daemon: fix comparison with Meson option
meson.build:86:3: ERROR: The `==` operator of str does not accept objects of type bool (True) https://gitlab.gnome.org/GNOME/gnome-settings-daemon/-/commit/28e28e9e5983 PR: 259080 Reported by: antoine (via exp-run) Regressed by: https://github.com/mesonbuild/meson/commit/a6c9a151d3ce
-rw-r--r--sysutils/gnome-settings-daemon/Makefile3
-rw-r--r--sysutils/gnome-settings-daemon/distinfo2
2 files changed, 5 insertions, 0 deletions
diff --git a/sysutils/gnome-settings-daemon/Makefile b/sysutils/gnome-settings-daemon/Makefile
index 96f58e0cbd45..b1b5f7c425f6 100644
--- a/sysutils/gnome-settings-daemon/Makefile
+++ b/sysutils/gnome-settings-daemon/Makefile
@@ -6,6 +6,9 @@ CATEGORIES= sysutils gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
+PATCH_SITES= https://gitlab.gnome.org/GNOME/${PORTNAME}/-/commit/
+PATCHFILES+= 28e28e9e5983.patch:-p1 # meson >= 0.60
+
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME 3 settings daemon
diff --git a/sysutils/gnome-settings-daemon/distinfo b/sysutils/gnome-settings-daemon/distinfo
index 3fba159fe54b..e010b89864ed 100644
--- a/sysutils/gnome-settings-daemon/distinfo
+++ b/sysutils/gnome-settings-daemon/distinfo
@@ -1,3 +1,5 @@
TIMESTAMP = 1620259243
SHA256 (gnome/gnome-settings-daemon-3.38.2.tar.xz) = 32c3d516cce1115ef08ef25f3a718d163b7b333b9068ccf2a6806ddcf21dd78c
SIZE (gnome/gnome-settings-daemon-3.38.2.tar.xz) = 1439328
+SHA256 (gnome/28e28e9e5983.patch) = e12a423f16d68e6fd7fe9c2953b77c25aef85ca39d757f5e6debd53f266e0292
+SIZE (gnome/28e28e9e5983.patch) = 909