git: dcffd6124f97 - main - x11/cinnamon: unbreak build with Meson 0.60.2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 28 Nov 2021 20:03:22 UTC
The branch main has been updated by jbeich:
URL: https://cgit.FreeBSD.org/ports/commit/?id=dcffd6124f976c784bc5ec40bdb65ea22cfd8196
commit dcffd6124f976c784bc5ec40bdb65ea22cfd8196
Author: Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2021-11-28 20:01:46 +0000
Commit: Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2021-11-28 20:02:44 +0000
x11/cinnamon: unbreak build with Meson 0.60.2
src/st/meson.build:204:0: ERROR: "install_dir" must be specified when installing a target
PR: 260056
Reported by: antoine (via exp-run)
Regressed by: https://github.com/mesonbuild/meson/commit/5cc166a667ff
---
x11/cinnamon/Makefile | 3 +++
x11/cinnamon/distinfo | 2 ++
2 files changed, 5 insertions(+)
diff --git a/x11/cinnamon/Makefile b/x11/cinnamon/Makefile
index 3479b776ea16..8b04ff22dbc4 100644
--- a/x11/cinnamon/Makefile
+++ b/x11/cinnamon/Makefile
@@ -6,6 +6,9 @@ PORTREVISION= 1
CATEGORIES= x11 gnome
DIST_SUBDIR= gnome
+PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/
+PATCHFILES+= 17f27b9a5bbd.patch:-p1 # https://github.com/linuxmint/cinnamon/pull/10489
+
MAINTAINER= gnome@FreeBSD.org
COMMENT= Fork of GNOME Shell with layout similar to GNOME 2
diff --git a/x11/cinnamon/distinfo b/x11/cinnamon/distinfo
index ac54c7da6c1f..bb1ce4b20cad 100644
--- a/x11/cinnamon/distinfo
+++ b/x11/cinnamon/distinfo
@@ -1,3 +1,5 @@
TIMESTAMP = 1612598797
SHA256 (gnome/linuxmint-cinnamon-4.8.6_GH0.tar.gz) = 00f82253f44c694c379e29959aa6e57b4878b722df1f08d68f9466272ef64893
SIZE (gnome/linuxmint-cinnamon-4.8.6_GH0.tar.gz) = 2378117
+SHA256 (gnome/17f27b9a5bbd.patch) = 67df769b5ba9a94270a62541c67be2b85cf9f3193714755082fd52bd99e5fca0
+SIZE (gnome/17f27b9a5bbd.patch) = 1322