Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jan 2022 12:26:31 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 1469c1b408a7 - main - deskutils/gnome-tweaks: unbreak build with Meson 0.61.0
Message-ID:  <202201251226.20PCQVZ3013245@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1469c1b408a79a6e9bd3889518e58c273988d35c

commit 1469c1b408a79a6e9bd3889518e58c273988d35c
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-01-25 12:01:32 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-01-25 12:24:57 +0000

    deskutils/gnome-tweaks: unbreak build with Meson 0.61.0
    
    data/meson.build:2:5: ERROR: Function does not take positional arguments.
    
    PR:             260943
    Reported by:    antoine (via exp-run)
    Regressed by:   https://github.com/mesonbuild/meson/commit/61f2866a9fa1
---
 deskutils/gnome-tweaks/Makefile | 3 +++
 deskutils/gnome-tweaks/distinfo | 2 ++
 2 files changed, 5 insertions(+)

diff --git a/deskutils/gnome-tweaks/Makefile b/deskutils/gnome-tweaks/Makefile
index 157f8a30f9f6..75bd054c10bc 100644
--- a/deskutils/gnome-tweaks/Makefile
+++ b/deskutils/gnome-tweaks/Makefile
@@ -6,6 +6,9 @@ PORTREVISION=	1
 CATEGORIES=	deskutils gnome
 MASTER_SITES=	GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
 
+PATCH_SITES=	https://gitlab.gnome.org/GNOME/${PORTNAME}/-/commit/
+PATCHFILES+=	56f39dc7d04a.patch:-p1 # https://gitlab.gnome.org/GNOME/gnome-tweaks/-/merge_requests/86
+
 MAINTAINER=	gnome@FreeBSD.org
 COMMENT=	Allows to tweak some hidden settings in GNOME3
 
diff --git a/deskutils/gnome-tweaks/distinfo b/deskutils/gnome-tweaks/distinfo
index 13715f1a61e1..5a35dd366b12 100644
--- a/deskutils/gnome-tweaks/distinfo
+++ b/deskutils/gnome-tweaks/distinfo
@@ -1,3 +1,5 @@
 TIMESTAMP = 1629147494
 SHA256 (gnome-tweaks-40.0.tar.xz) = f95f3fe031b0b01c02f79a1659f889152d3772ae3e44df8403d1460ba5eec36a
 SIZE (gnome-tweaks-40.0.tar.xz) = 251908
+SHA256 (56f39dc7d04a.patch) = 2a1811ddd7320b29ac6e84c0585b523267266abbe9e3908616afa99ac0acba1c
+SIZE (56f39dc7d04a.patch) = 1007



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201251226.20PCQVZ3013245>