aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2022-01-04 23:30:20 +0000
committerJan Beich <jbeich@FreeBSD.org>2022-01-07 02:13:22 +0000
commit1b330f0aa007db26a1bf3bf37da9f1c2669ddc86 (patch)
tree50e3f16d45708f46d4400ec4cee18938240ca338 /sysutils
parent2c30f07628323ae23c0c5bca012591360290b618 (diff)
downloadports-1b330f0aa007db26a1bf3bf37da9f1c2669ddc86.tar.gz
ports-1b330f0aa007db26a1bf3bf37da9f1c2669ddc86.zip
sysutils/gnome-control-center: unbreak build with Meson 0.61.0
panels/applications/meson.build:10:5: ERROR: Function does not take positional arguments. panels/background/meson.build:10:5: ERROR: Function does not take positional arguments. panels/camera/meson.build:10:5: ERROR: Function does not take positional arguments. [...] PR: 260943 Regressed by: https://github.com/mesonbuild/meson/commit/61f2866a9fa1
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/gnome-control-center/Makefile3
-rw-r--r--sysutils/gnome-control-center/distinfo2
2 files changed, 5 insertions, 0 deletions
diff --git a/sysutils/gnome-control-center/Makefile b/sysutils/gnome-control-center/Makefile
index 50b832847e01..391c1c35c46e 100644
--- a/sysutils/gnome-control-center/Makefile
+++ b/sysutils/gnome-control-center/Makefile
@@ -6,6 +6,9 @@ CATEGORIES= sysutils gnome
MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
DIST_SUBDIR= gnome
+PATCH_SITES= https://gitlab.gnome.org/GNOME/${PORTNAME}/-/commit/
+PATCHFILES+= 416e354c0f46.patch:-p1 # https://gitlab.gnome.org/GNOME/gnome-control-center/-/merge_requests/1130
+
MAINTAINER= gnome@FreeBSD.org
COMMENT= Control center for GNOME 3 project
diff --git a/sysutils/gnome-control-center/distinfo b/sysutils/gnome-control-center/distinfo
index 002149959b65..96bfefe0f54d 100644
--- a/sysutils/gnome-control-center/distinfo
+++ b/sysutils/gnome-control-center/distinfo
@@ -1,3 +1,5 @@
TIMESTAMP = 1638995403
SHA256 (gnome/gnome-control-center-41.2.tar.xz) = 8271fc6b33ec2418a578304dd3e57d665f0d7cc706a99a97be419848618fe248
SIZE (gnome/gnome-control-center-41.2.tar.xz) = 6619180
+SHA256 (gnome/416e354c0f46.patch) = 3aba0668132001f37385afd317164b815fe8ef244fa40dbee44e8f903314ab4d
+SIZE (gnome/416e354c0f46.patch) = 14773