Skip to content

Commit

Permalink
x11/gnome-session: unbreak build with Meson 0.61.0
Browse files Browse the repository at this point in the history
data/meson.build:60:2: ERROR: Function does not take positional arguments.
data/meson.build:91:2: ERROR: Function does not take positional arguments.

PR:		260943
Regressed by:	mesonbuild/meson@61f2866a9fa1
  • Loading branch information
jbeich committed Jan 7, 2022
1 parent 28e0bc5 commit 2c30f07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions x11/gnome-session/Makefile
Expand Up @@ -6,6 +6,9 @@ CATEGORIES= x11 gnome
MASTER_SITES= GNOME/sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\..*/\1/}
DIST_SUBDIR= gnome

PATCH_SITES= https://gitlab.gnome.org/GNOME/${PORTNAME}/-/commit/
PATCHFILES+= 1abd59271455.patch:-p1 # https://gitlab.gnome.org/GNOME/gnome-session/-/merge_requests/80

MAINTAINER= gnome@FreeBSD.org
COMMENT= Session component for the GNOME 3 desktop

Expand Down
2 changes: 2 additions & 0 deletions x11/gnome-session/distinfo
@@ -1,3 +1,5 @@
TIMESTAMP = 1632800556
SHA256 (gnome/gnome-session-40.1.1.tar.xz) = 9c787829ee32e13e1508b9aee2b1d9ba42a02c48e6c8094e34f3e7f92af4df82
SIZE (gnome/gnome-session-40.1.1.tar.xz) = 482304
SHA256 (gnome/1abd59271455.patch) = 5ac21646e26ef56033acc48da680bc74db93bddf64a5f69675338e3cdc37fb6a
SIZE (gnome/1abd59271455.patch) = 974

0 comments on commit 2c30f07

Please sign in to comment.